AGAST_5_8         444 modules/features2d/include/opencv2/features2d.hpp         AGAST_5_8 = 0, AGAST_7_12d = 1, AGAST_7_12s = 2, OAST_9_16 = 3,
AGAST_5_8           9 modules/features2d/perf/perf_agast.cpp enum { AGAST_5_8 = AgastFeatureDetector::AGAST_5_8, AGAST_7_12d = AgastFeatureDetector::AGAST_7_12d,
AGAST_5_8          11 modules/features2d/perf/perf_agast.cpp CV_ENUM(AgastType, AGAST_5_8, AGAST_7_12d,
AGAST_5_8          76 modules/features2d/src/agast.cpp     makeAgastOffsets(pixel_5_8_, (int)img.step, AgastFeatureDetector::AGAST_5_8);
AGAST_5_8        7516 modules/features2d/src/agast.cpp       case AgastFeatureDetector::AGAST_5_8:
AGAST_5_8        7517 modules/features2d/src/agast.cpp         AGAST_5_8(_img, keypoints, threshold);
AGAST_5_8        7540 modules/features2d/src/agast.cpp           case AgastFeatureDetector::AGAST_5_8:
AGAST_5_8        7541 modules/features2d/src/agast.cpp             kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_5_8>
AGAST_5_8          83 modules/features2d/src/agast_score.cpp                               type == AgastFeatureDetector::AGAST_5_8 ? offsets8  : 0;
AGAST_5_8        9015 modules/features2d/src/agast_score.cpp int agast_cornerScore<AgastFeatureDetector::AGAST_5_8>(const uchar* ptr, const int pixel[], int threshold)
AGAST_5_8        2076 modules/features2d/src/brisk.cpp   makeAgastOffsets(pixel_5_8_, (int)img_.step, AgastFeatureDetector::AGAST_5_8);
AGAST_5_8        2098 modules/features2d/src/brisk.cpp   makeAgastOffsets(pixel_5_8_, (int)img_.step, AgastFeatureDetector::AGAST_5_8);
AGAST_5_8        2142 modules/features2d/src/brisk.cpp   int score = agast_cornerScore<AgastFeatureDetector::AGAST_5_8>(&img_.at<uchar>(y, x), pixel_5_8_, threshold - 1);