由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - matlab 图像处理疑问
相关主题
请教一个图像处理的问题怎样用VC++ or QT来实现如下的人机互动的GUI? (转载)
matlab能输出成PS格式的图片吗MATLAB 如何调入超大型图像数据?
请问怎么不占内存地把数据写入一个图像文件?A Matlab question
怎样把图像数字化? (转载)a question about Matlab fread
南加州附近 4月-6月之间有会议吗MatLab program problem, how to use the memory wisely?
[合集] 请教matlab中数据存储的问题如何在Matlab中在image上叠加contours?
请问用mcc产生一个可执行文件后怎么运行?请问matlab plot如何动态更新
matlab vs octave请提供一个对Image进行Cropping的MATLAB程序
相关话题的讨论汇总
话题: ione话题: imwrite话题: 512话题: matlab话题: 图像处理
进入Computation版参与讨论
1 (共1页)
PK
发帖数: 1153
1
我有24张512*512的16位Intensity Image
用imread把每张图读进matlab,然后把每张剪裁一下,拼成一个620*930的图Ione
让后我想用imwrite把Ione存出来,可是却总有下面的错误
imwrite(Ione,'ww.tif','tif');
??? Error using ==> imagesci\private\writetif
Couldn't open 'ww.tif' for writing.
Error in ==> imwrite at 384
feval(fmt_s.write, data, map, filename, paramPairs{:});
而且奇怪的是当我用同样的方法去处理另外一组20张512*512的16位Intensity Image时
却没有任何问题
唯一区别在于这组的Ione只有348*435。
对matlab图像处理不太熟悉,希望大虾指点
T*********e
发帖数: 39815
2
你试试从这24张里面拿出几张图,比如说2张,或者四张,然后拼起来,看看会不会出错

【在 PK 的大作中提到】
: 我有24张512*512的16位Intensity Image
: 用imread把每张图读进matlab,然后把每张剪裁一下,拼成一个620*930的图Ione
: 让后我想用imwrite把Ione存出来,可是却总有下面的错误
: imwrite(Ione,'ww.tif','tif');
: ??? Error using ==> imagesci\private\writetif
: Couldn't open 'ww.tif' for writing.
: Error in ==> imwrite at 384
: feval(fmt_s.write, data, map, filename, paramPairs{:});
: 而且奇怪的是当我用同样的方法去处理另外一组20张512*512的16位Intensity Image时
: 却没有任何问题

s***t
发帖数: 195
3
sounds more like os problem. cannot open the file. probably the same
file is opened by some other program and is locked.

【在 PK 的大作中提到】
: 我有24张512*512的16位Intensity Image
: 用imread把每张图读进matlab,然后把每张剪裁一下,拼成一个620*930的图Ione
: 让后我想用imwrite把Ione存出来,可是却总有下面的错误
: imwrite(Ione,'ww.tif','tif');
: ??? Error using ==> imagesci\private\writetif
: Couldn't open 'ww.tif' for writing.
: Error in ==> imwrite at 384
: feval(fmt_s.write, data, map, filename, paramPairs{:});
: 而且奇怪的是当我用同样的方法去处理另外一组20张512*512的16位Intensity Image时
: 却没有任何问题

PK
发帖数: 1153
4
问题解决了,是个非常愚蠢的错误
我的路径所在分区空间不足了...
还是谢谢两位

【在 s***t 的大作中提到】
: sounds more like os problem. cannot open the file. probably the same
: file is opened by some other program and is locked.

1 (共1页)
进入Computation版参与讨论
相关主题
请提供一个对Image进行Cropping的MATLAB程序南加州附近 4月-6月之间有会议吗
问个matlab debug的问题[合集] 请教matlab中数据存储的问题
请教一个matlab制作video的问题请问用mcc产生一个可执行文件后怎么运行?
请问可以由一个二值矩阵得到一个精确的矢量图吗?matlab vs octave
请教一个图像处理的问题怎样用VC++ or QT来实现如下的人机互动的GUI? (转载)
matlab能输出成PS格式的图片吗MATLAB 如何调入超大型图像数据?
请问怎么不占内存地把数据写入一个图像文件?A Matlab question
怎样把图像数字化? (转载)a question about Matlab fread
相关话题的讨论汇总
话题: ione话题: imwrite话题: 512话题: matlab话题: 图像处理