Matlab 7.12.0无法识别图像处理中的imshow [英] Matlab 7.12.0 not recognize imshow in image processing

查看:217
本文介绍了Matlab 7.12.0无法识别图像处理中的imshow的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我需要Matlab-ImageProcessing工具箱中的帮助.

我写的是代码-I=imread(''Skeleton.bmp'');.

它接受它,然后在我写imshow(I)时出现错误.
???对于类型为"uint8"的输入参数,未定义函数或方法"imshow".

如果我做演员,也不会接受.

谁能帮忙!?

Hi,

I want help in Matlab-ImageProcessing toolbox.

I write in code - I=imread(''Skeleton.bmp'');.

It accept it then when I write imshow(I) it appear an error.
??? Undefined function or method ''imshow'' for input arguments of type ''uint8''.

And if I make cast,it don''t accept it either.

Can any one help !?

推荐答案

阅读此内容:http://www.caspur.it/risorse/softappl/doc/matlab_help/techdoc/ref/imread.html [

转到图像文件说abc.jpg的目录.
>> I = imread(''abc.jpg'');
>>保存I
>> imshow(I);
完成.
go to directory where is image file say abc.jpg.
>>I=imread(''abc.jpg'');
>>save I
>>imshow(I);
Done.


这篇关于Matlab 7.12.0无法识别图像处理中的imshow的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