What's the Java equivalent of C++ of BFMatcher matcher(NORM_HAMMING, true) ?
What is the Java equivalent of:
BFMatcher matcher(NORM_HAMMING, true);
OpenCV 2.4.4
Thanks!