Searched refs:AGAST_7_12d (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/features2d/perf/ |
D | perf_agast.cpp | 9 enum { AGAST_5_8 = AgastFeatureDetector::AGAST_5_8, AGAST_7_12d = AgastFeatureDetector::AGAST_7_12d, enumerator 11 CV_ENUM(AgastType, AGAST_5_8, AGAST_7_12d,
|
/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 | 816 static void AGAST_7_12d(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold) in AGAST_7_12d() function 836 makeAgastOffsets(pixel_7_12d_, (int)img.step, AgastFeatureDetector::AGAST_7_12d); in AGAST_7_12d() 7519 case AgastFeatureDetector::AGAST_7_12d: in AGAST() 7520 AGAST_7_12d(_img, keypoints, threshold); in AGAST() 7544 case AgastFeatureDetector::AGAST_7_12d: in AGAST() 7545 kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_7_12d> in AGAST()
|
D | agast_score.cpp | 81 type == AgastFeatureDetector::AGAST_7_12d ? offsets12d : in makeAgastOffsets() 2169 int agast_cornerScore<AgastFeatureDetector::AGAST_7_12d>(const uchar* ptr, const int pixel[], int t… in agast_cornerScore()
|