91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 148KB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2021-07-27
  • 語言: Matlab
  • 標簽: 特效處理??

資源簡介

一、課題介紹 matlab具有完備的圖形處理功能、友好的用戶界面以及功能強大的圖形處理工具箱,能夠實現對數字圖像的編輯和處理工作,實現功能包括數字圖像的讀取、存儲、顯示、去色、圖像翻轉、局部放大、透明度調整、去噪、平滑、銳化、壓縮、邊緣檢測等操作。 本文的主要內容如下: 1.研究圖像處理技術,包括圖像處理技術的分類、數字圖像處理的特點,主要內容以及應用。 2.分析MATLAB軟件及其在圖像處理中的應用。 3.完成系統的總體設計,各功能模塊設計。由于篇幅有限,本文重點論述了圖像變換模塊的設計,對已有的算法進行了分析,并進行了改進,利用MATLAB軟件完成了算法的實現,最后通過實例說明處理效果。 4.設計友好的、易于操作的圖形用戶界面,方便用戶對結果的觀察以及對已有算法的比較研究和新算法的開發。 5. 向做好的平臺中添加圖像,圖像的讀取、存儲、顯示、去色、圖像翻轉、局部放大、透明度調整、去噪、平滑、銳化、壓縮、邊緣檢測等操作。

資源截圖

代碼片段和文件信息

function?varargout?=?pjimage(varargin)
%?PJIMAGE?M-file?for?pjimage.fig
%??????PJIMAGE?by?itself?creates?a?new?PJIMAGE?or?raises?the?existing
%??????singleton*.
%
%??????H?=?PJIMAGE?returns?the?handle?to?a?new?PJIMAGE?or?the?handle?to
%??????the?existing?singleton*.
%
%??????PJIMAGE(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?PJIMAGE.M?with?the?given?input?arguments.
%
%??????PJIMAGE(‘Property‘‘Value‘...)?creates?a?new?PJIMAGE?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?pjimage_OpeningFcn?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?pjimage_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?pjimage

%?Last?Modified?by?GUIDE?v2.5?07-Feb-2020?21:26:56

%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@pjimage_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@pjimage_OutputFcn?...
???????????????????‘gui_LayoutFcn‘??[]??...
???????????????????‘gui_Callback‘???[]);
if?nargin?&&?ischar(varargin{1})
????gui_State.gui_Callback?=?str2func(varargin{1});
end

if?nargout
????[varargout{1:nargout}]?=?gui_mainfcn(gui_State?varargin{:});
else
????gui_mainfcn(gui_State?varargin{:});
end
%?End?initialization?code?-?DO?NOT?EDIT


%?---?Executes?just?before?pjimage?is?made?visible.
function?pjimage_OpeningFcn(hobject?eventdata?handles?varargin)
%?This?function?has?no?output?args?see?OutputFcn.
%?hobject????handle?to?figure
%?eventdata??reserved?-?to?be?defined?in?a?future?version?of?MATLAB
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)
%?varargin???command?line?arguments?to?pjimage?(see?VARARGIN)

%?Choose?default?command?line?output?for?pjimage
handles.output?=?hobject;
%?Update?handles?structure
guidata(hobject?handles);
setappdata(handles.figure_pjimage‘img_src‘0);%%0表示全局句柄
%?UIWAIT?makes?pjimage?wait?for?user?response?(see?UIRESUME)
%?uiwait(handles.figure_pjimage);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?pjimage_OutputFcn(hobject?eventdata?handles)?
%?varargout??cell?array?for?returning?output?args?(see?VARARGOUT);
%?hobject????handle?to?figure
%?eventdata??reserved?-?to?be?defined?in?a?future?version?of?MATLAB
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)

%?Get?default?command?line?output?from?handles?structure
varargout{1}?=?handles.output;


%?--------------------------------------------------------------------
function?m_file_Callback(hobject?eventdata?handles)
%?hO

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????34723??2004-01-25?04:29??matlab數字圖像處理系統\1.jpg
?????文件???????70725??2004-01-25?04:09??matlab數字圖像處理系統\3.jpg
?????文件???????12489??2004-01-25?04:03??matlab數字圖像處理系統\5.jpg
?????文件???????11077??2020-07-31?20:19??matlab數字圖像處理系統\pjimage.fig
?????文件???????12786??2020-07-31?20:19??matlab數字圖像處理系統\pjimage.m
?????文件???????30622??2014-06-08?09:27??matlab數字圖像處理系統\rice.jpg
?????文件?????????572??2020-07-31?23:24??matlab數字圖像處理系統\打開方式.txt
?????目錄???????????0??2020-07-31?23:33??matlab數字圖像處理系統\

評論

共有 條評論