a beginner here, I am working on prostate cancer 3D dataset using deep learning,
I can open these 3D files using Fiji, how I can open in python using SimpleITK ?
do I need to convert these file into specific format in order to view it?
if you can share any relevant documents to work with 3D MRI dataset would be helpful.
thank you so much in advance.
each patient has five mha files.
each patient dataset look like this:
SimpleITK only provides components for image analysis, not for visualization. A utility function, Show, and class, ImageViewer, for displaying images using external programs are available. By default the external program is Fiji (this is configurable so can use other programs).