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

ENH: Add TransformedPointLimitedEulerSameAsUnlimitedEuler3D unit test #560

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

N-Dekker
Copy link
Member

Tests that the new limited Euler transform by Žiga Špiclin (@zigaso) yields the same point-to-point transformation as the unlimited Euler transform, when there is no limit specified.

Tests that the new limited Euler transform by Žiga Špiclin yields the same point-to-point transformation as the unlimited Euler transform, when there is no limit specified.
@N-Dekker
Copy link
Member Author

@zigaso This unit test checks that for an AdvancedLimitedEulerTransform instance (your PR #511) any input point, limitedTransform->TransformPoint(inputPoint) returns the same output point as the corresponding "unlimited" Euler transform unlimitedTransform->TransformPoint(inputPoint). (It does not yet compile on the current "develop" branch because we did not yet merge your PR #511.)

It appears to me that limitedTransform->TransformPoint(inputPoint) calls are not affected by upper/lower limits, right?

Tests that the new limited Euler transform by Žiga Špiclin yields the same image-to-image transformation as the unlimited Euler transform, when there is no limit specified.
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

Successfully merging this pull request may close these issues.

1 participant