DICOM Image segmentation and 3d construction using VTK [closed]
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-processin... 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 .
unrelated to opencv