Hi Andras,
Would you please tell me how to split the volume into slices after having volume into numpy array?
What I need to do is to apply clustering FCM algorithm on volume to get classified volume. For which I am thinking in this way.
Get the volume
Split it into slices
convert each slice into its respective numpy array
passing numpy array of a slice to algorithm
Getting the updated numpy array
converting numpy back to slice of volume
Then collectivly combining all the slices into volume
Hi,
want to segment three parts brain, ventricles and tumor, MRI. automating the segmentation process and then using it for brain deformation calculation.