Skip to main content

Segmentation-based image defogging using modified dark channel prior

Abstract

Image acquisition under bad weather conditions is prone to yield image with low contrast, faded color, and overall poor visibility. Different computer vision applications including surveillance, object classification, tracking, and recognition get effected due to degraded hazy images. Dehazing can significantly improve contrast, balance luminance, correct distortion, remove unwanted visual effects/ and therefore enhance the image quality. As a result, image defogging is imperative pre-processing step in computer vision applications. Previously, dark channel prior-based algorithms have proven promising results over the available techniques. In this paper, we have proposed a modified dark channel prior that uses fog density and guided image-filtering technique to estimate and refine transmission map, respectively. Guided image filter speeds up the refinement of transmission map, hence reduces the overall computational complexity of algorithm. We have also incorporated segmentation of the foggy image into sky and non-sky regions, after which, the modified dark channel prior and atmospheric light is computed for each segment. Then, the average value of atmospheric light for each segment is used to estimate transmission map. We have performed quantitative and subjective comparison for effective evaluation of our proposed algorithm against the current state-of-the-art algorithms on natural and synthetic images. Different quality metrics, such as saturation, mean square error, fog density, peak signal to noise ratio, structural similarity index metric, dehazing algorithm index (DHQI), full-reference image quality assessmen (FR-IQA), and naturalness of dehazed images have shown the proposed algorithm to be better than existing techniques.

1 Introduction

Outdoor images are degraded due to hazy weather conditions such as mist, rain, clouds, and fog. Image acquisition, during such weather conditions, reduces contrast of the image, fades colors, degrades quality, and makes object features difficult to perceive by humans and conventional computer vision systems. Therefore, it is imperative to perform image dehazing as it is required for different computer vision application such as surveillance, image classification, detection, tracking, recognition, and obtaining satellite imagery. An effective dehazing approach should be able to significantly improve contrast, balance luminance, correct distortion, remove unwanted visual effects, and enhance the overall image quality. Figure 1 shows two examples of the foggy and the corresponding fog-free images taken from the RESIDE dataset [1].

Fig. 1
figure 1

Sample images taken from the RESIDE dataset [1]. a Foggy Images where the fog is generated synthetically. b Fog-free images

In the literature, image dehazing or defogging is achieved through image enhancement, image restoration, fusion-based approaches, and machine learning [2]. Image enhancement algorithms are used to modify color and contrast of the image without improving their quality, whereas image restoration-based techniques defog the image depending upon fog density [2].

Wang et al. have used wavelet transform and single scale retinex algorithm to correct the foggy images and improve brightness [3]. The depth map was computed by using Bayesian theory and Markov regularization to reduce halo artifacts in the images.

He et al. have used morphological operations to calculate fog density [4] in which, foggy image brightness is increased before estimating atmospheric light. In [5], adaptive histogram equalization is used for contrast enhancement. Similarly, Xu et al. proposed defogging algorithm based on contrast limited adaptive histogram equalization to improve contrast while removing fog and unwanted noise particles [6]. Various defogging algorithms based on polarization are proposed in [7, 8]. Schechner et al. have proposed defogging using inversion process of atmospheric scattering where two images are taken from a polarizer at different orientations [7]. In [8], Miyazaki et al. have proposed a polarization-based technique to remove the fog particles from the image. Their proposed algorithm takes two input images as a prior knowledge to compute parameters used for image defogging.

