Searched refs:nonmax_suppression (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | fast.cpp | 56 …d FAST_t(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression) in FAST_t() argument 155 if(nonmax_suppression) in FAST_t() 194 if(nonmax_suppression) in FAST_t() 216 if(nonmax_suppression) in FAST_t() 242 if( !nonmax_suppression || in FAST_t() 260 int threshold, bool nonmax_suppression, int maxKeypoints ) in ocl_FAST() argument 291 if( !nonmax_suppression ) in ocl_FAST() 331 void FAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression… in FAST() argument 334 ocl_FAST(_img, keypoints, threshold, nonmax_suppression, 10000)) in FAST() 342 FAST_t<8>(_img, keypoints, threshold, nonmax_suppression); in FAST() [all …]
|
D | agast.cpp | 7445 …id AGAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression) in AGAST() argument 7447 AGAST(_img, keypoints, threshold, nonmax_suppression, AgastFeatureDetector::OAST_9_16); in AGAST() 7512 …nputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression, int type) in AGAST() argument 7559 if(nonmax_suppression) in AGAST()
|