一、MATLAB图像类型 二值图像 灰度图像 索引图像 RGB图像 多帧图像序列 支持BMP,GIF,HDF,JPEG,PCX,PNG,TIFF,XWD,CUR,ICO等图像文件格式读写和显示 1.二值图像 二值图像又称黑白图像,是指图像的每个像素只能是黑或白,没有中间的过渡。二值图像的像素值为0或1读取图像函数:imread A = imread(filename,fmt) [X,map] = imread(filename,fmt) [...] = imread(filename) [...] = imread(...,idx) (CUR, GIF, ICO, and TIFF only) [...] = imread(...,frames,idx) (GIF only) 图像显示函数:imshow imshow(I,n) imshow(I,[low high]) imshow(BW) imshow(X,map) imshow(RGB) imshow(I,n) displays the intensity image I with n discrete levels of gray. If you omit n, imshow uses 256 gray levels on 24-bit displays .imshow(I,[low high]) displays I

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档