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 BFMatcherBFMatcher. __fromPtr__(long addr)static BFMatcherBFMatcher. create()Brute-force matcher create method.static BFMatcherBFMatcher. create(int normType)Brute-force matcher create method.static BFMatcherBFMatcher. create(int normType, boolean crossCheck)Brute-force matcher create method.
-