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

Implement Script that can globalize a local flood-fill operation #5763

Closed
philippotto opened this issue Oct 6, 2021 · 0 comments · Fixed by scalableminds/webknossos-libs#461
Assignees
Labels

Comments

@philippotto
Copy link
Member

With #5733 it becomes possible to locally correct a segmentation merger by splitting a cell into two components. However, the floodfill operation is constrained to only work in a certain bounding box. If the floodfill operation is cancelled because the limiting bounding box was exceeded, the split is incomplete. In that case, a bounding box is created in WK automatically. That bounding box then contains information, such as the seed voxel, the segment id.

Given these bounding boxes and a dataset/volume annotation a script can "continue"/"expand" the flood fill operation to the entire dataset. In particular, the script should be able to consume multiple bounding boxes so that multiple flood fill operations can be globalized.

@fm3 fm3 changed the title Implement Script which can globalize a local flood-fill operation Implement Script that can globalize a local flood-fill operation Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants