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

Delete segment #7408

Closed
normanrz opened this issue Oct 24, 2023 · 2 comments · Fixed by #7435
Closed

Delete segment #7408

normanrz opened this issue Oct 24, 2023 · 2 comments · Fixed by #7435

Comments

@normanrz
Copy link
Member

Detailed Description

Add a button to the right-click menu to delete a segment. This should overwrite all associated voxels with 0. This would only work for annotation with segment index.

See https://forum.image.sc/t/delete-segment-option-in-volume-annotation-not-available/87838/2

@philippotto
Copy link
Member

For large segments, I imagine this to be quite inefficient when everything is looped through the front-end. The back-end might be more suitable for the job (the front-end could simply reload the segmentation layer afterwards). @fm3 What do you think?

@fm3
Copy link
Member

fm3 commented Oct 26, 2023

I agree, the backend could also do this job. However, it is currently notoriously inefficient with voxel-wise operations. There are some ideas for that though. Compare #6248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants