Package | Description |
---|---|
org.opencv.features2d |
Modifier and Type | Class and Description |
---|---|
class |
BFMatcher
Brute-force descriptor matcher.
|
class |
FlannBasedMatcher
Flann-based descriptor matcher.
|
Modifier and Type | Method and Description |
---|---|
static DescriptorMatcher |
DescriptorMatcher.__fromPtr__(long addr) |
DescriptorMatcher |
DescriptorMatcher.clone()
Clones the matcher.
|
DescriptorMatcher |
DescriptorMatcher.clone(boolean emptyTrainData)
Clones the matcher.
|
static DescriptorMatcher |
DescriptorMatcher.create(int matcherType) |
static DescriptorMatcher |
DescriptorMatcher.create(String descriptorMatcherType)
Creates a descriptor matcher of a given type with the default parameters (using default
constructor).
|
Copyright © 2020. All rights reserved.