Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/perf/
Dperf_agast.cpp10AGAST_7_12s = AgastFeatureDetector::AGAST_7_12s, OAST_9_16 = AgastFeatureDetector::OAST_9_16 }; enumerator
12 AGAST_7_12s, OAST_9_16)
/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.cpp3260 static void AGAST_7_12s(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold) in AGAST_7_12s() function
3280 makeAgastOffsets(pixel_7_12s_, (int)img.step, AgastFeatureDetector::AGAST_7_12s); in AGAST_7_12s()
7522 case AgastFeatureDetector::AGAST_7_12s: in AGAST()
7523 AGAST_7_12s(_img, keypoints, threshold); in AGAST()
7548 case AgastFeatureDetector::AGAST_7_12s: in AGAST()
7549 kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_7_12s> in AGAST()
Dagast_score.cpp82 type == AgastFeatureDetector::AGAST_7_12s ? offsets12s : in makeAgastOffsets()
3381 int agast_cornerScore<AgastFeatureDetector::AGAST_7_12s>(const uchar* ptr, const int pixel[], int t… in agast_cornerScore()