Skip to content

Comments

ENH: Add TransformedPointLimitedEulerSameAsUnlimitedEuler3D unit test#560

Draft
N-Dekker wants to merge 2 commits intomainfrom
GTest-LimitedEuler
Draft

ENH: Add TransformedPointLimitedEulerSameAsUnlimitedEuler3D unit test#560
N-Dekker wants to merge 2 commits intomainfrom
GTest-LimitedEuler

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