Lines Matching refs:AgastFeatureDetector
76 makeAgastOffsets(pixel_5_8_, (int)img.step, AgastFeatureDetector::AGAST_5_8); in AGAST_5_8()
836 makeAgastOffsets(pixel_7_12d_, (int)img.step, AgastFeatureDetector::AGAST_7_12d); in AGAST_7_12d()
3280 makeAgastOffsets(pixel_7_12s_, (int)img.step, AgastFeatureDetector::AGAST_7_12s); in AGAST_7_12s()
5361 makeAgastOffsets(pixel_9_16_, (int)img.step, AgastFeatureDetector::OAST_9_16); in OAST_9_16()
7447 AGAST(_img, keypoints, threshold, nonmax_suppression, AgastFeatureDetector::OAST_9_16); in AGAST()
7451 class AgastFeatureDetector_Impl : public AgastFeatureDetector
7507 Ptr<AgastFeatureDetector> AgastFeatureDetector::create( int threshold, bool nonmaxSuppression, int … in create()
7516 case AgastFeatureDetector::AGAST_5_8: in AGAST()
7519 case AgastFeatureDetector::AGAST_7_12d: in AGAST()
7522 case AgastFeatureDetector::AGAST_7_12s: in AGAST()
7525 case AgastFeatureDetector::OAST_9_16: in AGAST()
7540 case AgastFeatureDetector::AGAST_5_8: in AGAST()
7541 kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_5_8> in AGAST()
7544 case AgastFeatureDetector::AGAST_7_12d: in AGAST()
7545 kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_7_12d> in AGAST()
7548 case AgastFeatureDetector::AGAST_7_12s: in AGAST()
7549 kpt->response = (float)agast_cornerScore<AgastFeatureDetector::AGAST_7_12s> in AGAST()
7552 case AgastFeatureDetector::OAST_9_16: in AGAST()
7553 kpt->response = (float)agast_cornerScore<AgastFeatureDetector::OAST_9_16> in AGAST()