Searched defs: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() 260 int threshold, bool nonmax_suppression, int maxKeypoints ) in ocl_FAST() 331 void FAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression… in FAST() 358 void FAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression) in FAST()
|
D | agast.cpp | 7445 …id AGAST(InputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression) in AGAST() 7512 …nputArray _img, std::vector<KeyPoint>& keypoints, int threshold, bool nonmax_suppression, int type) in AGAST()
|