Hey folks, right now I am converting .nii files into .ply files, and then trying to smooth them. This doesn’t seem to work.
Essentially, I want to do the same smoothing 3D Slicer does on segmentation when you turn them into a 3D Model. How would I re-create this in python code? Do I need to do a different conversion?
Even if I could get some information on what 3D Slicer is doing behind the scenes here that would be great.
The script repository shows you examples of how to load an image file as segmentation and export smoothed closed surface representation to model node or files.