Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Devaluation.cpp527 float cv::getRecall( const std::vector<Point2f>& recallPrecisionCurve, float l_precision ) in getRecall() argument
529 int nearestPointIndex = getNearestPoint( recallPrecisionCurve, l_precision ); in getRecall()
539 int cv::getNearestPoint( const std::vector<Point2f>& recallPrecisionCurve, float l_precision ) in getNearestPoint() argument
543 if( l_precision >= 0 && l_precision <= 1 ) in getNearestPoint()
548 float curDiff = std::fabs(l_precision - recallPrecisionCurve[i].x); in getNearestPoint()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp1132 CV_EXPORTS float getRecall( const std::vector<Point2f>& recallPrecisionCurve, float l_precision );
1133 CV_EXPORTS int getNearestPoint( const std::vector<Point2f>& recallPrecisionCurve, float l_precision