Home
last modified time | relevance | path

Searched defs:nonmaxSuppression (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/
Dfast.cpp93 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/
Dfast.cpp420 bool nonmaxSuppression; member in cv::FastFeatureDetector_Impl
424 Ptr<FastFeatureDetector> FastFeatureDetector::create( int threshold, bool nonmaxSuppression, int ty… in create()
Dagast.cpp7503 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/
Dfast.cu323 …__global__ void nonmaxSuppression(const short2* kpLoc, int count, const PtrStepSzi scoreMat, short… in nonmaxSuppression() function
/external/opencv3/modules/cudafeatures2d/test/
Dtest_features2d.cpp62 bool nonmaxSuppression; in PARAM_TEST_CASE() local