Lines Matching refs:nonmax_suppression
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()
345 FAST_t<12>(_img, keypoints, threshold, nonmax_suppression); in FAST()
349 if(tegra::useTegra() && tegra::FAST(_img, keypoints, threshold, nonmax_suppression)) in FAST()
352 FAST_t<16>(_img, keypoints, threshold, nonmax_suppression); in FAST()
358 void FAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression) in FAST() argument
360 FAST(_img, keypoints, threshold, nonmax_suppression, FastFeatureDetector::TYPE_9_16); in FAST()