资源简介
matlab开发-黑白图像增强器。应用程序只需几个控件就可以在灰度图像上创造奇迹。
代码片段和文件信息
function LoFiImgGUIv2
% The program generates gray-scale lo-fi images from colour pictures. The
% user has the option of selecting the number of gray-scale shades wanted
% in the image. There is option for selecting the gray-scale range
% within which the user wants to work on. There is also an option for
% thresholding the gray shades which helps working with lighter or darker
% shade images.
%
%
warning off all
dx=0.5; dy=-0.1;
fmain=figure(394857);
clf
set(fmain‘MenuBar‘‘none‘...
‘Name‘‘Lo-Fi Image WS‘...
‘Numbertitle‘‘off‘...
‘Color‘[0.8314 0.8157 0.7843]);
%%%%% defining push buttons %%%%%
% browse button
brws=uicontrol(fmain‘style‘‘pushbutton‘...
‘Units‘‘normalized‘...
‘Position‘[0.05 0.925 0.9 0.045]...
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 14609 2010-10-26 09:42 LoFiImgGUIv2.m
文件 1316 2014-02-12 13:17 license.txt
- 上一篇:matlab开发-信号波的首次零交叉检测
- 下一篇:matlab开发-导向控制机器人
相关资源
- matlab开发-电机磁轴承
- matlab开发-Treynorblackportfoliomanagement模型
- matlab开发-二维波动方程模拟
- matlab开发-ResponseSpectra
- matlab开发-huashiyiqikeLSTMMATLAB
- matlab开发-HestonOptionPricer
- matlab开发-三相电压调节器
- matlab开发-单级电液伺服阀
-
matlab开发-iau2006 acioba
sedDusingXy系列 - matlab开发-带DPWM0调制的三相逆变器
- matlab开发-Earthquakesimulation
- matlab开发-带MPPT的住宅网格连接PVSys
- matlab开发-pplot
评论
共有 条评论