Uses of Class
org.opencv.features2d.BFMatcher
-
Packages that use BFMatcher Package Description org.opencv.features2d -
-
Uses of BFMatcher in org.opencv.features2d
Methods in org.opencv.features2d that return BFMatcher Modifier and Type Method Description static BFMatcher
BFMatcher. __fromPtr__(long addr)
static BFMatcher
BFMatcher. create()
Brute-force matcher create method.static BFMatcher
BFMatcher. create(int normType)
Brute-force matcher create method.static BFMatcher
BFMatcher. create(int normType, boolean crossCheck)
Brute-force matcher create method.
-