Package org.opencv.features2d
Class FlannBasedMatcher
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.features2d.DescriptorMatcher
-
- org.opencv.features2d.FlannBasedMatcher
-
public class FlannBasedMatcher extends DescriptorMatcher
-
-
Field Summary
-
Fields inherited from class org.opencv.features2d.DescriptorMatcher
BRUTEFORCE, BRUTEFORCE_HAMMING, BRUTEFORCE_HAMMINGLUT, BRUTEFORCE_L1, BRUTEFORCE_SL2, FLANNBASED
-
-
Constructor Summary
Constructors Modifier Constructor Description FlannBasedMatcher()
protected
FlannBasedMatcher(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlannBasedMatcher
create()
protected void
finalize()
-
Methods inherited from class org.opencv.features2d.DescriptorMatcher
add, clear, clone, clone, create, create, empty, getTrainDescriptors, isMaskSupported, knnMatch, knnMatch, knnMatch, knnMatch, match, match, match, match, radiusMatch, radiusMatch, radiusMatch, radiusMatch, read, train, write
-
Methods inherited from class org.opencv.core.Algorithm
getDefaultName, save
-
-
-
-
Method Detail
-
create
public static FlannBasedMatcher create()
-
finalize
protected void finalize() throws Throwable
- Overrides:
finalize
in classDescriptorMatcher
- Throws:
Throwable
-
-