sxf372284 发表于 2007-3-3 15:01

matlab 怎么样保存为位深度为1的二值图像?

在matlab中,我将0-1数据矩阵 imwrite(Key,'mimi.bmp','bmp');保存得到的mimi.bmp为位深度为8的图像,数值为0和255,请哪位大虾能帮我解决这个问题?是用imwrite函数直接得到位深度为1的二值图像.谢谢了.

eight 发表于 2007-3-3 15:27

原帖由 sxf372284 于 2007-3-3 15:01 发表
在matlab中,我将0-1数据矩阵 imwrite(Key,'mimi.bmp','bmp');保存得到的mimi.bmp为位深度为8的图像,数值为0和255,请哪位大虾能帮我解决这个问题?是用imwrite函数直接得到位深度为1的二值图像.谢谢了.


help imwrite 就可以发现:

If the input array is of class logical, imwrite assumes the data is a binary image and writes it to the file with a bit depth of 1, if the format allows it. BMP, PNG, or TIFF formats accept binary images as input arrays.

sxf372284 发表于 2007-3-5 09:42

谢谢 楼上的朋友,其实我当时也看到了这句话,只是当时没有仔细去研究,现在问题已经解决了,谢谢你真的!:handshake :handshake
页: [1]
查看完整版本: matlab 怎么样保存为位深度为1的二值图像?