声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 1131|回复: 6

[图像处理] 我的程序为什么运行不了呢?

[复制链接]
发表于 2008-11-27 08:06 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
一个图像颜色处理程序:


h0=figure('toolbar','none',...'position',[198 56 350 468],...'name','
实例');
h1=axes('parent',h0,...'position',[0.12 0.45 0.75
0.5],...'visible','off');
I=imread('123.tif');
imshow(I)
b1=uicontrol
('parent',h0,...'units','points',...'tag','b1',...'style','pushbutton
',...'string','减少颜色',...'backgroundcolor',[0.75 0.75
0.75],...'position',[30 100 50 20],...'callback',
[...'cla,',...'[X,map]=imread(''123.tif'');,',...'[Y,map2]
=imapprox(X,map,64);,',...'image(Y),',...'colormap(map2)']);
b2=uicontrol
('parent',h0,...'units','points',...'tag','b2',...'style','pushbutton
',...'string','颜色抖动',...'backgroundcolor',[0.75 0.75
0.75],...'position',[100 100 50 20],...'callback',
[...'cla,',...'I=imread(''123.tif'');,',...'[X,map]=rgb2ind
(I,128,''nodither'');,',...'imshow(X)']);
b3=uicontrol
('parent',h0,...'units','points',...'tag','b3',...'style','pushbutton
',...'string','颜色变换一',...'backgroundcolor',[0.75 0.75
0.75],...'position',[170 100 50 20],...'callback',
[...'cla,',...'I=imread(''123.tif'');,',...'Y=rgb2ntsc
(I);,',...'J=Y(:,:,1);,',...'imshow(J)']);
b4=uicontrol
('parent',h0,...'units','points',...'tag','b4',...'style','pushbutton
',...'string','关闭',...'backgroundcolor',[0.75 0.75
0.75],...'position',[170 50 50 20],...'callback','close');
b5=uicontrol
('parent',h0,...'units','points',...'tag','b5',...'style','pushbutton
',...'string','颜色变换三',...'backgroundcolor',[0.75 0.75
0.75],...'position',[100 50 50 20],...'callback',
[...'cla,',...'I=imread(''123.tif'');,',...'J=rgb2ycbcr
(I);,',...'imshow(J)']);
b6=uicontrol
('parent',h0,...'units','points',...'tag','b6',...'style','pushbutton
',...'string','颜色变换二',...'backgroundcolor',[0.75 0.75
0.75],...'position',[30 50 50 20],...'callback',
[...'cla,',...'I=imread(''123.tif'');,',...'J=rgb2hsv
(I);,',...'imshow(J)']);

运行以后是:

??? 实例');
    |
Error: Missing variable or function.

请哪位大侠指点一二...
回复
分享到:

使用道具 举报

发表于 2008-11-27 10:57 | 显示全部楼层
h0=figure('toolbar','none',...'position',[198 56 350 468],...'name','
实例');
写成一行
发表于 2008-11-27 21:31 | 显示全部楼层

回复 楼主 wangzhe860923 的帖子

LZ提供的程序有点儿乱,是从m文件中直接复制出来的吗?
 楼主| 发表于 2008-11-28 07:45 | 显示全部楼层

回复 沙发 sigma665 的帖子

我试试!谢谢你啊
 楼主| 发表于 2008-11-28 07:45 | 显示全部楼层

回复 板凳 ch_j1985 的帖子

是啊 ,有点什么不对吗?
发表于 2008-11-28 21:46 | 显示全部楼层

回复 5楼 wangzhe860923 的帖子

呵呵,没有什么不对的,只是看起来比较费力!
发表于 2008-11-29 19:28 | 显示全部楼层
好乱,眼都花了
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-5-18 13:56 , Processed in 0.271327 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表