MATLAB 读取DICOM格式文件


info = dicominfo('240.dcm'); 
X = dicomread(info); 
figure,imshow(X,'DisplayRange',[]) 


你可能感兴趣的:(MATLAB 读取DICOM格式文件)