Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

DICOM Image segmentation and 3d construction using VTK

Hello ,

I am working on .dcm image (dicom image)

In my case there are 152 image slices.

I have used https://www.raddq.com/dicom-processing-segmentation-visualization-in-python/ link for segmentation . After segmentation, i used region of interest(ROI) on that segmented area.

Now i have parameters x,y,w,h and crop image which is getting from ROI.

I want to visualize this segmented data in 3D using VTK library with python .

Is there any way to visualize this data. I am confused what will be the parameters of vtk function .