Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dorb.cpp786 int sumFeatures = 0; in computeKeyPoints() local
790 sumFeatures += nfeaturesPerLevel[level]; in computeKeyPoints()
793 nfeaturesPerLevel[nlevels-1] = std::max(nfeatures - sumFeatures, 0); in computeKeyPoints()