mirror of
https://github.com/opencv/opencv.git
synced 2025-01-11 15:08:08 +08:00
ef98c25d60
Features2d cleanup: Move several feature detectors and descriptors to opencv_contrib #25292 features2d cleanup: #24999 The PR moves KAZE, AKAZE, AgastFeatureDetector, BRISK and BOW to opencv_contrib/xfeatures2d. Related PR: opencv/opencv_contrib#3709
6 lines
282 B
C++
6 lines
282 B
C++
#ifdef HAVE_OPENCV_FEATURES2D
|
|
typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;
|
|
typedef FastFeatureDetector::DetectorType FastFeatureDetector_DetectorType;
|
|
typedef DescriptorMatcher::MatcherType DescriptorMatcher_MatcherType;
|
|
typedef ORB::ScoreType ORB_ScoreType;
|
|
#endif |