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

  • 大小: 987KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-05-22
  • 語(yǔ)言: Matlab
  • 標(biāo)簽: MATLAB??DEHAZ??RETINEX??

資源簡(jiǎn)介

一個(gè)關(guān)于圖像去霧的基本算法代碼的超強(qiáng)整合,每一行(劃重點(diǎn))代碼都有詳細(xì)而好懂的注釋,全部都是m文件,另外還有許多測(cè)試圖例,從濃霧到薄霧都有。暗通道方法采用改進(jìn)算法,增加了圖像采樣,提升了計(jì)算速度,改進(jìn)了導(dǎo)向?yàn)V波最小二乘的算法使其精細(xì)透視率圖的效果得到了顯著提升。另外附帶相應(yīng)根據(jù)上述代碼編寫的GUI設(shè)計(jì)的m文件

資源截圖

代碼片段和文件信息

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

%?Last?Modified?by?GUIDE?v2.5?05-Jul-2019?21:46:18

%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@untitled1_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@untitled1_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?untitled1?is?made?visible.
function?untitled1_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?untitled1?(see?VARARGIN)

%?Choose?default?command?line?output?for?untitled1
handles.output?=?hobject;

%?Update?handles?structure
guidata(hobject?handles);

%?UIWAIT?makes?untitled1?wait?for?user?response?(see?UIRESUME)
%?uiwait(handles.figure1);


%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?untitled1_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;


%?---?Executes?on?button?press?in?pushbutton1.
function?pushbutton1_Callback(hobject?eventdata?handles)
global?J
%?hobject????handle?to?pushbutton1?(see?GCBO)
%?eventdata??r

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-07-08?22:47??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\
?????目錄???????????0??2019-07-08?22:37??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\retinex\
?????文件????????1767??2019-07-05?19:28??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\retinex\Retinex.m
?????文件???????22280??2019-07-05?22:51??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\untitled1.m
?????目錄???????????0??2019-07-08?22:37??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\暗通道先驗(yàn)\
?????文件????????1458??2019-07-05?20:40??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\暗通道先驗(yàn)\Idark.m
?????文件????????1279??2019-07-05?10:08??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\暗通道先驗(yàn)\boxfilter.m
?????文件????????3590??2019-07-08?16:50??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\暗通道先驗(yàn)\dark4.m
?????文件????????2184??2019-07-05?16:57??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\暗通道先驗(yàn)\gradient_guidedfilter.m
?????目錄???????????0??2019-07-08?22:37??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\
?????文件???????28098??2019-07-03?11:07??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\band.jpg
?????文件???????33990??2019-07-02?09:42??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\car.jpg
?????文件???????17481??2019-07-03?11:27??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\city2.jpg
?????文件??????229447??2019-07-02?09:49??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\mountain.jpg
?????文件???????16997??2019-07-03?11:09??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\number1.jpg
?????文件???????44282??2019-07-03?11:08??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\river.jpg
?????文件???????63154??2019-07-03?11:11??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\road.jpg
?????文件????????9088??2019-07-02?09:13??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\tree.jpg
?????文件??????197323??2019-07-02?09:49??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\tree2.jpg
?????文件??????243824??2019-07-03?11:00??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\winter.jpg
?????文件??????154300??2019-07-03?11:14??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\測(cè)試圖\winterflower.jpg
?????目錄???????????0??2019-07-08?22:36??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\直方圖均衡化\
?????文件????????2698??2019-07-05?16:06??基于直方圖均衡化,暗通道先驗(yàn),retinex方法的數(shù)字圖像去霧matlab程序集合\直方圖均衡化\junhenghua.m

評(píng)論

共有 條評(píng)論