Hello,
I am using ITK and VTK for liver segmentation purpose. But my segmentation algorithm needs seed point which I have to select from DICOM images. Firstly, I was using 3D slicer to take seed point positions. But Now I have to select it directly from dicom viewer using VTK.
So how can I get a seed point position by just selecting randomly on dicom image? Also how to check intensities at different pixel locations ?
Kindly help me with some information.