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 or change the interface for the ImageRegistraitonMethod.SetOptimizerAsAmoeba method #2039

Open
zivy opened this issue Dec 15, 2023 · 1 comment

Comments

@zivy
Copy link
Member

zivy commented Dec 15, 2023

Enable specification of a vector of values for the amoeba optimizer simplexDelta parameter.

There are use cases where this flexibility is highly desirable. For example, in the case of a rigid transformation it is desirable to have different values for this parameter for the translation components and rotation components of a Euler transform. A value of 1 for translation may be reasonable as it represents 1mm, but this is not as reasonable for rotation where it represents 1rad (~60 degrees).

@blowekamp
Copy link
Member

The optimizer's parameter scales effect the simple delta, so this is the unified way to handle non-uniform parameter spaces. The PR updates the documentations of this method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants