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

Smooth Label Action #472

Closed
2 tasks done
cmhulbert opened this issue Mar 13, 2023 · 1 comment
Closed
2 tasks done

Smooth Label Action #472

cmhulbert opened this issue Mar 13, 2023 · 1 comment

Comments

@cmhulbert
Copy link
Collaborator

cmhulbert commented Mar 13, 2023

Add an action to operate on label sources that applies a gaussian smoothing to the selected label. Some required features:

  • In-fill the portion of the label that was reduced with respect to the nearest adjacent labels.
  • show a 2D preview overlay in each of the visible ortho-slices while the user is specifying the desired sigma
@cmhulbert cmhulbert added this to the 0.34.0 milestone Mar 13, 2023
@cmhulbert
Copy link
Collaborator Author

cmhulbert commented Mar 13, 2023

For a future iteration, some performance can be gained by determining which blocks need to be updated by applying the same smoothing function to a down-scaled image that represents a binary mask of label in the block grid space. (see #474 )

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

No branches or pull requests

1 participant