資源簡(jiǎn)介
建立基于Matlab的GUI界面,通過(guò)菜單選擇來(lái)實(shí)現(xiàn);
圖像處理基本功能,包括:“打開(kāi)”,“保存”,“退出”功能;
圖像點(diǎn)運(yùn)算,包括:灰度直方圖,灰度線性變換,閾值變換和直方圖均衡化;
圖像幾何運(yùn)算,包括:平移,水平和垂直鏡像,旋轉(zhuǎn)和縮放;
圖像空間域增強(qiáng),包括:圖像平滑(均值濾波,中值濾波),圖像銳化(Robert算子,Sobel算子,拉普拉斯算子)。
代碼片段和文件信息
function?varargout?=?guitest(varargin)
%?GUITEST?M-file?for?guitest.fig
%??????GUITEST?by?itself?creates?a?new?GUITEST?or?raises?the?existing
%??????singleton*.
%
%??????H?=?GUITEST?returns?the?handle?to?a?new?GUITEST?or?the?handle?to
%??????the?existing?singleton*.
%
%??????GUITEST(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?GUITEST.M?with?the?given?input?arguments.
%
%??????GUITEST(‘Property‘‘Value‘...)?creates?a?new?GUITEST?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?guitest_OpeningFcn?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?guitest_OpeningFcn?via?varargin.
%
%???
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????41975??2017-12-19?15:53??圖像處理作業(yè)\guitest.fig
?????文件???????24009??2017-12-19?15:55??圖像處理作業(yè)\guitest.m
評(píng)論
共有 條評(píng)論