I have a vtkSegmentation data instance obtained as a segmentation results, using python code and slicer’s lungCT_analyzer modules code. I would like to get the same in niftii format (i.e .nii.gz), so that I can visually analyze the segmentation results on some sample lung CT dataset and process these segmentations further. Any help would be highly appreciated please…!!!
Thank you and the python code to do the same ? Do we have a python function under vtk libraries, to export vtk Segmentation type (made of multiple vtkImageObjectData type segments) data to niftii format ?
I have obtained the segmentation using the GetSegmentation() method from vtkSegmentation class
This thread may help, see here.