Tan et al. have proposed defogging algorithm considering dark channel of foggy images [9]. Dark channel contains the low contrast pixel values and it acts as a prior knowledge for foggy image restoration [10]. In [11], He at al. have proposed a novel dark channel prior (DCP) algorithm by assuming air light constraint for transmission map estimation. Another DCP-based algorithm is proposed in [12] that uses bilateral filtering technique to refine transmission map. Chen et al. have obtained clear dark channel and preserved edge information by using bilateral filter and the adaptive median filter [13]. The process of DCP-based algorithm consists of estimation of atmospheric light, estimation and refinement of transmission map, and consequently fog-free image reconstruction. In this method, foggy image brightness is increased prior to estimating atmospheric light. Binary tree-based atmospheric light estimation is proposed by Tang et al. in [14]. Image defogging using RGB, LAB, and HSV color spaces is proposed by Nair et al [15]. In this approach, transmission map is refined using surround filter and the surround constant is chosen arbitrarily. Li et al. have proposed an improved bilateral filtering technique for transmission map refinement [16]. In [17], Zhang and Hou have proposed K-means clustering for atmospheric light estimation. Zhu et al. have recently proposed new technique to compute transmission map using energy minimization and refinement of transmission map is done using piece-wise smoothing filter [18]. The benefit of this algorithm is to generate artifacts free defogged image. In [19], globally guided image filter-based algorithm is proposed which helps to improve color contrast of defogged image. Ju et al. have proposed improved atmospheric scattering model and the resultant image contains halo artifacts, in addition to fog factor and discoloration [20]. Lee et al. proposed a novel approach by combining defogging algorithm with de-mosaicking algorithm simultaneously [21]. The combined algorithm has benefits of removing noise in distant scenes. In [22], an algorithm based on weighted least square and high dynamic range is proposed which is used to preserve edge information in RGB images. In [23], Majeed et al. have used hybrid median filter and accelerated local laplacian filter for image Dehazing. Visual enhancement and color restoration is done using lo based gradient image decomposition. Tufail et al. have proposed an improved DCP based on RGB and YCbCr color spaces where transmission map refinement is done using Laplacian and mean filters [24]. As a result of refined DCP, better structural detail and enhanced color range is achieved. Makarau et al. have proposed DCP and bright channel prior (BCP) based on local search and image segmentation to effectively remove fog [25]. Makarau et al. have extended their work in [26] to improve dehazing technique by finding haze thickness using visible and cirrus bands.

In [27], image segmentation algorithm is proposed by Liu et al. in which RGB image is converted to YUV color space followed by image segmentation using region growing technique by selecting seed points. Seed points are selected on the basis of different fog density regions and atmospheric light is estimated using quad-tree hierarchical search algorithm. Similarly, in [28], Hong and Cai have proposed segmentation-based defogging algorithm in which they have divided image into sky and non-sky segments using Otsu segmentation technique. Dark channel prior is computed using adaptive parameter and image fusion is applied to combine defogged sky and non-sky segments. However, resultant images contain color distortion and seem unnatural. In another work, Cai et al. have proposed segmentation-based defogging algorithm using adaptive factor [29]. In this algorithm, segmentation is done using binary thresholding to compute sky and non-sky regions. After defogging, fusion is applied to combine sky and non-sky regions. The color scheme is distorted at the edges of resultant image. In [30], reliability map of DCP-based algorithm is proposed. In this technique, they have found out the reliable regions which contain sufficient prior knowledge to compute DCP. Transmission map is estimated using the reliable pixels only. Linear fitting curve is then used to find the transmission map for unreliable pixel values. Qing et al. have proposed K-means clustering for depth maps calculation to defog input image [31]. K-means is used to segment image into multiple parts having different depth range; then, transmission map is computed for each region. the edges of resultant image are not smooth, and the fog factor is also available at the edges.

The conditional Generative Adversarial Network is proposed in [32] which directly removes haze from an image, without estimating transmission map. Image defogging is performed by an end-to-end trainable neural network. Some other machine learning-based algorithms are also proposed in [3340]. Choi et al. have proposed fog-aware density evaluator (FADE) and density-based referenceless perceptual defogger (DEFADE) in [33]. In [34], Li et al. have proposed residual-based deep CNN dehazing algorithm. Work consist of transmission map estimation network and dehazing using residual network. The advantage of residual-based network is its reduced computational complexity as it does not require atmospheric light estimation. Existing state-of-the-art algorithms fail to completely remove fog from foggy image and the results are either over saturated or low contrast. So, to avoid the over saturation and better remove the fog particles, a modified DCP-based algorithm is proposed. The major contributions of this work are as follows:

  1. 1.

    Modified dark channel prior is computed.

  2. 2.

    Transmission map based on fog density is estimated.

  3. 3.

    Segmentation-based defogging algorithm is proposed

  4. 4.

    We tested our algorithm using RESIDE images dataset which includes both natural and synthetic images. The results have proven that our algorithm achieves the state-of-the-art performance on the proposed defogging algorithm.

2 Proposed methodology

We have proposed two approaches for image defogging task. The first one utilizes the modified dark channel prior for image defogging, and the second one incorporates segmentation of the input image for localized parameter estimation before applying defogging algorithm.

2.1 Image defogging using modified dark channel prior

In this work, a modified dark channel is computed for transmission map estimation. Later, transmission map is refined using guided image filter (GIF). GIF is more efficient than the other refinement filters as it reduces the overall computation time for the transmission map refinement, hence optimizing the defogging algorithm. The work flow of our proposed technique is shown in Fig. 2, which illustrates that the proposed model is applied to foggy image to compute dark channel and atmospheric light. Atmospheric light is used to estimate transmission map which is refined in order to preserve the gradient information. The refined transmission map is then used to generate fog-free image.

