Home
last modified time | relevance | path

Searched defs:OAST_9_16 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/perf/
Dperf_agast.cpp10 … AGAST_7_12s = AgastFeatureDetector::AGAST_7_12s, OAST_9_16 = AgastFeatureDetector::OAST_9_16 }; enumerator
/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp444 AGAST_5_8 = 0, AGAST_7_12d = 1, AGAST_7_12s = 2, OAST_9_16 = 3, enumerator
/external/opencv3/modules/features2d/src/
Dagast.cpp5341 static void OAST_9_16(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold) in OAST_9_16() function