Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Tetragramm
GitHub Repository: Tetragramm/opencv
Path: blob/master/modules/features2d/misc/python/pyopencv_features2d.hpp
16338 views
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
10