ICode9

精准搜索请尝试: 精确搜索
首页 > 编程语言> 文章详细

【图像处理】图像直方图+滤波+小波变换+分割处理系统含Matlab源码

2022-03-01 22:58:34  阅读:275  来源: 互联网

标签:TPC figure 小波 filename 直方图 源码 tabpaneltag tabpanel fig


1 简介

基于matlab gui的图像处理的基本方法的整合,包括直方图、滤波、小波、水印、分割等等,参数自由可调

2 部分代码

function tabpanel(figname,tag,action)%TABPANEL  "TabPanel Constructor" offers the easiest way for creating tabpanels in MATLAB%  First start (NEW):%  >> tabpanel('filename.fig','tabpaneltag',[left bottom width height])%     'tabpaneltag' define the tag name of the tabpanel. The rectangle defined %     the size and location (in pixel) of the tabpanel within the parent %     figure window.%%  Alternative (OLD):%  1. Open the figure (where the tab panel needs to be integrated) in%     GUIDE and create a Text-Object which reserves the place of the future%     tabpanel.%  2. Specify and note the unique tag-name of the created text-object and the%     figure filename.%  3. Start "TabPanel Constructor" as follows:%        >> tabpanel('filename.fig','tabpaneltag')%%  Options:%     a. activate "TabPanel Constructor" to edit an existing tabpanel:%        >> tabpanel('filename.fig','tabpaneltag') %     b. remove tabpanel from GUI%        >> tabpanel('filename.fig','tabpaneltag','delete')%%  !!! IMPORTANT !!!%  1) The current version fixes the bug (since R2009a) which force the GUI to %  restart when the M-File does not contain the TabSelectionFcn.%  To fix the issue for already existing tabpanel please follow the steps:%     1. Open the tabpanel created with TPC 2.6 with the current TPC 2.6.3%     2. Add any new panel%     3. Remove currently created panel%     4. Close TPC%%  2) In case when the figure name has been changed you should just %     open the TPC and close it again.%%  3) While TPC is active, you can not use your figure as usual!%     You schould close TPC and restart your GUI application!%%% See also TABSELECTIONFCN.%​​%​​

3 仿真结果

4 参考文献

[1]杨宝会. 基于Matlab GUI的医学图像处理系统[D]. 暨南大学.

博主简介:擅长智能优化算法、神经网络预测、信号处理、元胞自动机、图像处理、路径规划、无人机等多种领域的Matlab仿真,相关matlab代码问题可私信交流。

部分理论引用网络文献,若有侵权联系博主删除。

 

标签:TPC,figure,小波,filename,直方图,源码,tabpaneltag,tabpanel,fig
来源: https://blog.csdn.net/qq_59747472/article/details/123218478

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有