Package | Description |
---|---|
org.bytedeco.opencv.opencv_features2d |
Modifier and Type | Class and Description |
---|---|
class |
BFMatcher
\brief Brute-force descriptor matcher.
|
class |
FlannBasedMatcher
\brief Flann-based descriptor matcher.
|
Modifier and Type | Method and Description |
---|---|
DescriptorMatcher |
FlannBasedMatcher.clone() |
DescriptorMatcher |
DescriptorMatcher.clone() |
DescriptorMatcher |
BFMatcher.clone() |
DescriptorMatcher |
FlannBasedMatcher.clone(boolean emptyTrainData) |
DescriptorMatcher |
DescriptorMatcher.clone(boolean emptyTrainData)
\brief Clones the matcher.
|
DescriptorMatcher |
BFMatcher.clone(boolean emptyTrainData) |
static DescriptorMatcher |
DescriptorMatcher.create(BytePointer descriptorMatcherType)
\brief Creates a descriptor matcher of a given type with the default parameters (using default
constructor).
|
static DescriptorMatcher |
DescriptorMatcher.create(int matcherType) |
static DescriptorMatcher |
DescriptorMatcher.create(String descriptorMatcherType) |
Constructor and Description |
---|
BOWImgDescriptorExtractor(DescriptorMatcher dmatcher)
\overload
|
BOWImgDescriptorExtractor(Feature2D dextractor,
DescriptorMatcher dmatcher)
\brief The constructor.
|
Copyright © 2020. All rights reserved.