OAST_9_16         444 modules/features2d/include/opencv2/features2d.hpp         AGAST_5_8 = 0, AGAST_7_12d = 1, AGAST_7_12s = 2, OAST_9_16 = 3,
OAST_9_16         450 modules/features2d/include/opencv2/features2d.hpp                                                      int type=AgastFeatureDetector::OAST_9_16 );
OAST_9_16          10 modules/features2d/perf/perf_agast.cpp        AGAST_7_12s = AgastFeatureDetector::AGAST_7_12s, OAST_9_16 = AgastFeatureDetector::OAST_9_16 };
OAST_9_16          12 modules/features2d/perf/perf_agast.cpp                    AGAST_7_12s, OAST_9_16)
OAST_9_16        5361 modules/features2d/src/agast.cpp     makeAgastOffsets(pixel_9_16_, (int)img.step, AgastFeatureDetector::OAST_9_16);
OAST_9_16        7447 modules/features2d/src/agast.cpp     AGAST(_img, keypoints, threshold, nonmax_suppression, AgastFeatureDetector::OAST_9_16);
OAST_9_16        7525 modules/features2d/src/agast.cpp       case AgastFeatureDetector::OAST_9_16:
OAST_9_16        7526 modules/features2d/src/agast.cpp         OAST_9_16(_img, keypoints, threshold);
OAST_9_16        7552 modules/features2d/src/agast.cpp           case AgastFeatureDetector::OAST_9_16:
OAST_9_16        7553 modules/features2d/src/agast.cpp             kpt->response = (float)agast_cornerScore<AgastFeatureDetector::OAST_9_16>
OAST_9_16          80 modules/features2d/src/agast_score.cpp     const int (*offsets)[2] = type == AgastFeatureDetector::OAST_9_16 ? offsets16 :
OAST_9_16          94 modules/features2d/src/agast_score.cpp int agast_cornerScore<AgastFeatureDetector::OAST_9_16>(const uchar* ptr, const int pixel[], int threshold)
OAST_9_16        2075 modules/features2d/src/brisk.cpp   oast_9_16_ = AgastFeatureDetector::create(1, false, AgastFeatureDetector::OAST_9_16);
OAST_9_16        2077 modules/features2d/src/brisk.cpp   makeAgastOffsets(pixel_9_16_, (int)img_.step, AgastFeatureDetector::OAST_9_16);
OAST_9_16        2097 modules/features2d/src/brisk.cpp   oast_9_16_ = AgastFeatureDetector::create(1, false, AgastFeatureDetector::OAST_9_16);
OAST_9_16        2099 modules/features2d/src/brisk.cpp   makeAgastOffsets(pixel_9_16_, (int)img_.step, AgastFeatureDetector::OAST_9_16);
OAST_9_16        2129 modules/features2d/src/brisk.cpp   score = (uchar)agast_cornerScore<AgastFeatureDetector::OAST_9_16>(&img_.at<uchar>(y, x), pixel_9_16_, threshold - 1);