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

ireg chooses default parameters based on input resolution instead of final level #20

Open
schuhschuh opened this issue Dec 14, 2015 · 0 comments

Comments

@schuhschuh
Copy link
Member

In my development branch (feature/deformable-surfaces), I just fixed a bug in irtkGenericRegistrationFilter::GuessParameter which uses the input resolution of the images instead of the resolution of the target at the final level. Usually these are identical, but when a user specified final level resolution, e.g., because of very high slice thickness to use more or less isotropic resolution, this can result in two large gradient steps still based on the high slice thickness which can produce very bad rigid/affine registration results because the first step leaves the images with almost no overlap.

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

1 participant