CN103049890A - Real-time image defogging method based on CUDA (Compute Unified Device Architecture) - Google Patents

Real-time image defogging method based on CUDA (Compute Unified Device Architecture) Download PDF

Info

Publication number
CN103049890A
CN103049890A CN201310017014XA CN201310017014A CN103049890A CN 103049890 A CN103049890 A CN 103049890A CN 201310017014X A CN201310017014X A CN 201310017014XA CN 201310017014 A CN201310017014 A CN 201310017014A CN 103049890 A CN103049890 A CN 103049890A
Authority
CN
China
Prior art keywords
image
cuda
transmittance
real
gpu
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201310017014XA
Other languages
Chinese (zh)
Inventor
兰时勇
程鹏
刘东辉
李新胜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sichuan University
Sichuan Chuanda Zhisheng Software Co Ltd
Original Assignee
Sichuan University
Sichuan Chuanda Zhisheng Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sichuan University, Sichuan Chuanda Zhisheng Software Co Ltd filed Critical Sichuan University
Priority to CN201310017014XA priority Critical patent/CN103049890A/en
Publication of CN103049890A publication Critical patent/CN103049890A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)

Abstract

本发明涉及计算机应用技术和计算机视觉领域,具体涉及一种基于CUDA的图像实时去雾方法,包括以下步骤:利用CUDA构建CPU与GPU协同工作环境;输入原始有雾图像,获取该图像的暗原色图像及其大气光值;根据暗原色先验获取原始有雾图像的透射率初始值,并利用引导滤波算法得到优化后的透射率;根据大气散射模型中的原始有雾图像、透射率分布和大气光确定去雾后的复原图像。该方法充分结合CPU和GPU各自的优点,构建两者协同工作的编程模型,并利用暗原色先验知识与大气散射模型估计出大气光值、透射率分布,最终实现又好又快的实时雾天图像复原效果。

Figure 201310017014

The present invention relates to the field of computer application technology and computer vision, in particular to a CUDA-based real-time image defogging method, comprising the following steps: using CUDA to construct a CPU and GPU cooperative working environment; inputting the original foggy image, and obtaining the dark primary color of the image image and its atmospheric light value; obtain the initial value of the transmittance of the original foggy image according to the dark channel prior, and use the guided filtering algorithm to obtain the optimized transmittance; according to the original foggy image in the atmospheric scattering model, the transmittance distribution and Atmospheric light determines the restored image after dehazing. This method fully combines the respective advantages of CPU and GPU, constructs a programming model for the two to work together, and uses the prior knowledge of the dark channel color and the atmospheric scattering model to estimate the atmospheric light value and the distribution of transmittance, and finally realizes good and fast real-time fog Day image restoration effect.

Figure 201310017014

Description

