So, during matching using cv2.NORM_HAMMING
, are they converted into binary strings/values?
Say you have Orb binary descriptor which is 256 bit long. Then the bits are broken down into 8 bits and are converted to their base10 numerical representation. So 256 bit will be represented by array of 32 integers, and all those integer's value will be between 0 to 255.
So, during matching using cv2.NORM_HAMMING
, are they converted into binary strings/values?
Asked: Jun 23 '0
Seen: 292 times
Last updated: Jun 22 '20