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
real
transmissivity
defogging method
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
Wisesoft 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

The invention relates to the fields of computer application technology and computer vision, and particularly relates to a real-time image defogging method based on CUDA (Compute Unified Device Architecture). The real-time image defogging method comprises the following steps of: creating a collaborative work environment of a CPU (Central Processing Unit) and a GPU (Graphics Processing Unit) by utilizing the CUDA; inputting an original foggy image and obtaining a dark primary-color image of the original foggy image as well as an atmospheric light value of the dark primary-color image; obtaining an initial transmissivity value of the original foggy image according to dark channel priority, and obtaining the optimized transmittivity by utilizing a guide filtering algorithm; and determining a defogged restored image according to the original foggy image, the transmissivity distribution and the atmospheric light value in an atmospheric scattering model. According to the real-time image defogging method disclosed by the invention, a programming model in which the CPU and the GPU work cooperatively is established by sufficiently combining the advantages of the CPU and the GPU; the atmospheric light value and the transmittivity distribution are estimated by utilizing the dark channel priority knowledge and the atmospheric scattering model, so that a good and quick restoring effect of a real-time fog-degraded image is finally realized.

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. real-time defogging method capable of the image based on CUDA is characterized in that 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.
2. the real-time defogging method capable of a kind of image based on CUDA according to claim 1, it is characterized in that: 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, parallel section in the determine procedures, and the kernel that the evaluation work of this part is given among the GPU processes.
3. the real-time defogging method capable of a kind of image based on CUDA according to claim 1, it 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.
4. according to claim 1 or the real-time defogging method capable of 3 described a kind of images based on CUDA, it is characterized in that: 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.
5. 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, A is the atmosphere light of infinite point, 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.
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 北京科技大学 Imaging recognition methods and system under a kind of bad 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 中国医学科学院北京协和医院 Operation video real-time defogging enhancement method based on atmospheric scattering model
CN114324185A (en) * 2022-01-04 2022-04-12 浙江大学 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 kind of image defogging method and system comprising large area sky areas
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 北京科技大学 Imaging recognition methods and system under a kind of bad 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 and system, electronic equipment and storage medium
CN110910319A (en) * 2019-10-30 2020-03-24 中国医学科学院北京协和医院 Operation video real-time defogging enhancement method 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 浙江大学 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)
CN110097519B (en) Dual-monitoring image defogging method, system, medium and device based on deep learning
CN102750674B (en) Video image defogging method based on self-adapting allowance
KR101448164B1 (en) Method for Image Haze Removal Using Parameter Optimization
CN104935832B (en) For the video keying method with depth information
CN110276293B (en) Lane line detection method, lane line detection device, electronic device, and storage medium
CN110287791B (en) Screening method and system for face pictures
CN109118446B (en) Underwater image restoration and denoising method
CN107451966A (en) A kind of real-time video defogging method realized using gray-scale map guiding filtering
CN104200445A (en) Image defogging method with optimal contrast ratio and minimal information loss
CN104166968A (en) Image dehazing method and device and mobile terminal
CN103020914A (en) Rapid image defogging method based on spatial continuity principle
CN104050637A (en) Quick image defogging method based on two times of guide filtration
CN115861380B (en) Method and device for tracking visual target of end-to-end unmanned aerial vehicle under foggy low-illumination scene
CN104299192A (en) Single image defogging method based on atmosphere light scattering physical model
CN113781631A (en) Mass point cloud data processing and visualization method and system
CN106023091A (en) Image real-time defogging method based on graphics processor
CN103578083A (en) Single image defogging method based on joint mean shift
CN110458029B (en) Vehicle detection method and device in foggy environment
CN103020921A (en) Single image defogging method based on local statistical information
CN106933579A (en) Image rapid defogging method based on CPU+FPGA
Kumari et al. Real time visibility enhancement for single image haze removal
CN103065133A (en) Method and device for detecting pedestrian in foggy weather
Qin et al. GPU-accelerated video background subtraction using Gabor detector
CN102254306B (en) Real-time image defogging method based on image simplified hierachical model

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