The real-time defogging method capable of a kind of image based on CUDA
Technical field
The present invention relates to Computer Applied Technology and computer vision field, be specifically related to the real-time defogging method capable of a kind of image based on CUDA.
Background technology
The image mist elimination is an important topic in the computer vision field, and Misty Image is carried out the visual effect that sharpening can increase image.Under the weather conditions such as mist, haze, the scene radiant illumination is by the suspended particulates scattering in the atmosphere, and Outdoor Scene visibility reduces, and the feature such as target contrast and color is attenuated in the image, but the identification of scenery reduces greatly.Simultaneously, along with socioeconomic development, increasing to the dependence of video image such as intelligent video monitoring, target identification and the fields such as detection and remote sensing application, fog seems very necessary to the impact of scene objects in the removal of images.
Image mist elimination algorithm mainly is divided into two large classes: based on the image enchancing method of non-model and the Misty Image restored method of Physical modeling based.Based on the method for figure image intensifying, when algorithm process, do not need reason and the model of image degradation, it can be classified as the problem that picture contrast strengthens in essence.Typical method such as histogram equalization, wavelet method and Retinex algorithm etc.Because the defogging method capable based on non-model just simply strengthens picture contrast, does not start with from Misty Image Blur technique and causes for Degradation, has only improved to a certain extent the visual effect of image, is not that substantial mist elimination is processed.So, obtained development and innovation based on the image defogging method capable of atmospheric scattering model.Early stage model-based methods need to or need extra depth information to process by the plurality of pictures under the different weather.Although these methods can reach preferably effect, image acquisition there is harsh requirement, and needs user interactions, can't realize automatic defogging.Recently, some strong priori or hypothesis are applied in the single image automatic defogging, have made on the image mist elimination technical station a new step.Wherein, the single image mist elimination technology that is based on dark primary priori that has milestone significance.This technology is simply effective, but needs the matrix of calculation of complex and find the solution large linear systems, causes the mist elimination algorithm to expend a large amount of operation time and space, has restricted the real-time of its application.
Take a broad view of domestic and international existing image mist elimination algorithm, though obtained greater advance, be difficult to satisfactory to both parties at effect and quality.Traditional framework based on CPU seems awkward in graphics calculations, only has graphic process unit utilized (GPU) could satisfy the demand of practical application.
Summary of the invention
The object of the present invention is to provide the real-time defogging method capable of a kind of image based on CUDA, it is high to equipment requirement to the defogging method capable of image to solve prior art, calculates consuming time and image problem not clearly.
For solving above-mentioned technical matters, the present invention by the following technical solutions:
The real-time defogging method capable of a kind of image based on CUDA may further comprise the steps:
Utilize CUDA to make up CPU and GPU cooperative working environment;
Input the original mist image that has, obtain dark primary image and the atmosphere light value thereof of this image;
Obtain the original transmissivity initial value that the mist image is arranged according to dark primary priori, and utilize the transmissivity after the guiding filtering algorithm is optimized;
According to the original restored image that has after mist image, transmissivity distribution and atmosphere light are determined mist elimination in the atmospheric scattering model.
The real-time defogging method capable of a kind of image based on CUDA according to claim 1 is characterized in that: described dark primary priori is by observation and the logical following methods of open air without the mist image drawn: set J cRepresent some Color Channels of J, and Ω (x) is a square region centered by x,
J dark ( x ) = min c ∈ { r , g , b } ( min y ∈ Ω ( x ) ( J c ( y ) ) )
Draw, wherein, atmosphere light method of estimation is: get first J DarkIn the pixel of 0.1% brightness maximum, then get the maximal value of these pixel correspondences in former figure as the atmosphere light value.
The real-time defogging method capable of a kind of image based on CUDA according to claim 1, it is characterized in that: described atmospheric scattering model description the degeneration method of atomizing image be: setting I is the brightness of observed image, J is the intensity of scenery light, and A is the atmosphere light of infinite point, and t is transmissivity.The target of mist elimination is restored J exactly from I, pass through formula
I(x)=J(x)t(x)+A(1-t(x))
Finish.
CUDA (Compute Unified Device Architecture), the calculate platform that the NVidia of video card manufacturer releases.CUDA TBe a kind of general parallel computation framework of being released by NVIDIA, this framework makes GPU can solve complicated computational problem.It has comprised the parallel computation engine of CUDA instruction set architecture (ISA) and GPU inside.The developer can come to be CUDA with the C language now TMFramework coding, C language are most widely used a kind of high-level programming languages.So the program of being write out just can supported CUDA TMProcessor on move with very-high performance.In the future also other Languages be can support, FORTRAN and C++ comprised.
Kernel, the CUDA parallel computation function that operates on the GPU is called kernel (kernel function).A kernel function is not a complete program, but a step that can be executed in parallel in the whole CUDA program.
Compared with prior art, the invention has the beneficial effects as follows: the method is fully in conjunction with CPU and GPU advantage separately, make up the programming model of both collaborative works, and utilize dark primary priori and atmospheric scattering model to estimate atmosphere light value, transmissivity distribution, finally realize good and fast real-time Misty Image recovery effect.
Description of drawings
Fig. 1 is the schematic flow sheet of an embodiment of the real-time defogging method capable of a kind of image based on CUDA of the present invention.
Fig. 2 is not for using the original image of a kind of real-time defogging method capable of image based on CUDA of the present invention.
Fig. 3 is the image that has used behind the real-time defogging method capable of a kind of image based on CUDA of the present invention.
Embodiment
In order to make purpose of the present invention, technical scheme and advantage clearer, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein only in order to explain the present invention, is not intended to limit the present invention.
Fig. 1 shows an embodiment of a kind of real-time defogging method capable of image based on CUDA of the present invention: the real-time defogging method capable of a kind of image based on CUDA may further comprise the steps:
Utilize CUDA to make up CPU and GPU cooperative working environment;
Input the original mist image that has, obtain dark primary image and the atmosphere light value thereof of this image;
Obtain the original transmissivity initial value that the mist image is arranged according to dark primary priori, and utilize the transmissivity after the guiding filtering algorithm is optimized;
According to the original restored image that has after mist image, transmissivity distribution and atmosphere light are determined mist elimination in the atmospheric scattering model.
Here what deserves to be explained is that the programming model of CUDA is CPU and GPU collaborative work.Traditional GPU framework is subjected to the impact of its hardware structure not carry out general-purpose computations by efficent use of resources, and utilizes CUDA can make GPU can not only carry out traditional graphics calculations, can also carry out efficiently general-purpose computations.Because transmissivity is always inconstant in a regional area, so initial transmissivity estimation figure comprises some blocking effects, use the guiding filtering algorithm here and improve the transmissivity distribution function, optimize transmissivity and estimate.
Another embodiment of a kind of real-time defogging method capable of image based on CUDA according to the present invention, utilize CUDA to make up CPU and GPU cooperative working environment, as the main frame of being responsible for carrying out the strong issued transaction of logicality and serial computing with CPU, GPU is as the coprocessor of being responsible for carrying out the parallel processing of height threading, CPU, GPU have separate memory address space separately: the internal memory of host side and the video memory of coprocessor, simultaneously, parallel section in the determine procedures, and the kernel that the evaluation work of this part is given among the GPU processes.
Another embodiment of a kind of real-time defogging method capable of image based on CUDA according to the present invention, dark primary priori is by observation and the logical following methods of open air without the mist image drawn: set J cRepresent some Color Channels of J, and Ω (x) is a square region centered by x,
J dark ( x ) = min c ∈ { r , g , b } ( min y ∈ Ω ( x ) ( J c ( y ) ) )
Draw, wherein, atmosphere light method of estimation is for getting first J DarkIn the pixel of 0.1% brightness maximum, then get the maximal value of these pixel correspondences in former figure as the atmosphere light value.
Another embodiment of a kind of real-time defogging method capable of image based on CUDA according to the present invention, describedly obtain the original transmissivity initial value that the mist image is arranged according to dark primary priori, and utilization guides the transmissivity after filtering algorithm is optimized, be to add the guiding wave filter, under the guiding of navigational figure, input picture carried out that filtering finishes.The guiding wave filter keeps fine to the image border, and the size of operation calculated amount and nuclear is irrelevant.When optimizing transmissivity, both improve counting yield, also guaranteed quality.
Another embodiment of a kind of real-time defogging method capable of image based on CUDA according to the present invention, the atmospheric scattering model description degeneration method of atomizing image be: setting I is the brightness of observed image, J is the intensity of scenery light, and A is the atmosphere light of infinite point, and t is transmissivity.The target of mist elimination is restored J exactly from I, pass through formula
I(x)=J(x)t(x)+A(1-t(x))
Finish.Namely by transmissivity distribution t, atmosphere light value A has a mist image I in conjunction with original, utilizes the atmospheric scattering model, namely obtains restored image J.
As shown in Figures 2 and 3, the mist elimination effect is very obvious, for example differentiates the image of road 600*400, and only be 31ms operation time, and the image of rate 720*576 respectively only is 46ms, and its real-time output speed is greater than 20 frame/seconds, and speed is very fast.
Although invention has been described with reference to a plurality of explanatory embodiment of the present invention here, but, should be appreciated that those skilled in the art can design a lot of other modification and embodiments, these are revised and embodiment will drop within the disclosed principle scope and spirit of the application.More particularly, in the scope of, accompanying drawing open in the application and claim, can carry out multiple modification and improvement to building block and/or the layout of subject combination layout.Except modification that building block and/or layout are carried out with improving, to those skilled in the art, other purposes also will be obvious.

