Home
last modified time | relevance | path

Searched refs:getGoodMovingEdgesRatioThreshold (Results 1 – 3 of 3) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/include/visp3/mbt/
H A DvpMbEdgeTracker.h378 inline double getGoodMovingEdgesRatioThreshold() const { return percentageGdPt; } in getGoodMovingEdgesRatioThreshold() function
H A DvpMbGenericTracker.h153 virtual double getGoodMovingEdgesRatioThreshold() const;
/dports/misc/visp/visp-3.4.0/modules/tracker/mbt/src/
H A DvpMbGenericTracker.cpp1063 double vpMbGenericTracker::getGoodMovingEdgesRatioThreshold() const { return m_percentageGdPt; } in getGoodMovingEdgesRatioThreshold() function in vpMbGenericTracker