• 大小: 4KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-09
  • 语言: Matlab
  • 标签: 未分类  

资源简介

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

评论

共有 条评论