Claims (5)

1.一种基于CUDA的图像实时去雾方法,其特征在于包括以下步骤:1. a CUDA-based image real-time defogging method, is characterized in that comprising the following steps: 利用CUDA构建CPU与GPU协同工作环境;Use CUDA to build a CPU and GPU collaborative working environment; 输入原始有雾图像,获取该图像的暗原色图像及其大气光值;Input the original foggy image, obtain the dark channel image of the image and its atmospheric light value; 根据暗原色先验获取原始有雾图像的透射率初始值,并利用引导滤波算法得到优化后的透射率;Obtain the initial value of the transmittance of the original foggy image according to the dark channel prior, and use the guided filtering algorithm to obtain the optimized transmittance; 根据大气散射模型中的原始有雾图像、透射率分布和大气光确定去雾后的复原图像。The restored image after dehazing is determined according to the original hazy image, transmittance distribution and atmospheric light in the atmospheric scattering model. 2.根据权利要求1所述的一种基于CUDA的图像实时去雾方法,其特征在于:利用CUDA构建CPU与GPU协同工作环境,是将CPU作为负责进行逻辑性强的事务处理和串行计算的主机,GPU作为负责执行高度线程化并行处理的协处理器,确定程序中的并行部分,并将该部分的计算工作交给GPU中的kernel进行处理。2. A CUDA-based real-time image defogging method according to claim 1, characterized in that: CUDA is used to construct a CPU and GPU collaborative working environment, and the CPU is used as the responsible for logically strong transaction processing and serial computing The host computer, GPU, as a coprocessor responsible for highly threaded parallel processing, determines the parallel part of the program, and hands over the calculation work of this part to the kernel in the GPU for processing. 3.根据权利要求1所述的一种基于CUDA的图像实时去雾方法,其特征在于:所述暗原色先验是通过对户外无雾图像的观察并通以下方法得出:设定Jc代表J的某一个颜色通道,而Ω(x)是以x为中心的一块方形区域,3. a kind of image real-time defogging method based on CUDA according to claim 1, is characterized in that: described dark channel prior is obtained by following method to the observation of outdoor haze-free image: setting J Represents a certain color channel of J, and Ω(x) is a square area centered on x, JJ darkdark (( xx )) == minmin cc ∈∈ {{ rr ,, gg ,, bb }} (( minmin ythe y ∈∈ ΩΩ (( xx )) (( JJ cc (( ythe y )) )) )) 得出,其中,大气光估计方法为:先取Jdark中0.1%亮度最大的像素,然后取这些像素对应在原图中的最大值作为大气光值。It can be obtained that, among them, the atmospheric light estimation method is as follows: first take the pixels with the highest brightness of 0.1% in J dark , and then take the maximum value corresponding to these pixels in the original image as the atmospheric light value. 4.根据权利要求1或3所述的一种基于CUDA的图像实时去雾方法,其特征在于:所述根据暗原色先验获取原始有雾图像的透射率初始值,并利用引导滤波算法得到优化后的透射率,是加入引导滤波器,在引导图像的引导下对输入图像进行滤波完成的。4. A kind of CUDA-based real-time image defogging method according to claim 1 or 3, characterized in that: the initial value of the transmittance of the original foggy image is obtained according to the dark channel prior, and is obtained by using a guided filtering algorithm The optimized transmittance is completed by adding a guide filter and filtering the input image under the guidance of the guide image. 5.根据权利要求1所述的一种基于CUDA的图像实时去雾方法,其特征在于:所述大气散射模型描述了雾化图像的退化方法是:设定I是观测图像的亮度,J是景物光线的强度,A是无穷远处的大气光,t为透射率,去雾的目标就是从I中复原J,通过公式5. a kind of image real-time defogging method based on CUDA according to claim 1, it is characterized in that: described atmospheric scattering model has described the degradation method of fogged image and is: setting I is the brightness of observation image, and J is The intensity of the scene light, A is the atmospheric light at infinity, t is the transmittance, the goal of defogging is to restore J from I, through the formula I(x)=J(x)t(x)+A(1-t(x))I(x)=J(x)t(x)+A(1-t(x)) 完成。Finish.
CN201310017014XA 2013-01-17 2013-01-17 Real-time image defogging method based on CUDA (Compute Unified Device Architecture) Pending CN103049890A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310017014XA CN103049890A (en) 2013-01-17 2013-01-17 Real-time image defogging method based on CUDA (Compute Unified Device Architecture)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310017014XA CN103049890A (en) 2013-01-17 2013-01-17 Real-time image defogging method based on CUDA (Compute Unified Device Architecture)

