OpenCV  3.4.3
Open Source Computer Vision
Classes
Features Finding and Images Matching

Classes

class  cv::detail::AffineBestOf2NearestMatcher
 Features matcher similar to cv::detail::BestOf2NearestMatcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf. More...
 
class  cv::detail::AKAZEFeaturesFinder
 AKAZE features finder. : More...
 
class  cv::detail::BestOf2NearestMatcher
 Features matcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf. More...
 
class  cv::detail::BestOf2NearestRangeMatcher
 
class  cv::detail::FeaturesFinder
 Feature finders base class. More...
 
class  cv::detail::FeaturesMatcher
 Feature matchers base class. More...
 
struct  cv::detail::ImageFeatures
 Structure containing image keypoints and descriptors. More...
 
struct  cv::detail::MatchesInfo
 Structure containing information about matches between two images. More...
 
class  cv::detail::OrbFeaturesFinder
 ORB features finder. : More...
 
class  cv::detail::SiftFeaturesFinder
 SIFT features finder. More...
 
class  cv::detail::SurfFeaturesFinder
 SURF features finder. More...
 

Detailed Description