PythonSIFT
PythonSIFT copied to clipboard
Problem in 'localizeExtremumViaQuadraticFit'.
keypoint.octave = octave_index + image_index * (2 ** 8) + int(round((extremum_update[2] + 0.5) * 255)) * (2 ** 16)
when it comes to count keypoint.octave,why, image_index need to multiply by (2**8), and I'm confused about the int(round((extremum_update[2] + 0.5) * 255)) * (2 ** 16)
。
The link mentioned in the article has expired
HI @lastnightwith , let me get back to you in a few days about this. Sorry for the wait. I will also update the link.