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

Slice Geometry: Handle ROIs (or lack of them) more gracefully #346

Merged
merged 1 commit into from
May 14, 2024

Conversation

mdoube
Copy link
Member

@mdoube mdoube commented Apr 26, 2024

Seems like there has been a regression or change of behaviour in IJ, around ROIs and getting bounds.

This code change makes ROI handling more explicit and uses only ImagePlus methods (not ImageProcessor or ImageStack).

Fixes #345

Seems like there has been a regression or change of behaviour in
IJ, around ROIs and getting bounds.

This code change makes ROI handling more explicit and uses only
ImagePlus methods (not ImageProcessor or ImageStack).

Fixes #345
@mdoube mdoube merged commit b9da758 into master May 14, 2024
1 check passed
@mdoube mdoube deleted the issue-345 branch May 14, 2024 03:03
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.

Slice Geometry doesn't respect ROIs and then complains there isn't an ROI when there is one
2 participants