Renesas / opencv-lib

Dependents:   RZ_A2M_Mbed_samples

Embed: (wiki syntax)

« Back to documentation index

Features Finding and Images Matching

Features Finding and Images Matching
[Images stitching]

Data Structures

struct  ImageFeatures
 Structure containing image keypoints and descriptors. More...
class  FeaturesFinder
 Feature finders base class. More...
class  SurfFeaturesFinder
 SURF features finder. More...
class  OrbFeaturesFinder
 ORB features finder. More...
class  AKAZEFeaturesFinder
 AKAZE features finder. More...
struct  MatchesInfo
 Structure containing information about matches between two images. More...
class  FeaturesMatcher
 Feature matchers base class. More...
class  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  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...