2016-08-07 00:46:17 +08:00
|
|
|
#ifdef HAVE_OPENCV_FEATURES2D
|
|
|
|
typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;
|
2018-09-21 23:12:35 +08:00
|
|
|
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;
|
2016-08-07 00:46:17 +08:00
|
|
|
#endif
|