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 |
BestOf2NearestRangeMatcher |
Modifier and Type | Method and Description |
---|---|
static BestOf2NearestMatcher |
BestOf2NearestMatcher.create() |
static BestOf2NearestMatcher |
BestOf2NearestMatcher.create(boolean try_use_gpu,
float match_conf,
int num_matches_thresh1,
int num_matches_thresh2) |
BestOf2NearestMatcher |
BestOf2NearestMatcher.position(long position) |
Copyright © 2020. All rights reserved.