Fig. 2
figure 2

DCP-based algorithm for image defogging

2.1.1 Dark channel and atmospheric light estimation

First, a dark channel is computed to estimate atmospheric light using Eq. (1), that is obtained from [11]. A minimum filter of window size ω is applied to compute dark channel where ω is kept as 31×31. Foggy images along with the corresponding dark channels are shown in Fig. 3.

$$ I_{\text{DCP}} =\min_{x \in w(k)}(\min_{y\in \{R,G,B\}}I(y)) $$
(1)
Fig. 3
figure 3

Dark channel computation. a Foggy images b Corresponding dark channels

After successfully computing dark channel, atmospheric light Alight is estimated which is a 3×1 vector containing highest intensity values that are computed from 0.1% brightest pixels of dark channel. Algorithm 1 illustrates the pseudo code to compute atmospheric light where, I is input foggy image, IDCP is dark channel prior, N is 0.1% brightest pixel values In the dark channel and m is temporary variable. xxy is the size of dark channel prior. As a first step, IDCP is compared with max value of N. If both values are equivalent; then. input image pixels corresponding to N pixel locations are considered as the atmospheric light.

2.1.2 Transmission map estimation and refinement

Atmospheric light is used to compute transmission map. A transmission map as given in (2) is computed for each RGB color channel by dividing input image with its corresponding color channel atmospheric light.

$$ T(x) = 1-\zeta [\frac{I(x)}{A}] $$
(2)

Here, value of ζ depends upon fog density of the hazy input image. Fog density (FD) is computed using FADE [14]. where, fFD1 and fFD2 are fixed throughout the algorithm and the values are chosen to avoid oversaturation and to completely remove fog from input image. fFD1 and fFD2 are set to 2.5 and 1, respectively. These values are achieved after performing cross validation on RESIDE dataset to estimate the accuracy of the performance of a proposed model.

Algorithm 2 illustrates the pseudo code for estimation and refinement of transmission map. After computing transmission map, refinement of transmission map is required to preserve gradient information. In our proposed methodology, guided image filter (GIF) is used for the refinement process where input image itself is used as guidance image as edge preserving and smoothing filter. GIF is faster than other refinement filters as it reduces the overall computational complexity of the defogging algorithm [41]. Therefore,

$$ T_{\text{refined}}(x) = a_{k} T_{k} + b_{k} \quad \forall k \in W_{k} $$
(3)

where, Trefined is a linear transform of T in a window of size W. a and b are linear coefficients that are constant in Wk. Transmission map and refined transmission maps are shown in Figs. 4 and 5, respectively. After refining the transmission map, defogged image is reconstructed using:

$$ R(x) = \frac{I(x)-A}{T_{\text{refined}}+ \epsilon}+A $$
(4)
Fig. 4
figure 4

Transmission map estimation. a Foggy images b Transmission maps

Fig. 5
figure 5

Transmission map refinement. a Foggy images. b Refined transmission maps

Where, ε is a constant with negligibly small value to avoid division with zero. At the end of defogging algorithm, gamma correction is also used to improve the overall brightness of reconstructed image.

2.2 Segmentation-based image defogging using modified dark channel prior

In this work, we have proposed defogging algorithm using image segmentation technique. Image segmentation is done using graph-based segmentation technique. The segments are based on sky and non-sky regions. Dark channel and atmospheric light is computed for each segment. Transmission map is estimated on the basis of average value of atmospheric light. The refinement process is same as discussed in previous methodology, that is, based on guided image filter. Segmentation-based algorithm is efficient in terms of removing fog particles, yield high SSIM and PSNR, and lower value of MSE. Segmentation-based proposed algorithm is shown in Fig. 6.

Fig. 6
figure 6

Segmentation-based image defogging using modified dark channel prior

In this approach, a semi-automatic segmentation is used to convert foggy image into sky and non-sky segments. Foreground and background pixels are selected manually to convert image into two segments. Scribbles are drawn onto the image, which divides the image into background and foreground pixels and then graph theory is applied for fast segmentation. Resultant segmented images are shown in Fig. 7. After converting foggy image into sky and non-sky segments, dark channel is computed for each segment using Eq. (5). A minimum filter of window size ω is applied to compute dark channel, where ω is kept at 31×31 for optimized results. Foggy images along with dark channel are shown in Fig. 8.

$$ I_{\text{DCP}}(\text{seg}_{i}) = \min_{x \in w\left(k\right)}\min_{y\in \left\{R,G,B\right\}}I_{\text{seg}_{i}}(Y) \quad i = 1,2 $$
(5)
Fig. 7
figure 7

Image segmentation using graph cut theory. a Foggy image. b Sky regions. c Non-sky regions

Fig. 8
figure 8

Dark channels for segmented images. a Sky and non-sky regions of foggy image. b Corresponding dark channels for each segment

After successfully computing dark channels, atmospheric light is estimated using each dark channel. Final atmospheric light is computed using the average values of each atmospheric light.Transmission map estimation and refinement is done using the same procedure as discussed in first proposed methodology. The resultant transmission map along with refined transmission map computed using the average value of atmospheric light are shown in Fig. 9. After refining the transmission map, defogged image is reconstructed. Fog-free image is reconstructed using Eq. (4).

Fig. 9
figure 9

Transmission maps using image segmentation a Foggy image. b Transmission map. c Refined transmission map

3 Results and discussion

Experiments are performed using realistic single-image dehazing (RESIDE) [1] dataset which contains outdoor hazy images including natural, as well as, synthetically generated foggy images. Dataset is divided into four sub-categories that are shown in Table 1.

Table 1 Overview of RESIDE data source and content

The experimental results are compared with He [11], Zahid [24], DEFADE [33], and Tarel [42]. Image quality, visibility enhancement, edge and texture information, color, and structure of image are important factors to evaluate defogging algorithm [43]. For evaluation of proposed algorithm results, full reference metric such as structural similarity index metric (SSIM) [44], peak signal to noise ratio (PSNR), full-reference image quality assessment (FR-IQA) [45], and mean square error (MSE) are compared with current state of the art algorithms. Other than these metrics, some non-reference metrics including naturalness image quality evaluator (NIQE) [46], fog density, blind/referenceless image spatial quality evaluator (BRISQUE) [47], and dehazing algorithms index (DHQI) [48] are also calculated.

PSNR is fully reference based metric that requires ground truth image. PSNR is computed by:

$$ \text{PSNR} = 10 \log_{10} \frac{\text{MAX}^{2}}{\text{MSE}} $$
(6)

Where MAX represents highest possible pixel value in an input image. MSE is mean square error, given by:

$$ \text{MSE} = \frac{1}{jk} \sum_{i_{r} = 0}^{j-1} \sum_{i_{c} = 0}^{k - 1} \left[I_{\text{input}} (i_{r},i_{c}) - I_{\text{output}} (i_{r},i_{c})\right]^{2} $$
(7)

where, Iinput and Ioutput are input and fog-free reconstructed output image, respectively, and j×k is size of the image. If the PSNR is larger, image distortion will be smaller. So, for better performance of dehazing algorithm, PSNR must be higher. SSIM also requires reference image and it compares similarity of resultant image with ground truth image depending upon brightness, contrast, and structure. On the other hand, range of SSIM score is 0 to 1 and value closer to 1 is more appealing to the researchers. SSIM is defined as:

$$ \text{SSIM} = \frac{\left(2 \mu_{x_{in}}\mu_{y_{\text{out}}} + k_{1})(2 \sigma_{x_{in}y_{\text{out}}}+k_{2}\right) }{\left(\mu_{x_{\text{in}}}^{2} + \mu_{y_{\text{out}}}^{2} + k_{1} \right)\left(\sigma_{x_{\text{in}}}^{2} + \sigma_{y_{\text{out}}}^{2} + k_{2}\right)} $$
(8)

where xin and yout are two windows of common size, \(\mu _{x_{\text {in}}}\) and \(\mu _{y_{\text {out}}}\) are mean of windows, \(\sigma _{x_{\text {in}}}^{2}\) and \(\sigma _{y_{\text {out}}}^{2}\) are their variances and k1 and k2 are constants. Results generated using modified DCP-based algorithm and image segmentation-based algorithms are shown in Fig. 10. Figures 11 and 12 present a comparison of proposed algorithm with different popular algorithms using synthetically generated foggy dataset and natural foggy dataset, respectively. Figure 11 illustrates poor color contrast and darker effects in He et al. [11] results. Also the DEFADE [33] results show higher fog factor as shown. Proposed algorithms results, comparatively, seem better as compared to the other algorithms.

Fig. 10
figure 10

Proposed methodology results. a Input images. b Ground truth images. c Defogged images using modified DCP-based algorithm. d Defogged images using segmentation-based algorithm

Fig. 11
figure 11

Comparison of different defogging algorithms using synthetically generated hazy dataset. a Input images. b Ground truth images. c Tarel [42]. d He [11]. e DEFADE [33]. f Zahid [24]. g Modified DCP-based proposed algorithm. h Segmentation-based proposed algorithm

Fig. 12
figure 12

Comparison of different defogging algorithms using real hazy dataset. a Input images. b Ground truth images. c Tarel [42]. d He [11]. e DEFADE [33]. f Zahid [24]. g Modified DCP-based proposed algorithm. h Segmentation-based proposed algorithm

Quantitative comparison is presented in Table 2. The proposed algorithm generates result with highest SSIM, DHQI, FR-IQA and PSNR and lowest Fog density and MSE. The experiments are performed on hundred different images. Figure 13 depicts the complete comparison of proposed algorithm with existing state of the art algorithms through box plot. In each box, median is indicated by central red mark, the top and bottom edges of box indicate first and third quartile, respectively. The whiskers above and below the box show the maximum and minimum values, respectively. “+” symbol indicates outliers. Figure 13 shows that the image quality of defogged image generated using proposed algorithm is better than other algorithms. It further shows that PSNR is highest for proposed algorithm and lowest for Tarel [42]. The standard deviation of PSNR is highest for DEFADE [33]. Comparison of SSIM, non-reference DHQI and full-reference IQA is also presented in Fig. 13 which shows the better performance of proposed algorithm. It also presents fog density and MSE comparison for five different state of the art algorithms. Our results contain lower value of MSE and NIQE which have proven promising results.

Fig. 13
figure 13

Box plot for average quantitative comparison of 100 images for different state-of-the-art defogging algorithms. a No-reference quality metric BRISQUE, b PSNR, c SSIM, d fog density, e MSE and f NIQE, g DHQI, and h FR-IQA

Table 2 Quantitative comparison of proposed algorithm with existing state-of-the-art algorithms

The experimental results are compared with current state-of-the-art machine learning algorithms including MSCNN [36], Dehaze-Net [37], and AoD-Net [38]. Figure wise comparison is presented in Fig. 14. It shows that the results generated using MSCNN [36] are oversaturated and contain low similarity index with ground truth image. It further shows that results generated using Dehaze-Net [37] still contains fog particles. Table 3 shows quantitative comparison of these algorithms which has proven that proposed algorithms either exceeds or comparable to the machine learning-based algorithms which require large amount of data for training and are generally computationally expensive.

Fig. 14
figure 14

Comparison of proposed algorithm with current state of the art machine learning-based defogging algorithms. a Input image. b Ground truth image. c Dehaze-Net [37]. d MSCNN [36]. e Modified DCP-based proposed algorithm. f Segmentation-based proposed algorithm

Table 3 Quantitative comparison of proposed algorithm with existing state-of-the-art machine learning-based image defogging

4 Conclusion

In this paper, we have proposed two different techniques for image defogging. The first one consists of a modified DCP with guided image filter to estimate and refine the transmission map in order to preserve edge information. We also proposed a segmentation-based defogging in which the foggy image is divided into two segments based on sky and non-sky regions. The dark channel for each segment is computed using the modified DCP algorithm. Proposed algorithms could be selected depending upon application. For indoor and less sky-region-based outdoor applications, modified DCP-based algorithm is preferable. Segmentation-based algorithm generates significant results on outdoor images having sky and non-sky regions. The proposed algorithms are tested against multiple state-of-the-art approaches using the RESIDE dataset [1]. The quantitative and qualitative comparisons are performed for effective evaluation and validation. The results generated using the proposed algorithm show higher values of SSIM and PSNR. The comparative analysis proved that the results generated using the proposed algorithm are better than existing algorithms with balanced luminance and saturation with a lower mean square error and fog density factor.

Availability of data and materials

Nota applicable

Abbreviations

BCP:

Bright channel prior

BRISQUE:

Blind/reference-less image spatial quality evaluator

CNN:

Convolutional neural network

DCP:

Dark channel prior

DEFADE:

Density based reference less perceptual defogger

FADE:

Fog-aware density evaluator

GIF:

Guided image filter

MSE:

Mean square error

NIQE:

Naturalness image quality evaluator

PSNR:

Peak signal to noise ratio

RESIDE:

Realistic single-image dehazing

SSIM:

Structural similarity index

