Why Sagittal and Coronal planes show per 3 times?

1 次查看(过去 30 天)
As you can see to the viewer I am trying to develop, sagittal and coronal planes show up stacked x3 times each. It is the same image x3 times stacked together. Why is this? Any help? Here is the code I use:
slice1=floor(size(im2,1)/2);
slice2=floor(size(im2,2)/2);
slice3=floor(size(im2,3)/2);
axes(handles.axes2);
imshow(imadjust(permute(im2(:,slice2,:), [3 1 2])));
axes(handles.axes3);
imshow(imadjust(permute(im2(slice1,:,:), [3 2 1])));

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 DICOM Format 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by