Uses of Class
org.opencv.features2d.DescriptorMatcher
-
Packages that use DescriptorMatcher Package Description org.opencv.features2d -
-
Uses of DescriptorMatcher in org.opencv.features2d
Subclasses of DescriptorMatcher in org.opencv.features2d Modifier and Type Class Description class
BFMatcher
Brute-force descriptor matcher.class
FlannBasedMatcher
Flann-based descriptor matcher.Methods in org.opencv.features2d that return DescriptorMatcher Modifier and Type Method 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).
-