Package | Description |
---|---|
org.bytedeco.opencv.opencv_stitching |
Modifier and Type | Class and Description |
---|---|
class |
AffineBestOf2NearestMatcher
\brief 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.
|
class |
BestOf2NearestMatcher
\brief 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
|
class |
BestOf2NearestRangeMatcher |
Modifier and Type | Method and Description |
---|---|
FeaturesMatcher |
Stitcher.featuresMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
Stitcher.setFeaturesMatcher(FeaturesMatcher features_matcher) |
Copyright © 2020. All rights reserved.