MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [求助]matlab显示dicom文件 (https://www.labfans.com/bbs/showthread.php?t=5394)

zjing 2008-11-19 09:46

[求助]matlab显示dicom文件
 
clear;
I=dicomread('F:\Matlab实验\036.dcm');
figure,imshow(I);
可是总是错误:?? Error using ==> imshow (ParseInputs)
Unsupported image class
是什么意思呢?

我用unit8/unit16函数都不可以,每次都说??? Undefined function or variable 'unit16'.

majunlei1984 2008-12-12 09:27

回复: [求助]matlab显示dicom文件
 
格式不对吧

wrpseven 2009-07-01 16:01

回复: [求助]matlab显示dicom文件
 
我是用这种方法:
i=dicomread('F:\图像处理\file\dicomfile\9\9.dcm');
j=double(i);
imshow(j,[])


所有时间均为北京时间。现在的时间是 06:38

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.