資源簡介
基于matlab平臺 1、能對圖像文件(bmp、 jpg、 tiff、 gif等)進行打開、保存、另存、打印、退出等功能操作; 2、數字圖像的統計信息功能:包括直方圖的統計及繪制、區域圖的面積、周長的統計、線條圖中的距離測量等; 3、數字圖像的增強處理功能: (1)空域中的點運算、直方圖的均衡化、各種空間域平滑算法(如局部平滑濾波法、中值濾波等)、銳化算法(如梯度銳化法、高通濾波等) (2)頻域的各種增強方法:頻域平滑、頻域銳化、低通濾波、同態濾波等。 (3)色彩增強:偽彩色增強、真彩色增強等 4、圖像分割: (1)點、線(hough變換檢測直線)、及邊緣檢測(梯度算子、拉普拉斯算子等); (
代碼片段和文件信息
function?varargout?=?cwb(varargin)
%?CWB?M-file?for?cwb.fig
%??????CWB?by?itself?creates?a?new?CWB?or?raises?the?existing
%??????singleton*.
%
%??????H?=?CWB?returns?the?handle?to?a?new?CWB?or?the?handle?to
%??????the?existing?singleton*.
%
%??????CWB(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?CWB.M?with?the?given?input?arguments.
%
%??????CWB(‘Property‘‘Value‘...)?creates?a?new?CWB?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?cwb_OpeningFcn?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?cwb_OpeningFcn?via?varargin.
%
%??????*See?GUI?Options?on?GUIDE‘s?Tools?menu.??Choose?“GUI?allows?only?one
%??????instance?to?run?(singleton)“.
%
%?See?also:?GUIDE?GUIDATA?GUIHANDLES
%?Edit?the?above?text?to?modify?the?response?to?help?cwb
%?Last?Modified?by?GUIDE?v2.5?02-Jul-2015?1
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????16976??2009-07-13?20:59??cwb\bird-0071.jpg
?????文件??????21411??2015-07-03?17:24??cwb\cwb.asv
?????文件??????17837??2015-07-02?13:13??cwb\cwb.fig
?????文件??????19794??2015-07-02?13:00??cwb\cwb.m
?????文件??????10343??2005-03-23?13:40??cwb\dog-0030.jpg
?????文件??????32499??2005-03-22?21:36??cwb\lianpu-0016.jpg
?????文件??????64864??2014-08-07?23:26??cwb\xy.jpg
?????文件??????13188??2015-07-03?13:39??cwb\yangrui.fig
?????文件??????29839??2015-07-03?13:49??cwb\yangrui.m
?????目錄??????????0??2015-07-06?22:10??cwb
-----------?---------??----------?-----??----
???????????????226751????????????????????10
評論
共有 條評論