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

Add outright support for sub-pixel precision #10

Open
matejak opened this issue Mar 2, 2015 · 4 comments
Open

Add outright support for sub-pixel precision #10

matejak opened this issue Mar 2, 2015 · 4 comments
Assignees
Milestone

Comments

@matejak
Copy link
Owner

matejak commented Mar 2, 2015

This can be achieved by doing smart things when evaluating the phase correlation.

@matejak matejak added this to the 1.1 milestone Mar 2, 2015
@matejak matejak self-assigned this Mar 2, 2015
@arve0
Copy link
Contributor

arve0 commented May 2, 2015

Might look into scikit-image, which has implemented this: https://github.com/scikit-image/scikit-image/blob/master/skimage/feature/register_translation.py#L195

They use the reference Manuel Guizar-Sicairos, Samuel T. Thurman, and James R. Fienup, "Efficient subpixel image registration algorithms," Optics Letters 33, 156-158 (2008).

@arve0
Copy link
Contributor

arve0 commented May 8, 2015

Just stubled upon A study of sub-pixel motion estimation using phase correlation, which uses fitting of a sinc function to the peak in the phase correlation. It claims to perform better (both resource and time wise) than up-sampling-techniques.

@matejak
Copy link
Owner Author

matejak commented Jul 21, 2015

I have added linear interpolation to the log-polar stuff. It mostly improves things, but not always. Depends on #11

@matejak matejak modified the milestones: 2.1, 1.1 Sep 12, 2016
@matejak
Copy link
Owner Author

matejak commented Sep 12, 2016

It seems that the resampling way is more robust than the interpolation.

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

2 participants