Skip to content

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.

2 participants