Open Source Computer Vision Library
https://opencv.org/
9 lines
464 B
9 lines
464 B
#ifdef HAVE_OPENCV_FEATURES2D |
|
typedef SimpleBlobDetector::Params SimpleBlobDetector_Params; |
|
typedef AKAZE::DescriptorType AKAZE_DescriptorType; |
|
typedef AgastFeatureDetector::DetectorType AgastFeatureDetector_DetectorType; |
|
typedef FastFeatureDetector::DetectorType FastFeatureDetector_DetectorType; |
|
typedef DescriptorMatcher::MatcherType DescriptorMatcher_MatcherType; |
|
typedef KAZE::DiffusivityType KAZE_DiffusivityType; |
|
typedef ORB::ScoreType ORB_ScoreType; |
|
#endif |