就是这么提示的…………难道是图片太大了么…………作者: caoshiwang 时间: 2010-11-27 13:47
不可能啊,你把那个错误的提示数到百度中,搜一下作者: madio 时间: 2010-11-27 16:34
我按照楼上说的到谷歌搜索了一下,发现确实有相关的内容:
The ability to read bitfield compressed bitmap files is not supported by the IMREAD function in MATLAB.
To work around this issue, use the attached function to read the file:
1. Download the attached file named open_bitfield_bmp.m
2. Place it in your project directory.
3. Call the function “open_bitfield_bmp” with the image filename as the argument.
For example:
my_image = open_bitfield_bmp('test_image.bmp');
This will display the image and return it as an array.作者: linmatsas 时间: 2010-11-27 18:22 回复 caoshiwang 的帖子