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

Progress towards fixing akaze orientation #66

Merged
merged 6 commits into from
Jun 9, 2023
Merged

Progress towards fixing akaze orientation #66

merged 6 commits into from
Jun 9, 2023

Conversation

stephanemagnenat
Copy link
Contributor

@stephanemagnenat stephanemagnenat commented Jun 8, 2023

This contains my further changes for correcting Akaze's orientation, without the dump functions (the version with the dump is here).

I kept the corrections in different commits.

I used imageproc for running the Gaussian filters, but I retained the kernel from Akaze because it is properly normalized. I did not remove the now-unused functions horizontal_filter and vertical_filter. Should I remove them?

@vadixidav it is unclear for me whether you expected me to push directly in the branch on this repository, so I did this PR.

@vadixidav
Copy link
Member

@stephanemagnenat Please feel free to push directly to the upstream branch. You should now have permissions to do so.

@stephanemagnenat
Copy link
Contributor Author

@vadixidav pushing to upstream failed: ERROR: Permission to rust-cv/cv.git denied to stephanemagnenat.

@vadixidav
Copy link
Member

@stephanemagnenat I just updated the default permissions for members, and I believe that you should be able to now push to the branch. Please add your changes to that branch. If you need to force push that is fine too, just preserve the changes. Also, please test against akaze using the changes I added.

@stephanemagnenat stephanemagnenat merged commit 4bcad16 into rust-cv:fix_akaze_orientation Jun 9, 2023
@stephanemagnenat stephanemagnenat deleted the fix_akaze_orientation branch June 23, 2023 11:27
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

Successfully merging this pull request may close these issues.

2 participants