Skip to content

Conversation

lorenzoh
Copy link
Member

@lorenzoh lorenzoh commented Apr 6, 2022

Fixes a bug (reported in #62) where composing a CroppedProjectiveTransform with another ProjectiveTransform would cause the cropping to be skipped. Now, this instead creates a Sequence meaning the crop is properly applied; however, the last projection is not fused with that before the crop.

Closes #62

Fixes a bug where composing a `CroppedProjectiveTransform` with another
`ProjectiveTransform` would cause the cropping to be skipped. Now, this
instead creates a `Sequence` meaning the
crop is properly applied; however, the last projection is not fused with that before the
crop.
@lorenzoh lorenzoh merged commit dc5a576 into master Apr 6, 2022
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.

Cropping can only be performed at the end of a pipeline
1 participant