Load segmentation with surfacenet smoothing

Hi, i am new, can we load the segmentation surface net smoothed directly progamatically ? I think i have to modify the header of each .seg.nrrd file before loading? (If yes how we modify the particular key for that i think it’s ['Segmentation_ConversionParameters']
The goal is to reduce the loading time of the sample, i mean when creating the closed surface representation.

Thanks in advance and have a good day !

Slicer will use the binary labelmap to closed surface conversion algorithm that is specified in the conversion parameters in the .seg.nrrd file header. You can conveniently modify the header of a segmentation file using slicerio or pynrrd Python packages.

1 Like