Blame view

3rdparty/opencv-4.5.4/modules/features2d/misc/python/pyopencv_features2d.hpp 464 Bytes
f4334277   Hu Chunming   提交3rdparty
1
2
3
4
5
6
7
8
9
  #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