| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_stitching.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.
|
static class |
opencv_stitching.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
|
static class |
opencv_stitching.BestOf2NearestRangeMatcher |
| Modifier and Type | Method and Description |
|---|---|
opencv_stitching.FeaturesMatcher |
opencv_stitching.Stitcher.featuresMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_stitching.Stitcher.setFeaturesMatcher(opencv_stitching.FeaturesMatcher features_matcher) |
Copyright © 2018. All rights reserved.