Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dkeypoint.cpp69 void KeyPointsFilter::retainBest(std::vector<KeyPoint>& keypoints, int n_points) in retainBest() function in cv::KeyPointsFilter
Dorb.cpp837 …KeyPointsFilter::retainBest(keypoints, scoreType == ORB_Impl::HARRIS_SCORE ? 2 * featuresNum : fea… in computeKeyPoints()
897 KeyPointsFilter::retainBest(keypoints, featuresNum); in computeKeyPoints()
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp124 static void retainBest( std::vector<KeyPoint>& keypoints, int npoints );