Searched defs:nonmaxSuppression (Results 1 – 5 of 5) sorted by relevance
| /external/opencv3/modules/cudafeatures2d/src/ |
| D | fast.cpp | 93 FAST_Impl::FAST_Impl(int threshold, bool nonmaxSuppression, int max_npoints) : in FAST_Impl() 202 …reDetector> cv::cuda::FastFeatureDetector::create(int threshold, bool nonmaxSuppression, int type,… in create()
|
| /external/opencv3/modules/features2d/src/ |
| D | fast.cpp | 420 bool nonmaxSuppression; member in cv::FastFeatureDetector_Impl 424 Ptr<FastFeatureDetector> FastFeatureDetector::create( int threshold, bool nonmaxSuppression, int ty… in create()
|
| D | agast.cpp | 7503 bool nonmaxSuppression; member in cv::AgastFeatureDetector_Impl 7507 Ptr<AgastFeatureDetector> AgastFeatureDetector::create( int threshold, bool nonmaxSuppression, int … in create()
|
| /external/opencv3/modules/cudafeatures2d/src/cuda/ |
| D | fast.cu | 323 …__global__ void nonmaxSuppression(const short2* kpLoc, int count, const PtrStepSzi scoreMat, short… in nonmaxSuppression() function
|
| /external/opencv3/modules/cudafeatures2d/test/ |
| D | test_features2d.cpp | 62 bool nonmaxSuppression; in PARAM_TEST_CASE() local
|