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

levels pyramid (with greedy algorithm) produces oscillating transform #5

Open
gdevenyi opened this issue Jun 27, 2019 · 1 comment
Open
Assignees
Labels
not-exactly-a-feature Something fishy is going on here

Comments

@gdevenyi
Copy link
Contributor

When experimenting with levels, I find the following result:
image

The image on the left shows that the jacobian generated has an oscillating value on alternate slices, no such oscillations occur if run without levels.

@m-pilia
Copy link
Owner

m-pilia commented Jun 27, 2019

Thanks for reporting this! I have seen similar behaviour before, I usually avoid the multi-resolution approach because I observed it can be not stable. On one hand, the interpolation of displacements can be quite coarse. The greedy algorithm uses a 6-point stencil, so error propagation can easily generate that kind of checkboard patters.

@m-pilia m-pilia added the not-exactly-a-feature Something fishy is going on here label Jul 13, 2019
@m-pilia m-pilia self-assigned this Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-exactly-a-feature Something fishy is going on here
Projects
None yet
Development

No branches or pull requests

2 participants