Publications (1)

Publication Number Publication Date
CN103049890A true CN103049890A (en) 2013-04-17

Family

ID=48062520

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310017014XA Pending CN103049890A (en) 2013-01-17 2013-01-17 Real-time image defogging method based on CUDA (Compute Unified Device Architecture)

Country Status (1)

Country Link
CN (1) CN103049890A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103745431A (en) * 2013-11-16 2014-04-23 中航华东光电有限公司 Parallel image processing method
CN103745446A (en) * 2014-01-27 2014-04-23 广东威创视讯科技股份有限公司 Image guide filtering method and system
CN103903273A (en) * 2014-04-17 2014-07-02 北京邮电大学 PM2.5 grade fast-evaluating system based on mobile phone terminal
CN104036466A (en) * 2014-06-17 2014-09-10 浙江立元通信技术股份有限公司 Video defogging method and system
CN104050637A (en) * 2014-06-05 2014-09-17 华侨大学 Quick image defogging method based on two times of guide filtration
CN104168402A (en) * 2013-05-17 2014-11-26 浙江大华技术股份有限公司 Method and device for video frame image defogging
CN104318535A (en) * 2014-11-20 2015-01-28 广东欧珀移动通信有限公司 Image defogging method and device and mobile terminal
CN104537623A (en) * 2014-12-31 2015-04-22 深圳先进技术研究院 Image fog-removing method and device based on image segmentation
CN104742941A (en) * 2015-04-08 2015-07-01 李萍 Target control speed setting system for cable car
CN104899843A (en) * 2015-06-30 2015-09-09 西南石油大学 Real-time haze-eliminating displayer and haze-eliminating display method thereof
CN105973850A (en) * 2016-03-14 2016-09-28 中国科学院合肥物质科学研究院 A visible light waveband atmospheric transmissivity measuring method based on a single frame coloured image
CN106023091A (en) * 2016-04-22 2016-10-12 西安电子科技大学 Image real-time defogging method based on graphics processor
CN106204494A (en) * 2016-07-15 2016-12-07 潍坊学院 A kind of image defogging method comprising large area sky areas and system
CN107680054A (en) * 2017-09-26 2018-02-09 长春理工大学 Multisource image anastomosing method under haze environment
CN108765310A (en) * 2018-04-26 2018-11-06 长安大学 Adaptive transmissivity restoration image defogging method based on multi-scale window
CN109753878A (en) * 2018-12-06 2019-05-14 北京科技大学 A method and system for imaging recognition under severe weather
CN110211072A (en) * 2019-06-11 2019-09-06 青岛大学 A kind of image defogging method, system and electronic equipment and storage medium
CN110910319A (en) * 2019-10-30 2020-03-24 中国医学科学院北京协和医院 A real-time dehazing enhancement method for surgical video based on atmospheric scattering model
CN114324185A (en) * 2022-01-04 2022-04-12 浙江大学 An underwater polarization detection device based on Stokes vector

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101783012A (en) * 2010-04-06 2010-07-21 中南大学 Automatic image defogging method based on dark primary colour
CN102063706A (en) * 2010-12-23 2011-05-18 哈尔滨工业大学(威海) Rapid defogging method
CN102654914A (en) * 2011-03-04 2012-09-05 富士通株式会社 Method for accelerating image haze removal by utilizing image processing unit

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101783012A (en) * 2010-04-06 2010-07-21 中南大学 Automatic image defogging method based on dark primary colour
CN102063706A (en) * 2010-12-23 2011-05-18 哈尔滨工业大学(威海) Rapid defogging method
CN102654914A (en) * 2011-03-04 2012-09-05 富士通株式会社 Method for accelerating image haze removal by utilizing image processing unit

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
薛云刚,任巨,苏华友,文梅,张春元: "基于CUDA的暗原色先验去雾算法并行实现与优化", 《2012全国高性能计算学术年会论文集》 *
薛云刚,任巨,苏华友,文梅,张春元: "基于CUDA的暗原色先验去雾算法并行实现与优化", 《CCF技术动态 高性能计算应用专题》 *

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104168402A (en) * 2013-05-17 2014-11-26 浙江大华技术股份有限公司 Method and device for video frame image defogging
CN103745431A (en) * 2013-11-16 2014-04-23 中航华东光电有限公司 Parallel image processing method
CN103745446A (en) * 2014-01-27 2014-04-23 广东威创视讯科技股份有限公司 Image guide filtering method and system
CN103745446B (en) * 2014-01-27 2017-08-29 广东威创视讯科技股份有限公司 Image guiding filtering method and system
CN103903273A (en) * 2014-04-17 2014-07-02 北京邮电大学 PM2.5 grade fast-evaluating system based on mobile phone terminal
CN103903273B (en) * 2014-04-17 2015-03-18 北京邮电大学 PM2.5 grade fast-evaluating system based on mobile phone terminal
CN104050637A (en) * 2014-06-05 2014-09-17 华侨大学 Quick image defogging method based on two times of guide filtration
CN104050637B (en) * 2014-06-05 2017-02-22 华侨大学 Quick image defogging method based on two times of guide filtration
CN104036466A (en) * 2014-06-17 2014-09-10 浙江立元通信技术股份有限公司 Video defogging method and system
CN104318535A (en) * 2014-11-20 2015-01-28 广东欧珀移动通信有限公司 Image defogging method and device and mobile terminal
CN104537623A (en) * 2014-12-31 2015-04-22 深圳先进技术研究院 Image fog-removing method and device based on image segmentation
CN104742941B (en) * 2015-04-08 2015-12-02 重庆广播电视大学 Cable car target control speed arranges system
CN104742941A (en) * 2015-04-08 2015-07-01 李萍 Target control speed setting system for cable car
CN104899843A (en) * 2015-06-30 2015-09-09 西南石油大学 Real-time haze-eliminating displayer and haze-eliminating display method thereof
CN105973850A (en) * 2016-03-14 2016-09-28 中国科学院合肥物质科学研究院 A visible light waveband atmospheric transmissivity measuring method based on a single frame coloured image
CN106023091A (en) * 2016-04-22 2016-10-12 西安电子科技大学 Image real-time defogging method based on graphics processor
CN106023091B (en) * 2016-04-22 2019-05-24 西安电子科技大学 The real-time defogging method of image based on graphics processor
CN106204494A (en) * 2016-07-15 2016-12-07 潍坊学院 A kind of image defogging method comprising large area sky areas and system
CN106204494B (en) * 2016-07-15 2019-11-22 潍坊学院 A method and system for image defogging including a large area of sky
CN107680054A (en) * 2017-09-26 2018-02-09 长春理工大学 Multisource image anastomosing method under haze environment
CN108765310A (en) * 2018-04-26 2018-11-06 长安大学 Adaptive transmissivity restoration image defogging method based on multi-scale window
CN108765310B (en) * 2018-04-26 2022-05-13 西安汇智信息科技有限公司 Adaptive transmissivity restoration image defogging method based on multi-scale window
CN109753878A (en) * 2018-12-06 2019-05-14 北京科技大学 A method and system for imaging recognition under severe weather
CN110211072A (en) * 2019-06-11 2019-09-06 青岛大学 A kind of image defogging method, system and electronic equipment and storage medium
CN110211072B (en) * 2019-06-11 2023-05-02 青岛大学 Image defogging method, system, electronic device, and storage medium
CN110910319A (en) * 2019-10-30 2020-03-24 中国医学科学院北京协和医院 A real-time dehazing enhancement method for surgical video based on atmospheric scattering model
CN110910319B (en) * 2019-10-30 2022-10-21 中国医学科学院北京协和医院 Operation video real-time defogging enhancement method based on atmospheric scattering model
CN114324185A (en) * 2022-01-04 2022-04-12 浙江大学 An underwater polarization detection device based on Stokes vector

