AgastFeatureDetector 448 modules/features2d/include/opencv2/features2d.hpp CV_WRAP static Ptr<AgastFeatureDetector> create( int threshold=10, AgastFeatureDetector 450 modules/features2d/include/opencv2/features2d.hpp int type=AgastFeatureDetector::OAST_9_16 ); AgastFeatureDetector 9 modules/features2d/perf/perf_agast.cpp enum { AGAST_5_8 = AgastFeatureDetector::AGAST_5_8, AGAST_7_12d = AgastFeatureDetector::AGAST_7_12d, AgastFeatureDetector 10 modules/features2d/perf/perf_agast.cpp AGAST_7_12s = AgastFeatureDetector::AGAST_7_12s, OAST_9_16 = AgastFeatureDetector::OAST_9_16 }; AgastFeatureDetector 35 modules/features2d/perf/perf_agast.cpp Ptr<FeatureDetector> fd = AgastFeatureDetector::create(70, true, type); AgastFeatureDetector 76 modules/features2d/src/agast.cpp makeAgastOffsets(pixel_5_8_, (int)img.step, AgastFeatureDetector::AGAST_5_8); AgastFeatureDetector 836 modules/features2d/src/agast.cpp makeAgastOffsets(pixel_7_12d_, (int)img.step, AgastFeatureDetector::AGAST_7_12d); AgastFeatureDetector 3280 modules/features2d/src/agast.cpp makeAgastOffsets(pixel_7_12s_, (int)img.step, AgastFeatureDetector::AGAST_7_12s); AgastFeatureDetector 5361 modules/features2d/src/agast.cpp makeAgastOffsets(pixel_9_16_, (int)img.step, AgastFeatureDetector::OAST_9_16); AgastFeatureDetector 7447 modules/features2d/src/agast.cpp AGAST(_img, keypoints, threshold, nonmax_suppression, AgastFeatureDetector::OAST_9_16); AgastFeatureDetector 7451 modules/features2d/src/agast.cpp class AgastFeatureDetector_Impl : public AgastFeatureDetector AgastFeatureDetector 7507 modules/features2d/src/agast.cpp Ptr<AgastFeatureDetector> AgastFeatureDetector::create( int threshold, bool nonmaxSuppression, int type ) AgastFeatureDetector 7516 modules/features2d/src/agast.cpp case AgastFeatureDetector::AGAST_5_8: AgastFeatureDetector 7519 modules/features2d/src/agast.cpp case AgastFeatureDetector::AGAST_7_12d: AgastFeatureDetector 7522 modules/features2d/src/agast.cpp case AgastFeatureDetector::AGAST_7_12s: AgastFeatureDetector 7525 modules/features2d/src/agast.cpp case AgastFeatureDetector::OAST_9_16: AgastFeatureDetector 7540 modules/features2d/src/agast.cpp case AgastFeatureDetector::AGAST_5_8: AgastFeatureDetector 7541 modules/features2d/src/agast.cpp kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_5_8> AgastFeatureDetector 7544 modules/features2d/src/agast.cpp case AgastFeatureDetector::AGAST_7_12d: AgastFeatureDetector 7545 modules/features2d/src/agast.cpp kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_7_12d> AgastFeatureDetector 7548 modules/features2d/src/agast.cpp case AgastFeatureDetector::AGAST_7_12s: AgastFeatureDetector 7549 modules/features2d/src/agast.cpp kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_7_12s> AgastFeatureDetector 7552 modules/features2d/src/agast.cpp case AgastFeatureDetector::OAST_9_16: AgastFeatureDetector 7553 modules/features2d/src/agast.cpp kpt->response = (float)agast_cornerScore<AgastFeatureDetector::OAST_9_16> AgastFeatureDetector 80 modules/features2d/src/agast_score.cpp const int (*offsets)[2] = type == AgastFeatureDetector::OAST_9_16 ? offsets16 : AgastFeatureDetector 81 modules/features2d/src/agast_score.cpp type == AgastFeatureDetector::AGAST_7_12d ? offsets12d : AgastFeatureDetector 82 modules/features2d/src/agast_score.cpp type == AgastFeatureDetector::AGAST_7_12s ? offsets12s : AgastFeatureDetector 83 modules/features2d/src/agast_score.cpp type == AgastFeatureDetector::AGAST_5_8 ? offsets8 : 0; AgastFeatureDetector 94 modules/features2d/src/agast_score.cpp int agast_cornerScore<AgastFeatureDetector::OAST_9_16>(const uchar* ptr, const int pixel[], int threshold) AgastFeatureDetector 2169 modules/features2d/src/agast_score.cpp int agast_cornerScore<AgastFeatureDetector::AGAST_7_12d>(const uchar* ptr, const int pixel[], int threshold) AgastFeatureDetector 3381 modules/features2d/src/agast_score.cpp int agast_cornerScore<AgastFeatureDetector::AGAST_7_12s>(const uchar* ptr, const int pixel[], int threshold) AgastFeatureDetector 9015 modules/features2d/src/agast_score.cpp int agast_cornerScore<AgastFeatureDetector::AGAST_5_8>(const uchar* ptr, const int pixel[], int threshold) AgastFeatureDetector 213 modules/features2d/src/brisk.cpp cv::Ptr<cv::AgastFeatureDetector> oast_9_16_; AgastFeatureDetector 2075 modules/features2d/src/brisk.cpp oast_9_16_ = AgastFeatureDetector::create(1, false, AgastFeatureDetector::OAST_9_16); AgastFeatureDetector 2076 modules/features2d/src/brisk.cpp makeAgastOffsets(pixel_5_8_, (int)img_.step, AgastFeatureDetector::AGAST_5_8); AgastFeatureDetector 2077 modules/features2d/src/brisk.cpp makeAgastOffsets(pixel_9_16_, (int)img_.step, AgastFeatureDetector::OAST_9_16); AgastFeatureDetector 2097 modules/features2d/src/brisk.cpp oast_9_16_ = AgastFeatureDetector::create(1, false, AgastFeatureDetector::OAST_9_16); AgastFeatureDetector 2098 modules/features2d/src/brisk.cpp makeAgastOffsets(pixel_5_8_, (int)img_.step, AgastFeatureDetector::AGAST_5_8); AgastFeatureDetector 2099 modules/features2d/src/brisk.cpp makeAgastOffsets(pixel_9_16_, (int)img_.step, AgastFeatureDetector::OAST_9_16); AgastFeatureDetector 2129 modules/features2d/src/brisk.cpp score = (uchar)agast_cornerScore<AgastFeatureDetector::OAST_9_16>(&img_.at<uchar>(y, x), pixel_9_16_, threshold - 1); AgastFeatureDetector 2142 modules/features2d/src/brisk.cpp int score = agast_cornerScore<AgastFeatureDetector::AGAST_5_8>(&img_.at<uchar>(y, x), pixel_5_8_, threshold - 1); AgastFeatureDetector 264 modules/features2d/test/test_detectors_regression.cpp CV_FeatureDetectorTest test( "detector-agast", AgastFeatureDetector::create() ); AgastFeatureDetector 136 modules/features2d/test/test_keypoints.cpp CV_FeatureDetectorKeypointsTest test(AgastFeatureDetector::create());