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
create()
static BFMatcher
create(int normType, boolean crossCheck)
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
-
-