Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
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... |
Generated on Tue Jul 12 2022 18:20:21 by
