-
Notifications
You must be signed in to change notification settings - Fork 6
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
Do not always reset origin in convert_ROI_table_to_indices
#304
Comments
First guess: the origin position (that is used to shift ROIs when computing indices, in |
Just as an observation, the current workaround that fixes bounding boxes is to provide an additional (optional) In the current case, it turns out that during secondary labeling the "correct" value to set is |
array_to_bounding_box_table
work?array_to_bounding_box_table
array_to_bounding_box_table
convert_ROI_table_to_indices
Recap:
|
Thanks for digging into this @tcompa ! |
Sure thing. |
Briefly, my current understanding is:
|
…ways-reset-origin-in-array_to_bounding_box_table Add reset_origin argument to convert_ROI_table_to_indices (ref #304)
At some point while working on #194 (at the level of this commit: 3f2ba78), I observed that the bounding boxes for a certain set of (organoid) labels are wrong, namely they are slightly shifted from the organoids -- see below.
I don't know, yet, if the error is with the bounding boxes or with the way I am using them in the prototype/example.
The text was updated successfully, but these errors were encountered: