如何用读取非MATLAB自带的图片

发布时间:2024-05-25 02:09 发布:上海旅游网

问题描述:

谢谢大家对原来问题的回答,可是我还是不能处理自己想处理的图片。
将JPEG 另存为TIF,保存到当前目录,下面是程序
i=imread('c:\MATLAB7\work\run.tif')
show(i)
??? LZW-compressed TIFF images are not supported.

Error in ==> imagesci\private\readtif at 32
[X, map, details] = rtifc(filename, args.index);

Error in ==> imread at 306
[X, map] = feval(fmt_s.read, filename, extraArgs{:});

问题解答:

不支持的格式,先用其他软件把它变为bmp或者jpg格式的图片,再读入

热点新闻