Skip to content

Question about keypoint.octave #32

@Zhuifeng414

Description

@Zhuifeng414

Thanks for providing such a handsome sift code. But I really could not figure out why you calculate keypoint.octave like this

keypoint.octave = octave_index + image_index * (2 ** 8) \
               + int(round((extremum_update[2] + 0.5) * 255)) * (2 ** 16)

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions