AGAST 412 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints, AGAST 430 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void AGAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints, AGAST 7447 modules/features2d/src/agast.cpp AGAST(_img, keypoints, threshold, nonmax_suppression, AgastFeatureDetector::OAST_9_16); AGAST 7469 modules/features2d/src/agast.cpp AGAST( gray, keypoints, threshold, nonmaxSuppression, type ); AGAST 79 modules/features2d/test/test_agast.cpp AGAST(gray1, keypoints1, 30, true, type); AGAST 80 modules/features2d/test/test_agast.cpp AGAST(gray2, keypoints2, (type > 0 ? 30 : 20), true, type);