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: 2020-06-22 19:23:54 -0600
Seen: 290 times
Last updated: Jun 22 '20