I am using vtk for segmenting blood vessels.
I have two dicom image sets,one has normal CT images and the other has CT with MIP(Maximum Intensity Projection).
So i subtracted the two series and gave that result to the input of vtkMarchingCubes
.But my segmented image is showing only less details.I have attached what i got in the picture.
https://i.stack.imgur.com/V66nN.png
I tried using filters but no use
I need to get even the thin vessels.How is it possible using only VTK? If not How is it possible in ITK.
If my question is not clear kindly inform