Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotation invariance computation #2

Open
eokeeffe opened this issue Aug 25, 2021 · 3 comments
Open

Rotation invariance computation #2

eokeeffe opened this issue Aug 25, 2021 · 3 comments

Comments

@eokeeffe
Copy link

Thanks for the code, the paper was brilliant!
I'm a little lost on just how you implemented the rotation invariance though

In terms of the rotation invariance, the system you have is to build a set of MIMs where the indexes for the first convolution is
treated as a circular list, whereby you start from the 0th index and go to Nth index (N being number of angles), then proceed to increment the starting index i.e.
[0 1 2 3 4 5] (original order)
[1 2 3 4 5 0]
[2 3 4 5 0 1]
[3 4 5 0 1 2]
[4 5 0 1 2 3]
[5 0 1 2 3 4]

I'm a little lost on the dominant orientation method you mentioned in the paper, is this the method used in the likes of HOPC or SIFT ?

@woshiybc
Copy link

Thanks for the code, the paper was brilliant! I'm a little lost on just how you implemented the rotation invariance though

In terms of the rotation invariance, the system you have is to build a set of MIMs where the indexes for the first convolution is treated as a circular list, whereby you start from the 0th index and go to Nth index (N being number of angles), then proceed to increment the starting index i.e. [0 1 2 3 4 5] (original order) [1 2 3 4 5 0] [2 3 4 5 0 1] [3 4 5 0 1 2] [4 5 0 1 2 3] [5 0 1 2 3 4]

I'm a little lost on the dominant orientation method you mentioned in the paper, is this the method used in the likes of HOPC or SIFT ?

Hello, I also encountered the same problem. Have you solved the rotation invariance mentioned by the author?

@SteveEinstain
Copy link

Hello, I have encountered the same problem, how did you solve it?

@LJY-RS
Copy link
Owner

LJY-RS commented Aug 26, 2022

你好,请查看我新的代码项目RIFT2,谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants