Next Article in Journal
A Two-Stage STAP Method Based on Fine Doppler Localization and Sparse Bayesian Learning in the Presence of Arbitrary Array Errors
Next Article in Special Issue
Convolutional Blur Attention Network for Cell Nuclei Segmentation
Previous Article in Journal
Accurate Heart Rate and Respiration Rate Detection Based on a Higher-Order Harmonics Peak Selection Method Using Radar Non-Contact Sensors
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Detail Preserving Low Illumination Image and Video Enhancement Algorithm Based on Dark Channel Prior

1
College of Information Science and Engineering, Xinjiang University, Urumqi 830046, China
2
Institute of Image Processing and Pattern Recognition, Shanghai Jiao Tong University, Shanghai 200400, China
3
Knowledge Engineering and Discovery Research Institute, Auckland University of Technology, Auckland 1020, New Zealand
4
Intelligent Systems Research Center, Ulster University Magee Campus, Derry BT48 7JL, UK
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(1), 85; https://doi.org/10.3390/s22010085
Submission received: 12 November 2021 / Revised: 20 December 2021 / Accepted: 20 December 2021 / Published: 23 December 2021
(This article belongs to the Special Issue AI Multimedia Applications)

Abstract

:
In low illumination situations, insufficient light in the monitoring device results in poor visibility of effective information, which cannot meet practical applications. To overcome the above problems, a detail preserving low illumination video image enhancement algorithm based on dark channel prior is proposed in this paper. First, a dark channel refinement method is proposed, which is defined by imposing a structure prior to the initial dark channel to improve the image brightness. Second, an anisotropic guided filter (AnisGF) is used to refine the transmission, which preserves the edges of the image. Finally, a detail enhancement algorithm is proposed to avoid the problem of insufficient detail in the initial enhancement image. To avoid video flicker, the next video frames are enhanced based on the brightness of the first enhanced frame. Qualitative and quantitative analysis shows that the proposed algorithm is superior to the contrast algorithm, in which the proposed algorithm ranks first in average gradient, edge intensity, contrast, and patch-based contrast quality index. It can be effectively applied to the enhancement of surveillance video images and for wider computer vision applications.

1. Introduction

With the development of science and technology, surveillance video plays an important role in the field of public safety. However, in low light conditions at night, the light entering the video device is insufficient, which results in a bad visual effect on the recorded video. These negative effects may include low brightness and contrast, color distortion, and poor visibility. To make better use of videos captured in low illumination, we have to enhance them.
Videos are composed of multiple single-frame images presented in time, so video enhancement can be achieved by enhancing each low illumination image. Many enhancement algorithms have been proposed based on certain characteristics of low illumination images. To improve the brightness of low illumination images, some methods directly modified the size and distribution of pixels, such as gray transformation methods and histogram equalization (HE) methods [1,2]. The grayscale transformation algorithm improved the brightness of the image by increasing the pixel value. However, the algorithm has poor adaptability and limited enhancement ability, so it is often used in combination with other algorithms, the most common of which are gamma transformation [3] and log transformation [4]. And the algorithm based on histogram equalization [5] is prone to color distortion. Therefore, researchers proposed a series of enhancement algorithms based on Retinex [6] to avoid the problem of directly adjusting the pixel values. For example, the multiscale color recovery Retinex algorithm (MSRCR) [7] considered color fidelity, however, this method only served reflection beforehand, making the enhancement result unnatural. So, the subsequent Retinex combined illumination with reflectance as an enhancement achieved a good effect [8,9]. However, the algorithm is prone to the phenomenon of insufficient/excessive enhancement, which leads to the loss of image details.
In recent years, researchers have experimented with other ways to enhance low illumination images. By using similarity between low illumination inverted images and hazy images, many researchers have applied the dehazing algorithm [10] to enhance low illumination images. However, similar to all algorithms mentioned above, this algorithm also has the following problems:
(1) The enhancement results obtained by the algorithm contain less detailed information and cannot effectively highlight the key information in the image.
(2) The edge retention ability of the enhanced image obtained by the algorithm is poor, especially in brighter areas, and the image edge is blurred due to the phenomenon of excessive enhancement.
(3) The brightness of the enhanced image obtained by some dehazing algorithms is insufficient, and the light source is prone to overexposure, which results in the loss of image information.
To solve the problems of the existing algorithms, a detail preserving low illumination video image enhancement algorithm based on dark channel prior is proposed. First, the low illumination image is inverted to obtain the dark channel, and then refine the dark channel to improve the brightness of the low illumination image. Second, the global atmospheric light and transmission are obtained from the refined dark channel, and then the transmission is refined by using an anisotropic guided filter. Third, the refined transmission and atmospheric light are substituted into the atmospheric scattering model to obtain a clear image after dehazing, and then the clear image is reversed to obtain the initial enhanced image. Finally, due to the insufficient details of the initial enhanced image, a detail enhancement method is proposed, and the high frequency of the initial enhanced image is added to itself. According to the low illumination image characteristics, the darker the area in the image, the worse the visibility of details. Therefore, an S-type function is defined as the high-frequency factor of the addition by using the visibility function, and the final enhancement result is obtained.
Compared with existing algorithms, the main contributions of the proposed algorithm in this paper are as follows:
(1) The dark channel is refined by imposing a structure prior to the initial dark channel to obtain a well-structured dark channel map, which can better enhance the brightness of low illumination images to achieve a better enhancement effect.
(2) Because local processing produces a blocking effect, it is necessary to refine the initial roughly estimated transmission. Considering the edge-preservation problem, the anisotropic guided filter is used instead of the original soft-matting refined algorithm to better preserve the edges and significantly reduce the processing time.
(3) According to a large number of experiments, the details of the enhancement results obtained by dehazing algorithms are insufficient. Therefore, a detail enhancement method is proposed, which adds the high frequency of the initial enhanced image to itself. An S-type function is defined as the high-frequency factor of the addition, which is based on the low illumination image characteristics; that is, the darker areas in the image have poorer detail visibility. The details and clarity of the low illumination video image are improved better by the step.
(4) For video enhancement, a large difference in the brightness of each frame enhanced image will cause the composite video to flicker. To avoid this, subsequent video frames are adjusted based on the average brightness of the first enhanced frame to control the enhancement of each frame and reduce the brightness difference between the front and back frames.
The results of qualitative and quantitative evaluations show that our method can significantly improve the video captured in low illumination conditions and has better results than other methods. It preserves the details in the original images.
The remainder of this paper is organized as follows. After describing the related work in Section 2, the proposed algorithm is presented in Section 3. Along with presenting comparative results, Section 4 evaluates the performance of the proposed algorithm. Discussion on the method is presented in Section 5 and conclusion in Section 6.

2. Related Work

At present, many algorithms for low illumination image and video enhancement have been proposed and can be roughly divided into two categories: machine learning and traditional algorithms.
In recent years, with the rapid development of machine learning, an increasing number of researchers have applied it to video image processing [11,12,13,14,15]. Based on the theory of traditional algorithms, some learning models have been created. For example, Zhao et al. [11] proposed a multi-path interactive network to enhance color images for more natural enhancement results. Kim et al. [16] built a Low-LightGAN using a generative antagonistic network, whose training images were produced by local illumination. Zhang et al. [17] enhanced low illumination images in CIELAB space, combining deep convolution and generation of antagonistic networks to more accurately estimate the illumination map. The main advantages of machine learning over traditional enhancement algorithms are that they are easier to train on new data and achieve better performance. However, such methods require the support of large datasets, and images with good contrast corresponding to low illumination video images are not easily available. In addition, the time complexity of the algorithms increases with the complexity of the model. Therefore, many scholars have performed innovative work on traditional low illumination video image enhancement algorithms. For video enhancement, there are three types of algorithms [18,19]. The first one is to divide the video into frames and synthesize the video after each frame image is processed. The second method divided the video into foreground and background, and only enhanced the background. The third approach is similar to the first, except that it takes into account the correlation of adjacent frames, thus avoiding adverse phenomena such as flickering in the synthesized video.
The first type of algorithms essentially enhanced a single image, including the Retinex-based algorithm, the fusion-based algorithm, and the dehazing model-based algorithm, etc. Many algorithms have been proposed based on the Retinex theory. Early Retinex algorithms, such as single-scale Retinex (SSR) [20], multiscale Retinex (MSR) [21], and the multiscale Retinex algorithm with color restoration (MSRCR) [7,22], directly used the reflectance map as an enhancement map, resulting in unnatural results and over enhancement. Therefore, in subsequent algorithms, the illumination map was compensated to the reflectivity to obtain an enhanced image. For example, Guo et al. [23] proposed low light image enhancement via illumination map estimation (LIME), which perfected the initial illumination by imposing a structure on the initial illumination. However, the algorithm is prone to overexposure and noise amplification. To solve the noise problem, Hao et al. [24] added a regularization term to the reflectance to suppress the imaging noise. Retinex algorithms have advantages for color image enhancement, but halos easily appear at the edge of the enhanced image, and some results are too bright, losing details.
Recent fusion-based algorithms are often based on single-image fusion. Ren et al. [25] combined the camera response model (CRM) and Retinex to obtain enhanced images with less brightness and color distortion by adjusting low illumination images’ exposure. Li et al. [26] proposed low illumination video image enhancement based on wavelet fusion, which uses wavelet fusion in RGB space after increasing the brightness of the same frame image 10 times. Fusion-based methods can effectively enhance the brightness of the image, but this model is prone to over-enhancement and loss of detail.
Using a relationship between low illumination images and hazy images, researchers proposed a low illumination image enhancement algorithm based on the dehazing theory. Kaiming He first proposed the dark channel prior concept [27], which is widely used in the image field. Pang et al. [28] improved the dark channel dehazing algorithm by introducing gamma correction to improve image contrast. Recently, Wang et al. [29] proposed the absorption light scattering model (ALSM), which reasonably explained the imaging process of low illumination images and obtained good enhancement results. However, the algorithm based on the dehazing model has some disadvantages, such as insufficient enhancement of dark areas, easy overexposure of bright areas, poor detail, and edge preservation.
The second type of algorithms can be divided into two categories according to whether or not a video with good daylight illumination is required. Rao et al. [30] proposed fusing night video and daytime background brightness in a gradient-domain to obtain enhanced images. Soumya et al. [31] used wavelet fusion to fuse night video frames with daytime background frames to effectively highlight the illumination area. Lee et al. [32] divided the video frame into the dark target area and bright background area and then fused the adjusted dark area with the bright area to enhance the video. Because these algorithms only adjust the background area of an image, they can effectively preserve image details and edge information. However, if the background image is not extracted accurately, the enhanced image may be distorted.
The third method incorporates specific processing to make the enhanced video more natural. To save video processing time, Dong et al. [33] used the same transmission for similar frames, which also avoided to some extent video flickering. Zhang et al. [34] used spatiotemporal filtering to eliminate video noise and avoid flicker artifacts. Ko et al. [35] proposed an algorithm to recover low light video using similar blocks between time adjacent frames, using average brightness and improved color allocation to reduce enhanced video color distortion and flicker. Zhang et al. [36] proposed a video enhancement method based on region system and image fusion, which maintains temporal consistency by propagating zone regions from the previous frame to the current frame. Buades et al. [37] proposed a denoising algorithm for real video scenes. Using the self-similarity and redundancy of adjacent frames, motion compensation is used to stabilize video sequences by regularized optical flow method. Ren et al. [38] proposed the LR3M model, which was the first to add a low-rank decomposition model in the decomposition process. It can remove noise from low illumination images very well, but the algorithm is more complex and may blur the image details. When processing video, the illumination consistency between frames was enhanced to reduce video flicker by introducing a coherence term.
Aiming at overcoming the shortcomings of the existing algorithms, our proposed method offers new features, such as
(1) Low illumination video images in different scenes are considered, including overall darker video images, local brighter video images, and video images with light sources. The proposed algorithm is tested in these scenes. The results show that the proposed algorithm can better balance the degree of brightness enhancement and edge detail retention, suppress overexposure to a certain extent, and obtain more natural enhancement results. The proposed algorithm can be applied to different low light scenes and has wider applicability.
(2) The dehazing algorithm is improved based on the dark channel to be applied to low illumination video image enhancement. A dark channel refining method is proposed to improve the brightness of low illumination images. The anisotropic guided filter is used to refine the transmission, resulting in a finer transmission and better preservation of the edges and details of the enhanced image.
(3) Detail enhancement method is proposed. By defining an S-type function as the coefficients of the high-frequency part, the high-frequency part is added to the initial enhanced image to obtain the enhanced image with prominent detail and better visual effect.
(4) Subsequent video frames brightness is adjusted based on the average brightness of the first frame to make the average brightness of the video frame sequence consistent, thereby reducing flickering.

3. Proposed Method

In this section, based on the similarity between low illumination inverted images and hazy images, a detail preserving low illumination video image enhancement algorithm based on dark channel prior is proposed to enhance the video images captured in low illumination conditions. First, invert the low illumination image, calculate the dark channel of the inverted image, and refine the dark channel by imposing a structure prior to obtaining a well-structured dark channel map, which better enhances the brightness of the low illumination image. Second, the atmospheric light and transmission are obtained from the refined dark channel, and the transmission is refined by the anisotropic guide filter. Then, based on the inversion of the results from the atmospheric scattering model, an initial enhanced image is obtained. Finally, the initial enhanced image is optimized for details, and the final enhanced image with good details is obtained. The flowchart of the proposed method is shown in Figure 1.

3.1. Atmospheric Scattering Model

The classic atmospheric scattering model [39] is described as
I ( x ) = J ( x ) t ( x ) + A ( 1 t ( x ) )
where I ( x ) is a hazy image, J ( x ) is a scene radiance, A is the global atmospheric light, and t ( x ) is the medium transmission describing the portion of the light that is not scattered and reaches the camera.
In this paper, hazy image I ( x ) is the inversion of low illumination image M ( x ) , defined as follows:
I ( x ) = 1 M ( x )

3.2. Dark Channel and Its Prosed Modification

3.2.1. Basic Concept of Dark Channel

For a color image F ( x ) , at least one-color channel has some pixel that tends to be zero, which is called the dark channel. It can be defined as follows:
F d a r k ( x ) =   y ϵ Ω ( x ) m i n (   c ϵ { r , g , b } m i n F c ( y ) )
If F is a haze-free image, except for the sky region, the intensity of F ’s dark channel is low and tends to be zero F d a r k ( x ) 0 . Conversely, if F is a hazy image, its dark channel does not tend to zero. Shadow portions, dark objects, and low reflectivity objects in the image are all important factors contributing to the existence of dark channels.
By observing the hazy image, it can be seen that the brightness of the hazy image is higher than that of the haze-free image because of the additional light effect. Therefore, the intensity of the dark channel is higher where the haze is denser. For inverted low illumination images, the lower the illumination, the higher the haze of the inverted image, and the higher the intensity of the dark channel, as shown in Figure 2.

3.2.2. Proposed Refined Method for Dark Channel

Dark channel maps of low-illumination inverted images are the basic layer of low illumination inverted images, so dark channel maps should be as smooth as possible and keep the overall structure of the image. However, the initial dark channel map obtained by minimizing operation does not conform to this concept, so the dark channel is refined by imposing a structure on the initial dark channel to obtain a well-structured dark channel map. Based on the initial dark channel I d a r k , we solve the following optimization problem:
  I ^ d a r k m i n I d a r k I ^ d a r k F 2 + α W · I ^ d a r k 1
where α is a custom factor used to balance the correlated terms in Formula (4), and · F and · 1 designate the Frobenius and 1 norms. In addition, W is the weight matrix, and I ^ d a r k is the first derivative of I ^ d a r k in the horizontal ( h I ^ d a r k ) and vertical ( v I ^ d a r k ) directions. In the objective (4), the first term considers the fidelity between the initial dark channel I d a r k and its refined channel I ^ d a r k , and the second considers the smoothness.
In problem (4), a fast algorithm can be used to solve the problem without iteration, which greatly improves the processing speed. The second term W · I ^ d a r k 1 , which contains the 1 norm and derivation, is the more complex term. To simplify the operation, the following formula can be used:
l i m ε 0 + x d ϵ { h , v } W d ( x ) ( d I ^ d a r k ( x ) ) 2 | d I d a r k ( x ) | + ε = W · I ^ d a r k 1
Based on the above formula, x d ϵ { h , v } W d ( x ) ( d I ^ d a r k ( x ) ) 2 | d I d a r k ( x ) | + ε can be used instead of W · I ^ d a r k 1 to rewrite problem (4) as follows:
  I ^ d a r k m i n I d a r k I ^ d a r k F 2 + α x d ϵ { h , v } W d ( x ) ( d I ^ d a r k ( x ) ) 2 | d I d a r k ( x ) | + ε
Similar to the original function, the objective function after transformation is to extract the structure of the initial dark channel I d a r k . Specifically, when the gradient of the initial dark channel | d I d a r k ( x ) | is small, the target gradient is also suppressed. In contrast, when the gradient of the initial dark channel | d I d a r k ( x ) | is strong, the suppression is alleviated. In this way, the edge of the dark channel map can be effectively kept.
Problem (6) only involves quadratic terms. Therefore, the problem can be solved directly by solving the following:
( E + d { u , v } D d T D i a g ( w ˜ d ) D d ) i ^ d a r k = i d a r k
where E is the identity matrix, w ˜ d is the vector representation of W ˜ d , and W ˜ d W d ( x ) | d I d a r k ( x ) | + ε . D i a g ( w ˜ d ) is a diagonal matrix composed of w ˜ d .
The weight of each position is defined as follows:
W h ( x ) y ϵ Ω ( x ) G σ ( x , y ) | y ϵ Ω ( x ) G σ ( x , y ) h I d a r k ( y ) | + ε W v ( x ) y ϵ Ω ( x ) G σ ( x , y ) | y ϵ Ω ( x ) G σ ( x , y ) v I d a r k ( y ) | + ε
where G σ ( x , y ) is generated by a Gaussian kernel function with standard deviation σ . G σ ( x , y ) is expressed in the following:
G σ ( x , y ) e x p ( d i s t ( x , y ) 2 σ 2 )
where d i s t ( x , y ) denotes the spatial Euclidean distance between x and y. Different from RTV, the weight matrix in Equation (8) is constructed based on the given I d a r k rather than updated iteratively according to I ^ d a r k . Therefore, the weight here only needs to be calculated once.

3.3. Transmission and Its Refined Method

3.3.1. Transmission Estimation

For any low illumination inverted image, select the top-1 percent brightest pixels in the refined dark channel. Among these pixels, the pixels with the highest intensity in the low illumination inverted image are selected as atmospheric light. Atmospheric light A is a three-element vector, and each element corresponds to each color channel. Normalized the atmospheric scattering model by A :
I c ( x ) A c = t ( x ) J c ( x ) A c + 1 t ( x )
where normalization is performed individually for each color channel.
Assume that the transmission of each image block is constant. t ˜ ( x ) is used to represent the initial transmission and then calculate the dark channels on both sides of the normalization equation. The minimal operation is put on both sides of the equation, and the following can be obtained:
  y ϵ Ω ( x ) m i n (   c ϵ { r , g , b } m i n I c ( y ) A c ) = t ˜ ( x )   y ϵ Ω ( x ) m i n (   c ϵ { r , g , b } m i n J c ( y ) A c )
Because t ˜ ( x ) is a constant, it can be placed outside of the minimum operation.
The dark channel of the haze-free image is close to zero. Therefore, the dark channel of scene radiation J is close to zero, and the following is true:
J d a r k ( x ) =   y ϵ Ω ( x ) m i n (   c ϵ { r , g , b } m i n J c ( y ) ) = 0
Since the atmospheric light A c is positive, the following formula holds true:
  y ϵ Ω ( x ) m i n (   c ϵ { r , g , b } m i n J c ( y ) A c ) = 0
Substituting (13) into (10) eliminates the multiplication term and obtains the following results:
t ˜ ( x ) = 1   y ϵ Ω ( x ) m i n (   c ϵ { r , g , b } m i n I c ( y ) A c )
where   y ϵ Ω ( x ) m i n (   c m i n I c ( y ) A c ) is a refined dark channel of the normalized low illumination inverted image. It can be seen in (14) that the transmission is only related to the refined dark channel.
A weighting factor ω is introduced to control the degree of enhancement, resulting in the initial transmission as follows:
t ˜ ( x ) = 1 ω   y ϵ Ω ( x ) m i n (   c ϵ { r , g , b } m i n I c ( y ) A c )
The default ω value for this paper is 0.95.

3.3.2. Proposed Refined Method for Transmission

Because the estimated t ˜ ( x ) is not continuous at the local block boundary, further refinement of t ˜ ( x ) is required. In this paper, anisotropic guided filters are used to smooth the transmission map while preserving its edges.
Aiming at the problems of detail halos in the results obtained by guide filters [40] and poor performance in handling inconsistent structures between guided and input image blocks, Carlo et al. proposed an anisotropic filter (AnisGF) [41], which integrates anisotropy into the filter formula to better preserve the edge details of the image. A brief introduction to anisotropic filters is given below with more information in the reference.
Unlike guided filters, anisotropic guided filters use weighted averaging to achieve maximum diffusion. By introducing the weight factor ω i , j , the scaling factor a j , and the deviation factor b j are weighted and the following results are obtained:
a i ˜ = j ϵ N ( i ) ω i , j a j b i ˜ = j ϵ N ( i ) ω i , j b j
where ω i , j is defined as the weight assigned to pixel j around center pixel i .
To achieve maximum diffusion while preserving strong edge boundaries in the guide image, the weight is designed. Because the maximum diffusion is achieved when a i 0 , the objective function can be obtained as follows:
  w i a r g m i n a ˜ i 2 + μ j ϵ N ( i ) ω i , j j 2 2
where w i is a weight vector for all neighborhoods centered on pixel i , and j is the gradient vector contained in the neighborhood of j in the guide image.
The above formula is simplified to obtain the following weight solution:
ω i , j = ω j = ϵ σ g j 2 α + ϵ
The final weighted parameters and output are obtained by normalizing the weighted solution:
a ˜ i = j ϵ N ( i ) ω i , j a j j ϵ N ( i ) ω i , j b ˜ i = j ϵ N ( i ) ω i , j b j j ϵ N ( i ) ω i , j x ^ i = a ˜ i g i + b ˜ i
where g i is the guidance image and x ^ i is the filtered output image. In this paper, the input image is the transmission, the guide image is the gray image of the low illumination inversion image, and the output is the refined transmission. Compared with the soft-matting algorithm, the anisotropic guided filter has a better edge-preserving effect and faster speed. Compared with the fast enhancement algorithm using a guided filter, it has a better edge-preserving effect. The specific results are shown in the experimental section.
The atmospheric light value and the refined transmission are substituted into the atmospheric scattering model to obtain a clear image after dehazing. However, when the refined transmission t ( x ) tends to zero, J ( x ) t ( x ) 0 , and the directly recovered J ( x ) easily produces noise. Therefore, set the lower bound of the transmission t ( x ) to t 0 , and the expression of the dehazing image is as follows:
J ( x ) = I ( x ) A m a x ( t ( x ) , t 0 ) + A
In this paper, the value of t 0 is 0.1. The initial enhanced image N ( x ) is the inversion of clear image J ( x ) :
N ( x ) = 1 J ( x )

3.4. Proposed Alternative Scheme for Video Detail Enhancement

After a large number of experiments, it is found that the details of the enhanced image obtained by the improved algorithm based on dark channel dehazing are insufficient, so the detail enhancement module is introduced to improve the details of the enhanced image.
According to the characteristics of low illumination images, the darker areas in the image contain less detailed information, and the detail is generally reflected in the high-frequency part of the image. Therefore, in the case of insufficient detail information, the high-frequency part of the image can be extracted and added to the image. Considering the rich detail and high visibility of bright areas in images, direct addition of high frequency may result in too many details, so an S-type function is defined as the coefficient of addition of high frequencies using the visibility function. The coefficient function is defined as follows:
A ( x , y ) = 1 1 + e ( v i s ( x , y ) v i s m ) / k
where k is used to control the slope of the function; in this paper, the value is 0.01. v i s is a visibility function, and v i s m is mean value. It can be defined as follows:
v i s ( x , y ) = Δ L ( x , y ) L B ( x , y ) = L ( x , y ) L B ( x , y ) L B ( x , y )
In the above formula, L ( x ,   y ) is the value component in HSV space, and L B ( x , y ) is the result of a Gaussian filter [42] on the value component, called the background brightness component.
The final enhanced image can be expressed as
R ( x , y ) = N ( x , y ) + A ( x , y ) H i g ( x , y )
where H i g ( x , y ) is the high-frequency of the initial enhanced image.

4. Experimental Results and Analysis

In this section, the multi-exposure image pairs and video datasets [43], and low-illumination video images were taken in the field are used to test. The size of the multi-exposure image is 1200 × 800, the size of the video frame is 720 × 480 and 1280 × 720, and the time lengths are different. The size of the test image we took was 576 × 432, and the length of the test video was different, the size of each frame was 1920 × 1080. Through the qualitative and quantitative analysis of the test results, the proposed method is compared with other methods comprehensively. Other methods include the LIME algorithm, the ALSM algorithm, Li et al. [26] based on the wavelet fusion algorithm, and the LR3M algorithm. The comparative experiment in this paper consists of two parts. The first part compares the result of the dark channel prior dehazing algorithm with that of the proposed algorithm. The second part compares the algorithm proposed in this paper with other algorithms through qualitative and quantitative analysis. To demonstrate the effectiveness of the proposed methods, all compared methods are implemented in MATLAB 2019a on an Intel Core i5 3.20-GHz processor with 4 GB RAM, running a Windows 10 operating system.

4.1. Parameter Setting

In this paper, the parameters ω and t 0 influence the enhancement effect. The parameter ω controls the degree of enhancement of the image,   ω ϵ [ 0 ,   1 ] . With the increase of ω , the brightness of the image can be improved better. However, when ω = 1 , there will be severe overexposure in some areas of the image. Therefore, make ω = 0.95 obtain appropriate enhancement results. The specific assignment process is shown in Figure 3.
In this paper, a small parameter t 0 is introduced to reduce the noise of the enhanced image. Compared the enhancement results without introducing t 0 and taking different values of t 0 , and find that the ground noise amplification is obvious without introducing t 0 , and the brightness of the enhanced image is insufficient when t 0 = 0.2 , so take the classical value of 0.1 to get the result of moderate brightness and noise. The specific results are shown in Figure 4.

4.2. Ablation Experiment

The proposed algorithm is continuously improved based on the dark channel prior dehazing algorithm, so several aspects of improvement are experimented and analyzed.

4.2.1. Comparative Analysis of Transmission Refined Method

The results obtained by our refined method (AnisGF) are compared with those obtained by the original soft-matting refined algorithm and the guided filter refined algorithm. The results are shown in Figure 5.
From the results in the figure, it can be seen that compared with the soft-matting algorithm, the enhanced results obtained by the guided filter and the AnisGF are brighter, and the key information such as the license plate is clearer. This may be because the guided filter used the grayscale image of the low illumination inverted image as the guided image, which makes the output brighter. The edge details of the enhanced image obtained by the AnisGF used in this paper are better preserved than those obtained by the guided filter, which can be seen from the detailed map of the enhanced image. This is because AnisGF introduced anisotropic diffusion into the filter. Anisotropic diffusion determines whether to diffuse the surrounding pixels based on the relationship between the current pixel and the surrounding pixels. When a neighborhood pixel differs greatly from the current pixel, the neighborhood is probably the boundary, and the current pixel does not diffuse in that direction, thus preserving the boundary.

4.2.2. Comparative Analysis before and after Dark Channel Refinement

Since the above proves that the enhancement results obtained by the guided filter and AnisGF are good for transmission refinement, this section only applied dark channel refinement to the comparison of the two algorithms to illustrate the necessity of this step, and the result is shown in Figure 6.
As seen in the results in the diagram, the enhanced result with dark channel refinement is brighter and clearer. Specifically, for the results of AniGF refining transmission, dark channel refining makes the enhanced image more natural. It can be known from the above that AnisGF preserves edges well, but for some images (such as the test image in this section), it causes black shadows around the light spots on the car. However, when dark channel refining is added, the shadows disappear, making the image more in line with the visual characteristics of the human. For this reason, dark channel refinement may improve the structure of the obtained dark channel, and the initial transmission is obtained from the dark channel, so the final transmission obtained by the dark channel refinement step is more accurate; thus, a better enhancement effect is obtained.

4.2.3. Comparative Analysis before and after Detail Enhancement

For some images, the result enhanced by the improved dehazing method has insufficient detail and low clarity, so the detail enhancement was added. To prove the necessity of this step, the following experiments and analyses are performed, and the results are shown in Figure 7.
As seen in the results, the details of the image obtained by using detail enhancement are more prominent, and the car logo and the numbers in the license plate are more prominent in the image, which is more in line with the license plate seen by the human eye. It can also be seen that the overexposure of the algorithm at the light source is less, and the difference between the size of the light source in the enhanced image and that in the original image is smaller. From this, it can be concluded that the detail enhancement part can effectively enhance the details in the dark of the image, and this step is also necessary.
After the above three groups of experiments, the effectiveness of the proposed detail preserving low illumination video image enhancement algorithm based on dark channel prior can be seen. The proposed algorithm performs well in darker images as a whole, in images with bright areas, and images with light sources. It effectively enhanced the brightness of low illumination images while maintaining the details and suppressing overexposure. Next, the superiority of the proposed algorithm is illustrated by comparing it with other algorithms.

4.3. Comparative Experiments and Analysis

4.3.1. Quantitative Analysis

Figure 8 and Figure 9 show the experimental results in multi-exposure data. It can be seen from the results that all enhancement algorithms are effective for low illumination images, but there are some problems with the enhancement results obtained by the comparison algorithms. Li et al. algorithm has severe overexposure, which overwhelms many details in the enhanced image. The ALSM algorithm does not preserve edge details well in bright background areas, as shown in Figure 8. The LR3M algorithm has an insufficient effect on brightness enhancement in dark areas and blurs key information such as text. The LIME algorithm and the proposed algorithm show better performance, but the enhanced image by the proposed has clearer detail information.
The collected low illumination images from real scenes for experiments, as shown in Figure 10, Figure 11, Figure 12 and Figure 13, both the algorithm and the contrast algorithm can effectively improve the brightness and contrast of the test images. However, the ALSM algorithm, Li et al. [26], and the LIME algorithm are overexposed in the light source when enhancing Figure 10, making the edge of the door under the light source unclear. In images with partially illuminated areas, see Figure 11 and Figure 12. The ALSM algorithm, Li et al. [26] and the LIME algorithm do not preserve the edge details of the test images well in the lighted window area. The brightness of the enhanced images obtained by the first two algorithms in the license plate part is not as high as that obtained by the proposed algorithm. Figure 13 shows the case of bright surroundings. Li et al. [26] and the LIME algorithm can display the hidden license plate and the logo, but the background is over-enhanced. In particular, the background of the enhanced image obtained by Li et al. [26] is almost completely white. The dark area of the enhanced image obtained by the ALSM algorithm is not bright enough, and the highway edges are not clear enough due to the overexposure of the bright area. Although the LR3M algorithm does not produce the above problems in Figure 10, Figure 11, Figure 12 and Figure 13, the brightness of the enhanced image obtained by the LR3M algorithm is not bright enough, and the license plate is too blurred to see the critical information in the image. The proposed algorithm can overcome the shortcomings of the contrast algorithm and suppress overexposure to a certain extent, and the license plate is visible. The enhanced image can not only retain details and edges but also highlight the key information in the image.

4.3.2. Qualitative Analysis

The different image quality evaluation indices were calculated, including average gradient (AG) [43], information entropy (IE), edge intensity (e), contrast (C), full reference image index peak signal-to-noise ratio (PSNR), patch-based contrast quality index (PCQI) [44], structural similarity (SSIM) [45]. For multi-exposure datasets, calculated the full reference and no reference image index. For images taken in the real environment, only calculated the no-reference image index. The larger the value of all the indexes, the better the enhancement effect. The time complexity of each algorithm was also recorded to better analyze the effectiveness of the algorithm. The objective evaluation of the above images is shown in Table 1, Table 2, Table 3, Table 4 and Table 5.
It can be seen from Table 1, Table 2 and Table 3 that the algorithm proposed in this paper has superior performance in 4 criteria: AG, e, C, and PCQI, and competitive performance on the other 3 criteria, i.e., for IE and SSIM it ranked third, and for PSNR it ranked fourth. Combined with subjective visual effects, it is found that the reference image is overexposed and the key information such as text is not prominent, so the PSNR and SSIM values of the proposed algorithm are slightly lower.
From Table 4 and Table 5, it can be seen that our algorithm has the highest sharpness, edge intensity, and contrast in the real image enhancement evaluation, which is higher than the second-ranked algorithm of 19.26%, 27.31%, and 14.92%, respectively. The average information entropy of this algorithm ranks second, only lower than LIME. This is because the LIME algorithm enhances the overall brightness of the image, resulting in severe over-enhancement in some areas of the image. In terms of time complexity, the proposed algorithm takes 1.68 s on average to process an image, which is relatively fast.
In summary, combining quantitative and qualitative analysis, the following conclusion can be drawn. The algorithm presented in this paper can effectively enhance the brightness and contrast of low illumination images, preserve details and edge areas, and suppress overexposure to a certain extent. Additionally, the objective indexes are better than the comparison algorithm.

5. Discussion

The proposed algorithm can be applied to low illumination video enhancement. For a captured video, the video is first decomposed into a single frame image sequence. Secondly, each frame image from this sequence is sequentially read to enhance this single-frame image. Considering that flickering occurs due to different average brightness of each frame image when synthesizing video, adjust the brightness of subsequent video frames based on the average brightness of the first enhanced video frame to obtain a video frame sequence with the same average brightness. Finally, the enhanced video frames are synthesized sequentially at a rate of 30 frames per second to get the final enhanced video. Through experiments on a video with a size of 1920 × 1080 and some low-illumination videos on the Internet, it is found that the proposed algorithm can be effectively used to enhance the low-illumination video.
From all experiments above, the ALSM algorithm, Li et al. [26], and LIME algorithm all overexpose an image in the bright area, resulting in loss of edge details. The LR3M algorithm produces an enhanced image with insufficient brightness and blurs key information (such as license plates, car logos, etc.) due to the addition of noise removal items. The proposed algorithm in this paper can effectively overcome the shortcomings of the above algorithms, enhancing the brightness of the image while maintaining the edges and details of the image, and suppressing overexposure to a certain extent. The reasons for the proposed algorithm being superior to the compared algorithms are as follows:
(1) A dark channel refined method is proposed to obtain a more accurate dark channel map, which can effectively enhance the brightness of the image.
(2) An anisotropic guide filter is used to refine the transmission, smooth the transmission map while preserving edges, and obtain a more detailed transmission map, which enables the enhanced image to retain the edges well.
(3) Based on the characteristics of low illumination images, an S-type function factor is defined by which the high-frequency part of the initial enhanced image is added to itself to obtain an enhanced image with more prominent details.
(4) The proposed algorithm can be effectively applied to low illumination video enhancement, controlling the average brightness of each enhanced image to reduce video flickering.

6. Conclusions

In this paper, detail preserving low illumination video image enhancement algorithm based on a dark channel was proposed, which uses the similarity between the inverted low illumination image and the hazy image to dehaze the inverted low illumination image. To solve the problem of insufficient brightness in the enhanced image, the initial dark channel is refined to obtain a brighter image. For missing edges and details of the image, the anisotropic guide filter is used to refine the transmission, resulting in finer transmission and less time complexity. To solve the problem of insufficient detail, the details of the initial enhanced image are optimized. Using the S-type function as the coefficient of the high frequency, the high frequency is added to the initial enhanced image to obtain the enhanced image with more details.
We described the performance of the proposed algorithm in images and videos captured in a real low illumination environment. In both quantitative and qualitative comparative analyses, the proposed algorithm is superior to state-of-the-art algorithms, which proves its effectiveness and robustness. It can be applied to different low illumination scenarios in wider computer vision applications. The limitation of the proposed algorithm is that it may amplify the noise of the image. In further, a suitable denoising algorithm can be introduced to maintain the balance between details and noise.
For video enhancement, not only can the change of pixel intensity in time be considered, but also the change of pixel intensity in space and direction can be considered to further develop low-light video enhancement, and it can be used as a preprocessing for detection and recognition to form a complete the detection and recognition system [46].

Author Contributions

Conceptualization, L.G.; methodology, L.G.; software, L.G.; validation, L.G. and Z.J.; formal analysis, Z.J.; writing—original draft preparation, L.G.; writing—review and editing, L.G. and Z.J.; supervision, Z.J., J.Y. and N.K.K. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China (No. U1803261) and the International Science and Technology Cooperation Project of the Ministry of Education of the People’s Republic of China (No. 2016–2196).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The algorithm performance is tested on the public data set, including https://pan.baidu.com/s/1x1Dq9xef1dBTXXHcMjPAyA (accessed on 28 July 2021). and https://ieeexplore.ieee.org/document/8237767 (accessed on 25 June 2021).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Park, S.; Kim, K.; Yu, S.; Paik, J. Contrast Enhancement for Low-light Image Enhancement: A Survey. IEIE Trans. Smart Process. Comput. 2018, 7, 36–48. [Google Scholar] [CrossRef]
  2. Wang, W.; Wu, X.; Yuan, X.; Gao, Z. An experiment-based review of low-light image enhancement methods. IEEE Access 2020, 8, 87884–87917. [Google Scholar] [CrossRef]
  3. Huang, S.-C.; Cheng, F.-C.; Chiu, Y.-S. Efficient contrast enhancement using adaptive gamma correction with weighting distribution. IEEE Trans. Image Process. 2012, 22, 1032–1041. [Google Scholar] [CrossRef] [PubMed]
  4. Panetta, K.; Agaian, S.; Zhou, Y.; Wharton, E.J. Parameterized logarithmic framework for image enhancement. IEEE Trans. Syst. Man Cybern. Part B Cybern. 2010, 41, 460–473. [Google Scholar] [CrossRef]
  5. Abdullah-Al-Wadud, M.; Kabir, M.H.; Dewan, M.A.A.; Chae, O. A dynamic histogram equalization for image contrast enhancement. IEEE Trans. Consum. Electron. 2007, 53, 593–600. [Google Scholar] [CrossRef]
  6. Land, E.H. The retinex theory of color vision. Sci. Am. 1977, 237, 108–129. [Google Scholar] [CrossRef]
  7. Jobson, D.J.; Rahman, Z.-u.; Woodell, G.A. A multiscale retinex for bridging the gap between color images and the human observation of scenes. IEEE Trans. Image Process. 1997, 6, 965–976. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  8. Jiang, X.; Yao, H.; Zhang, S.; Lu, X.; Zeng, W. Night video enhancement using improved dark channel prior. In Proceedings of the 2013 IEEE International Conference on Image Processing (ICIP), Melbourne, VIC, Australia, 15–18 September 2013; pp. 553–557. [Google Scholar]
  9. Liu, S.; Long, W.; He, L.; Li, Y.; Ding, W. Retinex-Based Fast Algorithm for Low-Light Image Enhancement. Entropy 2021, 23, 746. [Google Scholar] [CrossRef] [PubMed]
  10. Zeng, B.W.; Kin, T.U. Low-Light Image Enhancement Algorithm Based on Lime with Pre-Processing and Post-Processing. In Proceedings of the 2020 International Conference on Wavelet Analysis and Pattern Recognition (ICWAPR), Adelaide, Australia, 2 December 2020. [Google Scholar]
  11. Ma, S.; Ma, H.; Xu, Y.; Li, S.; Lv, C.; Zhu, M. A Low-Light Sensor Image Enhancement Algorithm Based on HSI Color Model. Sensors 2018, 18, 3583. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Zhang, M.; Zhang, Y.; Jiang, Z.; Lv, X.; Guo, C. Low-Illumination Image Enhancement in the Space Environment Based on the DC-WGAN Algorithm. Sensors 2021, 21, 286. [Google Scholar] [CrossRef] [PubMed]
  13. Sun, Y.; Chang, Z.; Zhao, Y.; Hua, Z.; Li, S. Progressive Two-Stage Network for Low-Light Image Enhancement. Micromachines 2021, 12, 1458. [Google Scholar] [CrossRef]
  14. Zhang, X.; Wang, X. MARN: Multi-Scale Attention Retinex Network for Low-Light Image Enhancement. IEEE Access 2021, 9, 50939–50948. [Google Scholar] [CrossRef]
  15. Wang, J.; Yang, Y.; Chen, Y.; Han, Y. LighterGAN: An Illumination Enhancement Method for Urban UAV Imagery. Remote Sens. 2021, 13, 1371. [Google Scholar] [CrossRef]
  16. Ren, W.; Liu, S.; Ma, L.; Xu, Q.; Xu, X.; Cao, X.; Du, J.; Yang, M.-H. Low-light image enhancement via a deep hybrid network. IEEE Trans. Image Process. 2019, 28, 4364–4375. [Google Scholar] [CrossRef] [PubMed]
  17. Zhao, B.; Gong, X.; Wang, J.; Zhao, L. Low-Light Image Enhancement Based on Multi-Path Interaction. Sensors 2021, 21, 4986. [Google Scholar] [CrossRef] [PubMed]
  18. Kim, G.; Kwon, D.; Kwon, J. Low-lightgan: Low-light enhancement via advanced generative adversarial network with task-driven training. In Proceedings of the 2019 IEEE International Conference on Image Processing (ICIP), Taipei, Taiwan, 22–25 September 2019; pp. 2811–2815. [Google Scholar]
  19. Zhang, Z.; Wen, J.; Xu, Y.; Fe, L. Review of Video and Image Defogging Algorithms and Related Studies on Image Restoration and Enhancement. IEEE Access 2016, 4, 165–188. [Google Scholar]
  20. Jobson, D.J.; Rahman, Z.-U.; Woodell, G.A. Properties and performance of a center/surround retinex. IEEE Trans. Image Process. 1997, 6, 451–462. [Google Scholar] [CrossRef]
  21. Rahman, Z.-U.; Jobson, D.J.; Woodell, G.A. Multi-scale retinex for color image enhancement. In Proceedings of the 3rd IEEE International Conference on Image Processing (ICIP), Lausanne, Switzerland, 19 September 1996; pp. 1003–1006. [Google Scholar]
  22. Guo, X.; Li, Y.; Ling, H. LIME: Low-light image enhancement via illumination map estimation. IEEE Trans. Image Process. 2016, 26, 982–993. [Google Scholar] [CrossRef] [PubMed]
  23. Rahman, Z.-U.; Jobson, D.J.; Woodell, G.A. Retinex processing for automatic image enhancement. J. Electron. Imaging 2004, 13, 100–110. [Google Scholar]
  24. Guo, Y.; Lu, Y.; Liu, R.W.; Yang, M.; Chui, K.T. Low-light image enhancement with regularized illumination optimization and deep noise suppression. IEEE Access 2020, 8, 145297–145315. [Google Scholar] [CrossRef]
  25. Ren, Y.; Ying, Z.; Li, T.H.; Li, G. LECARM: Low-Light Image Enhancement Using the Camera Response Model. IEEE Trans. Circuits Syst. Video Technol. 2018, 29, 968–981. [Google Scholar] [CrossRef]
  26. Zhi, L.; Jia, Z.; Yang, J.; Kasabov, N. Low illumination video image enhancement. IEEE Photonics J. 2020, 12, 1–13. [Google Scholar]
  27. He, K.; Sun, J.; Tang, X. Single image haze removal using dark channel prior. IEEE Trans. Pattern Anal. Mach. Intell. 2010, 33, 2341–2353. [Google Scholar] [PubMed]
  28. Pang, J.; Zhang, S.; Bai, W. A novel framework for enhancement of the low lighting video. In Proceedings of the 2017 IEEE Symposium on Computers and Communications (ISCC), Heraklion, Greece, 3–6 July 2017; pp. 1366–1371. [Google Scholar]
  29. Wang, Y.-F.; Liu, H.-M.; Fu, Z.-W. Low-light image enhancement via the absorption light scattering model. IEEE Trans. Image Process. 2019, 28, 5679–5690. [Google Scholar] [CrossRef] [PubMed]
  30. Rao, Y.; Zhang, Y.; Gou, J. Gradient fusion method for night video enhancement. ETRI J. 2013, 35, 923–926. [Google Scholar] [CrossRef]
  31. Soumya, T.; Thampi, S.M. Recolorizing dark regions to enhance night surveillance video. Multimed. Tools Appl. 2017, 76, 24477–24493. [Google Scholar] [CrossRef]
  32. Lee, S.; Kim, N.; Paik, J. Adaptively partitioned block-based contrast enhancement and its application to low light-level video surveillance. SpringerPlus 2015, 4, 431. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  33. Dong, X.; Wang, G.; Pang, Y.; Li, W.; Wen, J.; Meng, W.; Lu, Y. Fast efficient algorithm for enhancement of low lighting video. In Proceedings of the 2011 IEEE International Conference on Multimedia and Expo (ICME), Barcelona, Spain, 11–15 July 2011; pp. 1–6. [Google Scholar]
  34. Underexposed Video Enhancement via Perception-Driven Progressive Fusion. IEEE Trans. Vis. Comput. Graph. 2016, 22, 1773–1785. [CrossRef]
  35. Ko, S.; Yu, S.; Kang, W.; Park, C.; Lee, S.; Paik, J. Artifact-free low-light video enhancement using temporal similarity and guide map. IEEE Trans. Ind. Electron. 2017, 64, 6392–6401. [Google Scholar] [CrossRef]
  36. Zhang, Y.; Liu, S. Non-uniform Illumination Video Enhancement Based on Zone System and Fusion. In Proceedings of the 2018 24th International Conference on Pattern Recognition (ICPR), Beijing, China, 20–24 August 2018. [Google Scholar]
  37. Buades, A.; Lisani, J.L. Enhancement of noisy and compressed videos by optical flow and non-local denoising. IEEE Trans. Circuits Syst. Video Technol. 2020, 30, 1960–1974. [Google Scholar] [CrossRef]
  38. Ren, X.; Yang, W.; Cheng, W.-H.; Liu, J. LR3M: Robust low-light enhancement via low-rank regularized retinex model. IEEE Trans. Image Process. 2020, 29, 5862–5876. [Google Scholar] [CrossRef]
  39. McCartney, E.J. Optics of the Atmosphere: Scattering by Molecules and Particles; Phys Today: New York, NY, USA, 1976. [Google Scholar]
  40. He, K.; Sun, J.; Tang, X. Guided image filtering. In Proceedings of the European conference on computer vision; 2010; pp. 1–14. [Google Scholar]
  41. Ochotorena, C.N.; Yamashita, Y. Anisotropic guided filtering. IEEE Trans. Image Process. 2019, 29, 1397–1412. [Google Scholar] [CrossRef] [PubMed]
  42. Kotecha, J.H.; Djuric, P.M. Gaussian sum particle filtering. IEEE Trans. Signal Process. 2003, 51, 2602–2612. [Google Scholar] [CrossRef] [Green Version]
  43. Prabhakar, K.R.; Srikar, V.S.; Babu, R.V. DeepFuse: A Deep Unsupervised Approach for Exposure Fusion with Extreme Exposure Image Pairs. In Proceedings of the 2017 IEEE International Conference on Computer Vision (ICCV), Venice, Italy, 22–29 October 2017; pp. 4724–4732. [Google Scholar]
  44. Wang, S.; Ma, K.; Yeganeh, H.; Wang, Z.; Lin, W. A patch-structure representation method for quality assessment of contrast changed images. IEEE Signal Process. Lett. 2015, 22, 2387–2390. [Google Scholar] [CrossRef]
  45. Wang, Z.; Bovik, A.C.; Sheikh, H.R.; Simoncelli, E.P. Image quality assessment: From error visibility to structural similarity. IEEE Trans. Image Process. 2004, 13, 600–612. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  46. Kasabov, N.K. Time-Space, Spiking Neural Networks and Brain-Inspired Artificial Intelligence; Springer: Berlin, Germany, 2019; Volume 7, pp. 169–199. [Google Scholar]
Figure 1. Flowchart of the proposed method. Among it, in the dark channel estimation and refinement module (a) is the dark channel estimation result, (b) is the dark channel refinement result; in the transmission estimation and refinement module (a) is the transmission estimation result, (b) is the transmission refinement result; in the dehazing image reverse module (a) is the dehazing image, and (b) is the initial enhanced image obtained by reverse.
Figure 1. Flowchart of the proposed method. Among it, in the dark channel estimation and refinement module (a) is the dark channel estimation result, (b) is the dark channel refinement result; in the transmission estimation and refinement module (a) is the transmission estimation result, (b) is the transmission refinement result; in the dehazing image reverse module (a) is the dehazing image, and (b) is the initial enhanced image obtained by reverse.
Sensors 22 00085 g001
Figure 2. Relationship between low illumination image and its dark channel image. (a) Images at different exposure levels. (b) Inverse image corresponding to (a). (c) Dark channel map corresponding to (b).
Figure 2. Relationship between low illumination image and its dark channel image. (a) Images at different exposure levels. (b) Inverse image corresponding to (a). (c) Dark channel map corresponding to (b).
Sensors 22 00085 g002
Figure 3. Influence of different values of the parameter ω on the enhancement results.
Figure 3. Influence of different values of the parameter ω on the enhancement results.
Sensors 22 00085 g003
Figure 4. Selection of parameter t 0 .(a) original image. The enhancement result with (b) t 0 not to be introduced, (c) t 0 = 0.1 , and (d)   t 0 = 0.2 .
Figure 4. Selection of parameter t 0 .(a) original image. The enhancement result with (b) t 0 not to be introduced, (c) t 0 = 0.1 , and (d)   t 0 = 0.2 .
Sensors 22 00085 g004
Figure 5. (a) Test image and its detail map; (b) soft-matting refined algorithm result and its detail map; (c) guided filter refined algorithm result and its detail map; (d) AnisGF refined algorithm result and its detail map.
Figure 5. (a) Test image and its detail map; (b) soft-matting refined algorithm result and its detail map; (c) guided filter refined algorithm result and its detail map; (d) AnisGF refined algorithm result and its detail map.
Sensors 22 00085 g005
Figure 6. (a) Test image and its detail map, (b) guided filter refining transmission result and its detail map, (c) AnisGF refining transmission result and its detail map, (d) guided filter refining transmission + dark channel refining result and its detail map, and (e) AnisGF refining transmission + dark channel refining result and its detail map.
Figure 6. (a) Test image and its detail map, (b) guided filter refining transmission result and its detail map, (c) AnisGF refining transmission result and its detail map, (d) guided filter refining transmission + dark channel refining result and its detail map, and (e) AnisGF refining transmission + dark channel refining result and its detail map.
Sensors 22 00085 g006
Figure 7. (a) Test image and its detail map, (b) guided filter refining transmission + dark channel refining result and its detail map, (c) AnisGF refining transmission + dark channel refining result and its detail map, (d) guided filter refining transmission + dark channel refining + detail enhancement result and its detail map, and (e) AnisGF refining transmission + dark channel refining + detail enhancement result and its detail map.
Figure 7. (a) Test image and its detail map, (b) guided filter refining transmission + dark channel refining result and its detail map, (c) AnisGF refining transmission + dark channel refining result and its detail map, (d) guided filter refining transmission + dark channel refining + detail enhancement result and its detail map, and (e) AnisGF refining transmission + dark channel refining + detail enhancement result and its detail map.
Sensors 22 00085 g007
Figure 8. (a) Original image; (b) Reference. The remaining images are enhancement results, generated by the following methods: (c) ALSM, (d) Li et al. [26], (e) LR3M, (f) LIME, and (g) the proposed method.
Figure 8. (a) Original image; (b) Reference. The remaining images are enhancement results, generated by the following methods: (c) ALSM, (d) Li et al. [26], (e) LR3M, (f) LIME, and (g) the proposed method.
Sensors 22 00085 g008
Figure 9. (a) Original image; (b) Reference. The remaining images are enhancement results, generated by the following methods: (c) ALSM, (d) Li et al. [26], (e) LR3M, (f) LIME, and (g) the proposed method.
Figure 9. (a) Original image; (b) Reference. The remaining images are enhancement results, generated by the following methods: (c) ALSM, (d) Li et al. [26], (e) LR3M, (f) LIME, and (g) the proposed method.
Sensors 22 00085 g009
Figure 10. (a) Test image and its detail maps. The remaining images are the enhancement results and their detail maps, generated by the following methods: (b) ALSM, (c) Li et al. [26], (d) LR3M, (e) LIME, and (f) the proposed method.
Figure 10. (a) Test image and its detail maps. The remaining images are the enhancement results and their detail maps, generated by the following methods: (b) ALSM, (c) Li et al. [26], (d) LR3M, (e) LIME, and (f) the proposed method.
Sensors 22 00085 g010
Figure 11. (a) Test image and its detail maps. The remaining images are the enhancement results and their detail maps, generated by the following methods: (b) ALSM, (c) Li et al. [26], (d) LR3M, (e) LIME, and (f) the proposed method.
Figure 11. (a) Test image and its detail maps. The remaining images are the enhancement results and their detail maps, generated by the following methods: (b) ALSM, (c) Li et al. [26], (d) LR3M, (e) LIME, and (f) the proposed method.
Sensors 22 00085 g011
Figure 12. (a) Test image and its detail maps. The remaining images are the enhancement results and their detail maps, generated by the following methods: (b) ALSM, (c) Li et al. [26], (d) LR3M, (e) LIME, and (f) the proposed method.
Figure 12. (a) Test image and its detail maps. The remaining images are the enhancement results and their detail maps, generated by the following methods: (b) ALSM, (c) Li et al. [26], (d) LR3M, (e) LIME, and (f) the proposed method.
Sensors 22 00085 g012
Figure 13. (a) Test image and its detail maps. The remaining images are the enhancement results and their detail maps, generated by the following methods: (b) ALSM, (c) Li et al. [26], (d) LR3M, (e) LIME, and (f) the proposed method.
Figure 13. (a) Test image and its detail maps. The remaining images are the enhancement results and their detail maps, generated by the following methods: (b) ALSM, (c) Li et al. [26], (d) LR3M, (e) LIME, and (f) the proposed method.
Sensors 22 00085 g013aSensors 22 00085 g013b
Table 1. Comparison of various indexes of multi-exposure data 1 enhanced by different methods.
Table 1. Comparison of various indexes of multi-exposure data 1 enhanced by different methods.
MethodAGIEeCPSNRSSIMPCQITimes
ALSM2.977.43197.3349.0019.760.770.74148.26
Li et al. [26]2.815.56245.6946.1412.320.520.531.63
LR3M1.987.43196.0435.4623.040.840.656171.03
LIME3.157.58201.1451.0919.960.780.732.37
The proposed method4.497.54386.2069.6320.150.700.756.38
Table 2. Comparison of various indexes of multi-exposure data 1 enhanced by different methods.
Table 2. Comparison of various indexes of multi-exposure data 1 enhanced by different methods.
MethodAGIEeCPSNRSSIMPCQITimes
ALSM2.077.00134.1337.2327.120.810.8766.04
Li et al. [26]0.914.6556.6418.1316.850.500.591.60
LR3M2.387.35266.6442.1724.740.820.825017.18
LIME2.337.52148.4641.0121.360.720.852.54
The proposed method2.947.39229.7049.2125.610.770.956.55
Table 3. Average values of each index of 46 images in multi-exposure dataset enhanced by different methods.
Table 3. Average values of each index of 46 images in multi-exposure dataset enhanced by different methods.
MethodAGIEeCPSNRSSIMPCQITimes
ALSM2.127.07118.0636.5022.900.770.89121.40
Li et al. [26]1.794.69136.9730.8915.640.560.671.61
LR3M1.547.27120.6427.5825.530.810.815797.49
LIME2.437.44147.3141.5722.460.720.922.51
The proposed method3.137.21228.9250.4322.060.720.966.17
Table 4. Comparison of various indexes of captured data enhanced by different methods.
Table 4. Comparison of various indexes of captured data enhanced by different methods.
DataMethodAGIEeCTimes
1ALSM6.927.75626.0198.3414.21
Li et al. [26]5.325.97554.1275.510.50
LR3M4.137.31435.7161.44155.69
LIME7.807.73747.25110.031.04
The proposed method10.507.791266.27139.261.77
2ALSM4.326.40369.9862.7614.73
Li et al. [26]5.046.50504.1973.130.59
LR3M1.376.08132.6921.78183.53
LIME5.786.98594.9583.491.05
The proposed method6.156.31675.4083.501.66
3ALSM5.337.56500.6781.3715.99
Li et al. [26]5.577.40513.4084.730.62
LR3M3.116.79544.2450.35171.63
LIME6.137.61631.8992.301.02
The proposed method7.887.58930.76114.401.70
4ALSM12.417.801635.13158.9415.45
Li et al. [26]7.515.011243.8295.850.49
LR3M11.017.641698.36145.12183.92
LIME13.547.801791.22171.361.22
The proposed method19.017.813101.19226.431.84
Table 5. Comparison of objective index mean values for 100 video image enhancements by different methods.
Table 5. Comparison of objective index mean values for 100 video image enhancements by different methods.
MethodAGIEeCTimes
ALSM6.807.06661.1695.4313.43
Li et al. [26]7.406.79921.97104.220.59
LR3M2.566.61239.4339.56210.63
LIME7.997.36878.64110.671.09
The proposed method9.907.091268.28130.071.68
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Guo, L.; Jia, Z.; Yang, J.; Kasabov, N.K. Detail Preserving Low Illumination Image and Video Enhancement Algorithm Based on Dark Channel Prior. Sensors 2022, 22, 85. https://doi.org/10.3390/s22010085

AMA Style

Guo L, Jia Z, Yang J, Kasabov NK. Detail Preserving Low Illumination Image and Video Enhancement Algorithm Based on Dark Channel Prior. Sensors. 2022; 22(1):85. https://doi.org/10.3390/s22010085

Chicago/Turabian Style

Guo, Lingli, Zhenhong Jia, Jie Yang, and Nikola K. Kasabov. 2022. "Detail Preserving Low Illumination Image and Video Enhancement Algorithm Based on Dark Channel Prior" Sensors 22, no. 1: 85. https://doi.org/10.3390/s22010085

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop