pyushkevich / itksnap

ITK-SNAP medical image segmentation tool
http://www.itksnap.org
GNU General Public License v3.0
294 stars 86 forks source link

Add Label Smoothing Feature #24

Closed jilei-hao closed 3 years ago

jilei-hao commented 3 years ago

Introduce a segmentation smoothing option in the Tools -> Smooth Labels. The user should be able to select one, multiple, or all labels and apply smoothing to that label based on the user-defined standard deviation of the Gaussian kernel in either mm or vox.

The feature will have same effect as following c3d command:

c3d input_segmentation.nii.gz -split -foreach -smooth-fast 1mm -endfor -merge -o smoothed_segmentation.nii.gz

jilei-hao commented 3 years ago

Addressed by https://github.com/pyushkevich/itksnap/pull/33