Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Problem solved after changing BFMatcher bf = new BFMatcher(Core.NORM_HAMMING); to DescriptorMatcher bf = DescriptorMatcher.create(DescriptorMatcher.BRUTEFORCE_HAMMING);