References

  1. B. Li, W. Ren, D. Fu, D. Tao, D. Feng, W. Zeng, Z. Wang, Benchmarking single-image dehazing and beyond. IEEE Trans Image Process. 28(1), 492–505 (2019).

    Article  MathSciNet  MATH  Google Scholar 

  2. Y. Xu, J. Wen, L. Fei, Z. Zhang, in IEEE Access, 4. Review of video and image defogging algorithms and related studies on image restoration and enhancement, (2016), pp. 165–188.

  3. M. Wang, S. D. Zhou. The study of color image defogging based on wavelet transform and single scale retinex International Symposium on Photoelectronic Detection and Imaging. vol. 8194 (SPIE, 2011). https://doi.org/10.1117/12.897331.

  4. X. He, J. Mao, Z. Liu, J. Zhou, Y. Hua, in Chinese Conference on Pattern Recognition. A fast algorithm for image defogging (SpringerBerlin, 2014), pp. 149–158.

    Chapter  Google Scholar 

  5. T. K. Kim, J. K. Paik, B. S. Kang, Contrast enhancement system using spatially adaptive histogram equalization with temporal filtering. IEEE Trans. Consum. Electron.44(1), 82–87 (1997).

    Google Scholar 

  6. Z. Xu, X. Liu, X. Chen, in 2009 International Conference on Computational Intelligence and Software Engineering. Fog removal from video sequences using contrast limited adaptive histogram equalization (IEEE, 2009). https://doi.org/10.1109/cise.2009.5366207.

  7. Y. Y. Schechner, S. G. Narasimhan, S. K. Nayar. Instant dehazing of images using polarization (IEEE Comput. Soc, 2001). https://doi.org/10.1109/cvpr.2001.990493.

  8. D. Miyazaki, D. Akiyama, M. Baba, R. Furukawa, S. Hiura, N. Asada, in 2013 IEEE International Conference on Computer Vision Workshops. Polarization-based dehazing using two reference objects (IEEE, 2013). https://doi.org/10.1109/iccvw.2013.117.

  9. R. T. Tan, in 2008 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). Visibility in bad weather from a single image (IEEE, 2008). https://doi.org/10.1109/cvpr.2008.4587643.

  10. Z. Chen, J. Shen, P. Roth, Single image defogging algorithm based on dark channel priority. J. Multimed.8(4), 432–438 (2013).

    Google Scholar 

  11. K. He, J. Sun, X. Tang, Single image haze removal using dark channel prior. IEEE Trans. Pattern Anal. Mach. Intell.33(12), 2341–2353 (2011).

    Article  Google Scholar 

  12. H. Xu, J. Guo, Q. Liu, L. Ye, in 2012 IEEE International Conference on Information Science and Technology. Fast image dehazing using improved dark channel prior (IEEE, 2012). https://doi.org/10.1109/icist.2012.6221729.

  13. X. Chen, W. Sun, in Proceedings of the 2015 International Conference on Mechatronics, Electronic, Industrial and Control Engineering. A fast algorithm for single image dehazing based on estimating illumination veil (Atlantis Press, 2015). https://doi.org/10.2991/meic-15.2015.225.

  14. J. Tang, Z. Chen, B. Su, J. Zheng, in Chinese Conference on Image and Graphics Technologies. Single image defogging based on step estimation of transmissivity (SpringerSingapore, 2017), pp. 74–84.

    Google Scholar 

  15. D. Nair, P. Sankaran, Color image dehazing using surround filter and dark channel prior. J. Vis. Commun. Image Represent.50:, 9–15 (2018).

    Article  Google Scholar 

  16. A. Li, X. Li, in 2017 10th International Symposium on Computational Intelligence and Design (ISCID). A novel image defogging algorithm based on improved bilateral filtering (IEEE, 2017). https://doi.org/10.1109/iscid.2017.126.

  17. W. Zhang, X. Hou, Light source point cluster selection-based atmospheric light estimation. Multimed. Tools. Appl.77(3), 2947–2958 (2018).

    Article  Google Scholar 

  18. M. Zhu, B. He, Q. Wu, Single image dehazing based on dark channel prior and energy minimization. IEEE Sig. Process Lett.25(2), 174–178 (2018).

    Article  Google Scholar 

  19. Z. Li, J. Zheng, Single image de-hazing using globally guided image filtering. IEEE Trans. Image Process.27(1), 442–450 (2018).

    Article  MathSciNet  MATH  Google Scholar 

  20. M. Ju, D. Zhang, X. Wang, Single image dehazing via an improved atmospheric scattering model. Vis. Comput.33(12), 1613–1625 (2017).

    Article  Google Scholar 

  21. Y. Lee, K. Hirakawa, T. Q. Nguyen, Joint defogging and demosaicking. IEEE Trans. Image Process.26(6), 3051–3063 (2017).

    Article  MathSciNet  MATH  Google Scholar 

  22. M. I. Anwar, A. Khosla, Vision enhancement through single image fog removal. Eng. Sci. Technol. Int. J.20(3), 1075–1083 (2017).

    Google Scholar 

  23. A. M. Chaudhry, M. M. Riaz, A. Ghafoor, A framework for outdoor RGB image enhancement and dehazing. IEEE Geosci. Remote Sens. Lett.15(6), 932–936 (2018).

    Article  Google Scholar 

  24. Z. Tufail, K. Khurshid, A. Salman, I. F. Fareed Nizami, Khurshid K., B. Jeon, Improved dark channel prior for image defogging using RGB and YCbCr color space. IEEE Access. 6:, 32576–32587 (2018).

    Article  Google Scholar 

  25. A. Makarau, R. Richter, R. Maijller, P. Reinartz, Haze detection and removal in remotely sensed multispectral imagery. IEEE Trans Geosci. Remote Sens.52(9), 5895–5905 (2014).

    Article  Google Scholar 

  26. A. Makarau, R. Richter, D. Schladpfer, P. Reinartz, Combined haze and cirrus removal for multispectral imagery. IEEE Geosci. Remote Sens. Lett.13(3), 379–383 (2016).

    Google Scholar 

  27. Y. Liu, H. Li, M. Wang, Single image dehazing via large sky region segmentation and multiscale opening dark channel model. IEEE Access. 5:, 8890–8903 (2017).

    Article  Google Scholar 

  28. Y. Hong, C. Cai, in 2016 IEEE 20th International Conference on Computer Supported Cooperative Work in Design (CSCWD). An adaptive factor-based method for improving dark channel prior dehazing (IEEE, 2016). https://doi.org/10.1109/access.2018.2843261.

    Article  Google Scholar 

  29. C. Cai, Z. Qiuyu, L. Yanhua, in 2015 IEEE International Conference on Mechatronics and Automation (ICMA). Improved dark channel prior dehazing approach using adaptive factor (IEEE2015. https://doi.org/10.1109/icma.2015.7237742.

  30. T. H. Kil, S. H. Lee, N. I. Cho, in 2013 IEEE International Conference on Image Processing. Single image dehazing based on reliability map of dark channel priorIEEE, 2013). https://doi.org/10.1109/icip.2013.6738182.

  31. C. Qing, Y. Hu, X. Xu, W. Huang, in 2017 IEEE International Conference on Internet of Things (iThings) and IEEE Green Computing and Communications (GreenCom) and IEEE Cyber, Physical and Social Computing (CPSCom) and IEEE Smart Data (SmartData). Image haze removal using depth-based cluster and self-adaptive parameters (IEEE, 2017). https://doi.org/10.1109/ithings-greencom-cpscom-smartdata.2017.163.

  32. R. Li, J. Pan, Z. Li, J. Tang, in 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition. Single image dehazing via conditional generative adversarial network (IEEE, 2018). https://doi.org/10.1109/cvpr.2018.00856.

  33. L. K. Choi, J. You, A. C. Bovik, Referenceless prediction of perceptual fog density and perceptual image defogging. IEEE Trans. Image Process.24(11), 3888–3901 (2015).

    Article  MathSciNet  MATH  Google Scholar 

  34. J. Li, G. Li, H. Fan, Image dehazing using residual-based deep CNN. IEEE Access. 6:, 26831–26842 (2018).

    Article  Google Scholar 

  35. K. Tang, J. Yang, J. Wang, in 2014 IEEE Conference on Computer Vision and Pattern Recognition. Investigating haze-relevant features in a learning framework for image dehazing (IEEE, 2014). https://doi.org/10.1109/cvpr.2014.383.

  36. W. Ren, S. Liu, H. Zhang, J. Pan, X. Cao, M. H. Yang, in European Conference on Computer Vision. Single image dehazing via multi-scale convolutional neural networks (SpringerCham, 2016), pp. 154–169.

    Google Scholar 

  37. B. Cai, X. Xu, K. Jia, C. Qing, D. Tao, Dehazenet: An end-to-end system for single image haze removal. IEEE Trans. Image Process.25(11), 5187–5198 (2016).

    Article  MathSciNet  MATH  Google Scholar 

  38. B. Li, X. Peng, Z. Wang, J. Xu, D. Feng, in 2017 IEEE International Conference on Computer Vision (ICCV). Aod-net: All-in-one dehazing network (IEEE, 2017). https://doi.org/10.1109/iccv.2017.511.

  39. W. Ren, L. Ma, J. Zhang, J. Pan, X. Cao, W. Liu, M. H. Yang, in 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition. Gated fusion network for single image dehazing (IEEE, 2018). https://doi.org/10.1109/cvpr.2018.00343.

  40. C. Li, J. Guo, F. Porikli, H. Fu, Y. Pang, A cascaded convolutional neural network for single image dehazing. IEEE Access. 6:, 24877–24887 (2018).

    Article  Google Scholar 

  41. K. He, J. Sun, X. Tang, Guided image filtering. IEEE Trans. Pattern Anal. Mach. Intell.6:, 1397–1409 (2013).

    Article  Google Scholar 

  42. J. P. Tarel, N. Hautire, in IEEE 12th International Conference on Computer Vision. Fast visibility restoration from a single color or gray level image (IEEE, 2009). https://doi.org/10.1109/iccv.2009.5459251.

  43. D. Singh, V. Kumar, Comprehensive survey on haze removal techniques. Multimed. Tools Appl.77(8), 9595–9620 (2018).

    Article  Google Scholar 

  44. Z. Wang, A. C. Bovik, H. R. Sheikh, E. P. Simoncelli, Image quality assessment: from error visibility to structural similarity. IEEE Trans. Image Process.13(4), 600–612 (2004).

    Article  Google Scholar 

  45. X. Min, G. Zhai, K. Gu, Y. Zhu, J. Zhou, G. Guo, X. Yang, X. Guan, W. Zhang, Quality evaluation of image dehazing methods using synthetic hazy images. IEEE Trans. Multimed.21(9), 2319–2333 (2019). https://doi.org/10.1109/tmm.2019.2902097.

    Article  Google Scholar 

  46. A. Mittal, R. Soundararajan, A. C. Bovik, Making a completely blind image quality analyzer. IEEE Sig. Process. Lett.20(3), 209–212 (2013).

    Article  Google Scholar 

  47. A. Mittal, A. K. Moorthy, A. C. Bovik, No-reference image quality assessment in the spatial domain. IEEE Trans. Image Process.21(12), 4695–4708 (2012).

    Article  MathSciNet  MATH  Google Scholar 

  48. X. Min, G. Zhai, K. Gu, X. Yang, X. Guan, Objective quality evaluation of dehazed images. IEEE Trans. Intell. Transp. Syst.20(8), 2879–2892 (2018).

    Article  Google Scholar 

