Searched refs:AGAST_7_12s (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/features2d/perf/ |
D | perf_agast.cpp | 10 … AGAST_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/ |
D | features2d.hpp | 444 AGAST_5_8 = 0, AGAST_7_12d = 1, AGAST_7_12s = 2, OAST_9_16 = 3, enumerator
|
/external/opencv3/modules/features2d/src/ |
D | agast.cpp | 3260 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()
|
D | agast_score.cpp | 82 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()
|