Similar Documents

Publication Publication Date Title
CN103049890A (en) Real-time image defogging method based on CUDA (Compute Unified Device Architecture)
CN105139347B (en) Polarization imaging defogging method combined with dark channel prior principle
CN104657945A (en) Infrared small target detection method for multi-scale spatio-temporal union filtering under complex background
CN105654440B (en) Quick single image defogging algorithm based on regression model and system
CN104182943B (en) A kind of single image defogging method capable merging human-eye visual characteristic
CN106127715A (en) A kind of image defogging method and system
CN104050637A (en) Quick image defogging method based on two times of guide filtration
CN104166968A (en) Method, device and mobile terminal for image defogging
CN115861380B (en) End-to-end UAV visual target tracking method and device in foggy and low-illumination scenes
CN110335210B (en) Underwater image restoration method
CN103077504A (en) Image haze removal method on basis of self-adaptive illumination calculation
CN106933579A (en) Image rapid defogging method based on CPU+FPGA
CN102289791A (en) Method for quickly demisting single image
Kumari et al. Real time visibility enhancement for single image haze removal
CN106056557A (en) Single image quick defogging method based on improved atmospheric scattering model
CN108109113A (en) Single image to the fog method and device based on bilateral filtering and medium filtering
CN103347171B (en) Based on greasy weather processing system for video and the method for DSP
CN103413305B (en) The rapid defogging method of a kind of single image, device and image processing system
CN116823775A (en) A deep learning-based display screen defect detection method
CN117611456A (en) Atmospheric turbulence image restoration method and system based on multiscale generation countermeasure network
CN107977945A (en) A kind of image enchancing method, system and electronic equipment
CN102254306B (en) Real-time image defogging method based on image simplified hierachical model
CN106469440A (en) Dark mist elimination parallel optimization method based on OpenCL
CN111932530B (en) Three-dimensional object detection method, device, equipment and readable storage medium
CN114037630A (en) Model training and image defogging method, device, equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20130417