Searched refs:nfeaturesPerLevel (Results 1 – 1 of 1) sorted by relevance
780 std::vector<int> nfeaturesPerLevel(nlevels); in computeKeyPoints() local789 nfeaturesPerLevel[level] = cvRound(ndesiredFeaturesPerScale); in computeKeyPoints()790 sumFeatures += nfeaturesPerLevel[level]; in computeKeyPoints()793 nfeaturesPerLevel[nlevels-1] = std::max(nfeatures - sumFeatures, 0); in computeKeyPoints()819 keypoints.reserve(nfeaturesPerLevel[0]*2); in computeKeyPoints()823 int featuresNum = nfeaturesPerLevel[level]; in computeKeyPoints()883 newAllKeypoints.reserve(nfeaturesPerLevel[0]*nlevels); in computeKeyPoints()888 int featuresNum = nfeaturesPerLevel[level]; in computeKeyPoints()