• 大小: 987KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-22
  • 语言: Matlab
  • 标签: MATLAB  DEHAZ  RETINEX  

资源简介

一个关于图像去雾的基本算法代码的超强整合,每一行(划重点)代码都有详细而好懂的注释,全部都是m文件,另外还有许多测试图例,从浓雾到薄雾都有。暗通道方法采用改进算法,增加了图像采样,提升了计算速度,改进了导向滤波最小二乘的算法使其精细透视率图的效果得到了显著提升。另外附带相应根据上述代码编写的GUI设计的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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-07-08 22:47  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\
     目录           0  2019-07-08 22:37  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\retinex\
     文件        1767  2019-07-05 19:28  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\retinex\Retinex.m
     文件       22280  2019-07-05 22:51  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\untitled1.m
     目录           0  2019-07-08 22:37  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\暗通道先验\
     文件        1458  2019-07-05 20:40  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\暗通道先验\Idark.m
     文件        1279  2019-07-05 10:08  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\暗通道先验\boxfilter.m
     文件        3590  2019-07-08 16:50  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\暗通道先验\dark4.m
     文件        2184  2019-07-05 16:57  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\暗通道先验\gradient_guidedfilter.m
     目录           0  2019-07-08 22:37  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\
     文件       28098  2019-07-03 11:07  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\band.jpg
     文件       33990  2019-07-02 09:42  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\car.jpg
     文件       17481  2019-07-03 11:27  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\city2.jpg
     文件      229447  2019-07-02 09:49  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\mountain.jpg
     文件       16997  2019-07-03 11:09  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\number1.jpg
     文件       44282  2019-07-03 11:08  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\river.jpg
     文件       63154  2019-07-03 11:11  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\road.jpg
     文件        9088  2019-07-02 09:13  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\tree.jpg
     文件      197323  2019-07-02 09:49  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\tree2.jpg
     文件      243824  2019-07-03 11:00  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\winter.jpg
     文件      154300  2019-07-03 11:14  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\测试图\winterflower.jpg
     目录           0  2019-07-08 22:36  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\直方图均衡化\
     文件        2698  2019-07-05 16:06  基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合\直方图均衡化\junhenghua.m

评论

共有 条评论