Matching Binary Kepoints, HAMMING2

asked 2012-11-08 06:41:07 -0600

Tran Thu Do gravatar image

updated 2012-11-08 07:51:33 -0600

When using BFMatcher match() function, does it give vector of Matches in sorted order.

And what is NORM_HAMMING2.

I just understand NORM_HAMMING for e.g when comparing 2 byte (01111111B vs 01111110B) because only last bits of 2 bytes are different. Is this right? And how about NORM_HAMMING2?

How to specify the radius using radiusMatch() for HAMMING distance?

edit retag flag offensive close merge delete