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