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

Hotfixes for issues 87, 97, 98 #101

Closed
wants to merge 2 commits into from
Closed

Hotfixes for issues 87, 97, 98 #101

wants to merge 2 commits into from

Conversation

jrenslo
Copy link

@jrenslo jrenslo commented Dec 12, 2023

A couple commits that address a few small open issues:

Fixing degenerate contours - issue 87
Contours with fewer than three points threw an error from opencv. Fix detects, fixes the issue making an assumption, and continues with warning.

Checking for nonuniform slice thickness - issue 97
Hotfix: Checks for non-uniform slice thickness and raises an Exception if detected. Exception type should probably be made more specific.

Option for support for multiple acquisitions - issue 98
Adds a parameter to get_roi_mask_by_name passed through to create_series_mask_from_contour_sequence that adds functionality for images with multiple acquisitions, optionally splitting the output mask along an additional axis at the end.

@jrenslo jrenslo closed this Dec 14, 2023
@jrenslo jrenslo reopened this Dec 14, 2023
@jrenslo
Copy link
Author

jrenslo commented Dec 14, 2023

Working out a couple bugs

@jrenslo jrenslo closed this Dec 14, 2023
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