-
Notifications
You must be signed in to change notification settings - Fork 7
Create bounding-box ROI from label images #132
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
Comments
Preliminary plan, with @mfranzon:
|
I like this plan. Step 4 should be optional, because I'm not sure if we want to have ROI tables for all segmentation outputs and we certainly may have napari workflows where we don't need the ROI tables. Regarding 1) and ignoring overlap for the moment: Good start. But if we want to test processing by ROI afterwards, we'll have to look at an example where there is no overlap. We may have one from Max from the Zebrafish that I'm currently testing, will report back if it's suitable. But we anyway need to ROIs calculated & parsed first :) |
By now we don't need to support 2D arrays, since both If it is needed for some use case, we can always include an explicit handling of 2D arrays later. |
ref #132, add preliminary implementation of bounding box
Closed by #192. Re: overlapping bounding boxes, at the moment we simply raise a |
New task: Take a label image and create new ROIs based on the bounding boxes of objects. Useful e.g. for organoids after organoid segmentation in 2D.
See #45 for issues we'll need to handle regarding overlap
The text was updated successfully, but these errors were encountered: