Home
last modified time | relevance | path

Searched refs:getNearestPoint (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/
Devaluation.cpp529 int nearestPointIndex = getNearestPoint( recallPrecisionCurve, l_precision ); in getRecall()
539 int cv::getNearestPoint( const std::vector<Point2f>& recallPrecisionCurve, float l_precision ) in getNearestPoint() function in cv
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp1133 CV_EXPORTS int getNearestPoint( const std::vector<Point2f>& recallPrecisionCurve, float l_precision…