I need help please
I have executed these commands to read the MRI images with extension nii:
[V,info]=ReadData3D;
imshow(squeeze(V(:,:,round(end/2))),[]);
I have run the code on the four module (T1, T1ce, T2, Flair) and also on the segmented images (ground truth). The black images still appear. For person number 1 (as an example), image 66 for this person, the resulting four non-segmented images are shown in attach, and they are not black. However, the resulting segmented image is completely black, why???
Where is the error in executing the code?
Regards,
Asmaa