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 BFMatcher
create()
static BFMatcher
create(int normType)
static BFMatcher
create(int normType, boolean crossCheck)
protected void
finalize()
-
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 java.lang.Throwable
- Overrides:
finalize
in classDescriptorMatcher
- Throws:
java.lang.Throwable
-
-