Download references

Acknowledgements

Not Applicable

Funding

This work is funded by National University of Sciences and Technology (NUST), Islamabad, Pakistan.

Author information

Authors and Affiliations

Authors

Contributions

Authors’ contributions

All authors contributed in preparation of this manuscript. AS is the main author and carried out experimentation and generated results. KK was involved in designing experiments and finalizing algorithms and was also involved in writing the “Introduction” and “Results and discussion” sections of the manuscript. AS was involved in writing the “Proposed methodology” section and provided some section of algorithm. All authors read and approved the final manuscript.

Authors’ information

Aneela Sabir is a graduate student of School of Electrical Engineering and Computer Science (SEECS) at National University of Sciences and Technology (NUST). Her areas of insterest are image processing and machine learning.

Dr. Khawar Khurshid obtained his doctorate degree from Michigan State University in Biomedical Imaging Systems and currently he is the director of the center of excellence in FPGA and ASIC research (CEFAR) at National University of Sciences and Technology (NUST), Pakistan. Dr. Khurshid specializes in signal and image processing, embedded systems, pattern recognition, and computer vision, with research interests in the areas of image segmentation, registration, multimedia encoding, 3D display systems, and wearable bio-sensor modules.

Dr. Ahmad Salman is associated with School of Electrical Engineering and Computer Science, National University of Sciences and Technology, Islamabad, Pakistan. He did his PhD from University of Manchester, UK, in computer science and specializes in machine learning and speech information processing.

Corresponding author

Correspondence to Khawar Khurshid.

Ethics declarations

Competing interests

Not applicable.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Sabir, A., Khurshid, K. & Salman, A. Segmentation-based image defogging using modified dark channel prior. J Image Video Proc. 2020, 6 (2020). https://doi.org/10.1186/s13640-020-0493-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13640-020-0493-9

Keywords