PythonSIFT icon indicating copy to clipboard operation
PythonSIFT copied to clipboard

Problem in 'localizeExtremumViaQuadraticFit'.

Open lastnightwith opened this issue 2 years ago • 2 comments

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)

lastnightwith avatar Apr 04 '22 07:04 lastnightwith

The link mentioned in the article has expired

lastnightwith avatar Apr 04 '22 07:04 lastnightwith

HI @lastnightwith , let me get back to you in a few days about this. Sorry for the wait. I will also update the link.

rmislam avatar Apr 28 '22 03:04 rmislam