Home
last modified time | relevance | path

Searched refs:FastFeatureDetector_Impl (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Dfast.cpp364 class FastFeatureDetector_Impl : public FastFeatureDetector class
367 FastFeatureDetector_Impl( int _threshold, bool _nonmaxSuppression, int _type ) in FastFeatureDetector_Impl() function in cv::FastFeatureDetector_Impl
426 return makePtr<FastFeatureDetector_Impl>(threshold, nonmaxSuppression, type); in create()