pyopencv_features2d.hpp 464 B

123456789
  1. #ifdef HAVE_OPENCV_FEATURES2D
  2. typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;
  3. typedef AKAZE::DescriptorType AKAZE_DescriptorType;
  4. typedef AgastFeatureDetector::DetectorType AgastFeatureDetector_DetectorType;
  5. typedef FastFeatureDetector::DetectorType FastFeatureDetector_DetectorType;
  6. typedef DescriptorMatcher::MatcherType DescriptorMatcher_MatcherType;
  7. typedef KAZE::DiffusivityType KAZE_DiffusivityType;
  8. typedef ORB::ScoreType ORB_ScoreType;
  9. #endif