Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/perf/
Dperf_agast.cpp9 enum { AGAST_5_8 = AgastFeatureDetector::AGAST_5_8, AGAST_7_12d = AgastFeatureDetector::AGAST_7_12d, 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.cpp55 static void AGAST_5_8(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold) in AGAST_5_8() function