Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dorb.cpp823 int featuresNum = nfeaturesPerLevel[level]; in computeKeyPoints() local
837 …Filter::retainBest(keypoints, scoreType == ORB_Impl::HARRIS_SCORE ? 2 * featuresNum : featuresNum); in computeKeyPoints()
888 int featuresNum = nfeaturesPerLevel[level]; in computeKeyPoints() local
897 KeyPointsFilter::retainBest(keypoints, featuresNum); in computeKeyPoints()