matlab实用程序图像处理实例分析

matlab实用程序图像处理实例分析

ID:30362001

大小:69.39 KB

页数:55页

时间:2018-12-29

matlab实用程序图像处理实例分析_第1页
matlab实用程序图像处理实例分析_第2页
matlab实用程序图像处理实例分析_第3页
matlab实用程序图像处理实例分析_第4页
matlab实用程序图像处理实例分析_第5页
资源描述:

《matlab实用程序图像处理实例分析》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

1、Matlab实用程序图像处理实例分析实例67:图像的块操作h0=figure('toolbar','none',...'position',[19856350468],...'name','实例67');h1=axes('parent',h0,...'position',[0.20.450.60.5],...'visible','off');I=imread('tire.tif');imshow(I)b1=uicontrol('parent',h0,...'units','points',...'tag'

2、,'b1',...'backgroundcolor',[0.750.750.75],...'style','pushbutton',...'string','边沿操作',...'position',[301005020],...'callback',[...'cla,',...'I=imread(''tire.tif'');,',...'f=inline(''max(x(:))'');,',...'I2=nlfilter(I,[22],f);,',...'imshow(I2)']);b2=uicontro

3、l('parent',h0,...'units','points',...'tag','b2',...'backgroundcolor',[0.750.750.75],...'style','pushbutton',...'string','显示块操作',...'position',[1001005020],...'callback',[...'cla,',...'I=imread(''tire.tif'');,',...'f=inline(''uint8(round(mean2(x)*ones(size

4、(x))))'');,',...'I2=blkproc(I,[66],f);,',...'imshow(I2)']);b3=uicontrol('parent',h0,...'units','points',...'tag','b3',...'backgroundcolor',[0.750.750.75],...'style','pushbutton',...'string','交叠块操作',...'position',[1701005020],...'callback',[...'cla,',...'I

5、=imread(''tire.tif'');,',...'f=inline(''uint8(round(mean2(x)*ones(size(x))))'');,',...'I2=blkproc(I,[66],[33],f);,',...'imshow(I2)']);b4=uicontrol('parent',h0,...'units','points',...'tag','b4',...'backgroundcolor',[0.750.750.75],...'style','pushbutton',..

6、.'string','关闭',...'fontsize',14,...'position',[90507030],...'callback','close');实例68:图形的过滤操作h0=figure('toolbar','none',...'position',[19856350468],...'name','过滤操作');h1=axes('parent',h0,...'position',[0.30.450.50.5],...'visible','off');I=imread('blood1.tif

7、');imshow(I)b1=uicontrol('parent',h0,...'units','points',...'tag','b1',...'style','pushbutton',...'backgroundcolor',[0.750.750.75],...'string','均平过滤',...'position',[501205020],...'callback',[...'cla,',...'I=imread(''blood1.tif'');,',...'h=fspecial(''avera

8、ge'',6);,',...'I2=uint8(round(filter2(h,I)));,',...'imshow(I2)']);b2=uicontrol('parent',h0,...'units','points',...'tag','b2',...'style','pushbutton',...'backgroundcolor',[0.750.750.75],...'string','Sobel过滤',...'posi

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。