Joe Verbout / Mbed 2 deprecated main

Dependencies:   mbed

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...
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...