Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dgftt.cpp59 int getMaxFeatures() const { return nfeatures; } in getMaxFeatures() function in cv::GFTTDetector_Impl
Dorb.cpp664 int getMaxFeatures() const { return nfeatures; } in getMaxFeatures() function in cv::ORB_Impl
/external/opencv3/modules/cudalegacy/include/opencv2/
Dcudalegacy.hpp94 virtual int getMaxFeatures() const = 0;
/external/opencv3/modules/cudalegacy/src/
Dgmg.cpp78 int getMaxFeatures() const { return maxFeatures_; } in getMaxFeatures() function in __anonc4c149ef0111::GMGImpl
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp293 CV_WRAP virtual int getMaxFeatures() const = 0;
470 CV_WRAP virtual int getMaxFeatures() const = 0;
/external/opencv3/modules/cudafeatures2d/src/
Dorb.cpp362 virtual int getMaxFeatures() const { return nFeatures_; } in getMaxFeatures() function in __anonf8e367770111::ORB_Impl