|
vrcore
0.45
visuReal Messkern
|
Public Member Functions | |
| bool | search (MarkEvaluator &evaluator, const cv::Mat &image, const int radiusMin, const int radiusMax, const size_t minCandidates=1) |
| void | setTimeOutPeriod (double secs) |
| double | getTimeOutPeriod () |
| void | setParameters (const float cannyThresholdMin) |
| void | getParameters (float &cannyThresholdMin) |
| void | needSortedCandidates () |
| size_t | candidateCount () const |
|
const std::vector < MarkImageData > & | candidates () const |
| void vr::MarkLocator::getParameters | ( | float & | cannyThresholdMin | ) |
| cannyThresholdMin |
| void vr::MarkLocator::needSortedCandidates | ( | ) |
Veranlasst, daß die Kandidaten nach absteigendem Radius sortiert werden. Das vereinfacht Größenvergleiche.
| void vr::MarkLocator::setParameters | ( | const float | cannyThresholdMin | ) |
| cannyThresholdMin |
| void vr::MarkLocator::setTimeOutPeriod | ( | double | secs | ) |
| secs |