-
Notifications
You must be signed in to change notification settings - Fork 6
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
Multi-dimensional registration #13
Comments
@mileslucas have you attempted to add this feature to the code? What is different about the 3D case? |
No I have not attempted this- feel free to try yourself if you'd like. I believe it's just an extension of the Fourier transforms into more dimensions than two. |
It looks like the only thing that needs to change is the upsampled_dft function; in particular, we need some kind of equivalent of |
nevermind, I figured it out. I'll make a PR soon |
it would be so noce to have the multi-dimensional functionality back. It worked very nicely on 3d MRI data. |
The original Julia version of this package had support for multi-dimensional registration (e.g., registering a 3-D cube instead of a 2-D image). This was removed for simpler code, but should be added back as long as it doesn't negatively affect the performance of the 2-D registration.
The text was updated successfully, but these errors were encountered: