saalfeldlab / paintera

GNU General Public License v2.0
95 stars 17 forks source link

Smooth Label Action #472

Closed cmhulbert closed 1 month ago

cmhulbert commented 1 year ago

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

cmhulbert commented 1 year ago

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 )