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 classBFMatcherBrute-force descriptor matcher.classFlannBasedMatcherFlann-based descriptor matcher.Methods in org.opencv.features2d that return DescriptorMatcher Modifier and Type Method Description static DescriptorMatcherDescriptorMatcher. __fromPtr__(long addr)DescriptorMatcherDescriptorMatcher. clone()Clones the matcher.DescriptorMatcherDescriptorMatcher. clone(boolean emptyTrainData)Clones the matcher.static DescriptorMatcherDescriptorMatcher. create(int matcherType)static DescriptorMatcherDescriptorMatcher. create(String descriptorMatcherType)Creates a descriptor matcher of a given type with the default parameters (using default constructor).
-