Files
opencv/modules/features/misc/python/pyopencv_features.hpp
T

6 lines
280 B
C++

#ifdef HAVE_OPENCV_FEATURES
typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;
typedef FastFeatureDetector::DetectorType FastFeatureDetector_DetectorType;
typedef DescriptorMatcher::MatcherType DescriptorMatcher_MatcherType;
typedef ORB::ScoreType ORB_ScoreType;
#endif