Fast contrast enhancement by adaptive pixel value stretching

Size: px
Start display at page:

Download "Fast contrast enhancement by adaptive pixel value stretching"

Transcription

1 Visual Sensor Networks - Research Article Fast contrast enhancement by adaptive pixel value stretching International Journal of Distributed Sensor Networks 2018, Vol. 14(8) Ó The Author(s) 2018 DOI: / journals.sagepub.com/home/dsn Gang Cao 1,HuaweiTian 2, Lifang Yu 3 and Xianglin Huang 1 Abstract In this article, we propose a fast and effective method for digital image contrast enhancement. The gray-level dynamic range of contrast-distorted images is extended maximally via adaptive pixel value stretching. The quantity of saturated pixels is set intelligently according to the perceptual brightness of global images. Adaptive gamma correction is also novelly used to recover the normal luminance in enhancing dimmed images. Different from prior methods, our proposed technique could be enforced automatically without complex manual parameter adjustment per image. Both qualitative and quantitative performance evaluation results show that, comparing with some recent influential contrast enhancement techniques, our proposed method achieves comparative or better enhancement quality at a surprisingly lower computational cost. Besides general computer applications, such merit should also be valuable in low-power scenarios, such as the imaging pipelines used in small mobile terminals and visual sensor network. Keywords Image processing, contrast enhancement, fast, pixel value stretching, adaptive gamma correction Date received: 21 October 2017; accepted: 26 June 2018 Handling Editor: Jeng-Shyang an Introduction Contrast enhancement (CE) refers to a type of image manipulation which could improve the perceived contrast of an image. Here, contrast is often defined as the dynamic range of pixel values within global or local image regions. CE is widely used as an image enhancement tool in the real applications of computer vision and pattern recognition. We can see that low contrast not only degrades visual quality, but also hinders the further applications of images, for instance, image analysis and understanding, object recognition and digital printing, and so on. So it is essential to develop CE techniques for enhancing the contrast-distorted images before further applications. Generally, a good CE technique is expected to (1) achieve more contrast improvement and less structure distortion and (2) enjoy low computational complexity. There are plenty of previous works on digital image CE. In terms of the manipulated data space, existing CE methods could be generally categorized into pixel 1 11 and transform domain ones. The pixel domain CE relies on the direct manipulation of pixel gray levels (namely, pixel values), while the other is implemented in the transformation domain of digital images, such as discretecosinetransform, wavelet, 15 and curvelet. 16 Histogram equalization (HE) is a classical CE method, which enhances image contrast by 1 School of Computer and Cyberspace Security, Communication University of China, Beijing, China 2 College of Criminal Investigation and Counter Terrorism, eople s ublic Security University of China, Beijing, China 3 Beijing Key Laboratory of Signal and Information rocessing for Highend rinting Equipments, Beijing Institute of Graphic Communication, Beijing, China Corresponding author: Xianglin Huang, School of Computer and Cyberspace Security, Communication University of China, Beijing 024, China. huangxl@cuc.edu.cn Creative Commons CC BY: This article is distributed under the terms of the Creative Commons Attribution 4.0 License ( which permits any use, reproduction and distribution of the work without further permission provided the original work is attributed as specified on the SAGE and Open Access pages ( open-access-at-sage).

2 2 International Journal of Distributed Sensor Networks redistributing the probability density of pixel values. 1 Although HE is computationally effective, it often incurs excessive enhancement and unnatural artifacts on the images which have peaks in pixel value histograms. 4,17 In order to attenuate such deficiency, the improved local HE 2 and brightness-preserving bi-he 3 have been developed. Then the histogram modification (HM) algorithm is proposed by treating CE as an optimization problem via minimizing a cost function with penalty terms. 4 Huang et al. 5 proposed the method of adaptive gamma correction with weighting distribution (AGCWD) to enhance the contrast of dimmed images, which own low global mean brightness and appear black. Such a method deals well with most dimmed images, but fails for globally bright images and dimmed images with local bright regions. In order to attenuate such deficiency, Cao et al. 6 integrated the strategies of negative image and truncated cumulative distribution function into the design of pixel value mapping function. Celik 7 presented spatial entropy based contrast enhancement (SECE) to incorporate the spatial distribution characteristics of pixels into the design of pixel mapping function. It could always improve the contrast of any type of input images to some extent, for example, dimmed, bright, or normal ones, without resulting in apparent image quality degradation. Later, Celik 8 proposed another global image CE algorithm based on spatial mutual information and agerank. Although nearly the state-of-the-art enhancement quality is achieved, such an algorithm runs rather slower than the others. Cao et al. 9 proposed an efficient acceleration scheme to speed it up by selective downsampling. arihar et al. 10 presented an effective image CE algorithm by exploiting fuzzy contextual information in the spatial domain. Besides, the prior knowledge on human visual perception 18,19 and computational intelligence, such as deep learning 20 and big data, 21 is also utilized to design efficient CE algorithms. We also note that the MATLAB function imadjust (ADJ) is also a rather efficient CE method, which extends the dynamic range of pixel values to maximum by saturating a certain percent of pixels. 11 Although ADJ owns the lowest computational complexity among all popular CE algorithms, it is inconvenient in automatic and batch processing applications since the best setting of input parameters is typically variant with images. It requires users to select proper parameters per image manually. As such, it is rather essential to improve ADJ by importing automatic and adaptive parameter configuration via images. Here, we present a cost-effective CE algorithm based on adaptive pixel value stretching and adaptive gamma correction. It can be applied in automatic mode without specially selecting parameters for each image every time. The fundamental idea is to extend the dynamic range of pixel gray levels adaptively through pixel value stretching, and recover the normal global luminance by adaptive gamma correction. Such processing enjoys the significant advantage of low computational complexity. The remainder of this article is organized as follows. Section roposed method introduces the proposed image CE method detailedly, followed by the experiments and discussions presented in section Experimental results and discussion. The conclusions are drawn in the last section. roposed method In this section, we propose a fast and effective image CE technique, which relies on the integration of both adaptive pixel value stretching and adaptive gamma correction. roblem definition Let an input grayscale image with H 3 W pixels be denoted by X ={x(i, j) i = 1, 2,..., H; j = 1, 2,..., W}, where x(i, j) = 0, 1, 2,..., 255 for 8-bit images are considered illustratively. In practical applications, the originally captured image X may have limited dynamic range and inappropriate brightness, for example, being too dark to display scene details clearly. The objective of our proposed CE algorithm is to yield a naturally looking enhanced image Y ={y(i, j) i = 1, 2,..., H; j = 1, 2,..., W}, which owns higher contrast than X. Adaptive pixel value stretching xel value stretching is a simple yet effective method for CE of digital images, which is used in the MATLAB function imadjust. Although such a method is mostly efficient, it requires users to respectively select appropriate parameters for different input images. Such inefficient manual selection is fitting to enhance a single image or a small quantity of images, but loses efficacy in batch processing mode. As such, it is significant to design an automatic pixel value stretching method described below. First, we compare average brightness of the input image X with a predefined threshold t m. That is t = m X t m t m ð1þ where m X is the average gray level of pixels in X excluding the saturated ones, that is, x(i, j) = 0, 255. Note that t denotes the relative measurement of global average brightness of X and t m is the targeted brightness which typically distributes around 128 based on natural image statistics. Here, t is further truncated to fall in [ 1,1]. It shows that t decreases from 0 to 21

3 Cao et al. 3 if the image is darker and increases from 0 to 1 if the image is brighter. Second, a two-element vector [s l (t),s h (t)] is designated to specify the fractions of pixels to be saturated at the low and high ends. That is ½ ½s l (t), s h (t) Š= c, c t stš, if t 0 ð2þ ½c + t s t, cš, otherwise where c is a constant baseline fraction and t s is the maximum adjustable amplitude. The principle behind such formulation lies in the fact that the gray-level histogram inclines to one end if an image is globally bright or dark. Such a global brightness could be corrected to the normal level by increasing the fraction of pixels to be saturated at the opposite end. Moreover, in order to correct adaptively, s l (t) and s h (t) should be larger for brighter and blacker input images, respectively. Besides, the adjustable quantity is limited within t s to avoid over saturation, which may degrade the image structure details in white and dark regions. Finally, according to [s l (t),s h (t)] and the gray-level histogram of X, the corresponding gray levels [x l (t), x h (t)] can be determined. As shown in Figure 1, the original pixel values x(i, j) are then mapped to y(i, j) as 8 0, if x x l (t) >< 255, if x x h (t) y = x x l (t) g(t) >: 255, otherwise x h (t) x l (t) ð3þ where g(t) is an adaptive gamma parameter with the function of the global mean brightness of X. Such pixel value stretching can extend the dynamic range of an image to the theoretically full spectrum [0,255] in linear or non-linear mode. Moreover, certain quantity of saturated pixels is yielded and the global intensity is corrected adaptively in the enhanced images. As a result, the proposed adaptive pixel value stretching method could adjust both image contrast and brightness effectively. Adaptive gamma correction Through experiments, we found that the linear pixel value stretching (g(t) = 1 in equation (3)) performs CE well in most scenarios, but fails to brighten dimmed images which are globally prone to black. In order to attenuate such deficiency, adaptive gamma correction is integrated to boost the global intensity. Generally, a darker image should be corrected with a smaller gamma value. Nevertheless, stratification phenomenons is typically incurred in smooth and homogeneous image regions by overly intense gamma corrections. As such, y γ (t) xl () t x () t 255 Figure 1. Adaptive pixel value stretching. Here, [x l (t),x h (t)] are the thresholds for saturation and g(t) is the adaptive gamma. the used gamma value g(t) is restricted to being not smaller than the threshold t r \1. Based on such considerations, we propose an adaptive mechanism to automatically determine the gamma parameter as g(t)= max ½ 1 + t T, t rš, if t T ð4þ 1, otherwise where T \ 0 is a threshold used to determine whether gamma correction is applied to the dimmed images and max[,] is the maximizing operator. We can see that g(t) varies from 1 to t r when the input image deviates from a certain dimmed degree to being increasingly dimmed (t : T! 1). The darker image with smaller t is to be corrected with a smaller gamma value. Note that gamma correction is not performed if the input image is not overly dimmed (t. T), where the linear pixel value stretching itself could rectify the global brightness to an acceptable level and additional gamma correction is not needed. It should be mentioned that the acceptable global brightness of enhanced images should be within a range centered at t m, but not a single specific value. Color image enhancement As in the prior works, 4 9 CE of color images is realized by applying the proposed algorithm to the luminance component and preserving the chrominance components in HSV color space. h x

4 4 International Journal of Distributed Sensor Networks Experimental results and discussion Dataset, algorithms, and performance measures The test images are collected from three standard databases including Kodak, 22 CSIQ, 23 and BSD Kodak has 24 high-quality images with the size of pixels. CSIQ contains 30 reference images and their global contrast-distorted versions at five levels. BSD500 includes 500 natural images with the resolution of pixels. Both classical and state-of-the-art CE algorithms including HE, 1 HM, 4 AGCWD, 5 ADJ, 11 and SECE 7 are compared in performance evaluation. The default parameter settings given in the original literature are used in tests. The parameters in our proposed method are experimentally set as t m = 128, c = 0.007, t s = 0.02, t r = 0.7, and T = 0.3 in all experiments. Such settings could be easily adjusted within a limited range without affecting the enhancement results. In both qualitative and quantitative assessments, the metric of patch-based contrast quality index (CQI) 25 is used as the objective measurement for assessing the quality of enhanced images. We have also noted that another influential metric, namely, gradient magnitude similarity deviation (GMSD), 26 has been used to evaluate SECE. 7 GMSD is a full-reference image quality assessment for measuring the perceptual similarity between two images via gradient comparison. However, we find that GMSD is incapable of capturing the discrepancy on the global average intensity, which determines the perceptual global luminance of images. CQI is a prediction on the human perception of contrast variations between the enhanced and reference images. It decomposes image patches into mean intensity, signal strength, and signal structure components and is defined as CQIðY, X r Þ= c s i ð5þ where c 2½0, 2Š measures the contrast change of Y comparing with the reference image X r. Contrast is improved if c. 1, and higher c implies more increment. s 2½0, 1Š and i 2½0, 1Š, respectively, measure the distortions of the image structure and mean brightness between Y and X r, respectively. Higher s and i mean less distortion. Note that merely the overall metric CQI () itself fails to provide such detailed assessments, since different groups of ( c, s, i ) values may yield the same value. As such, the c, s, i, and values are shown in our test results. Qualitative assessments The qualitative assessment results on example images are shown detailedly in this subsection. CE performance on the images with different levels of brightness is evaluated first. Gamma corrections with r = 0.3, 3 are applied to the original images in datasets for simulating the bright and dimmed types of contrastdistorted images. Figure 2(a) shows the bright, normal (original), and dimmed versions of the Woman image from Kodak dataset. The corresponding enhanced images yielded by six different CE methods are shown in Figure 2(b) (g). It shows that our proposed CE method behaves consistently well on all inputs and obtains comparative or better visual quality with regard to the state-of-the-art CE method, that is, SECE. Table 1 displays the corresponding CQI values of such images, where the original image is treated as the reference image X r. We can see that all CE methods can improve the contrast of input images. HE easily suffers over enhancement. Although the highest c value (1.33) is obtained, HE also incurs serious image distortion verified by the relatively small s and i values. HM shows satisfied performance in enhancing original images, but behaves unstably in bright and dimmed cases due to sensitive parameter setting of the algorithm itself. AGCWD behaves rather well in processing the dimmed image, but generates serious structure (0.) and brightness (0.69) distortions in enhancing the bright image. Although the value of SECE (0.) is lower than that of ADJ (1.10) and the proposed algorithm (1.14) when r = 0.3, the three CE methods generate comparative results in enhancing bright and normal types of images. The main advantage of our method lies in the enhancement of dimmed images, the contrast of which can be improved and the brightness of which can be corrected to some extent. Such a merit is validated by the more clear enhanced image shown in Figure 2(g) and the larger CQI values obtained by the proposed algorithm, especially when comparing with those of ADJ. Figures 3 and 4 and Tables 2 and 3 show the results on the other two images from Kodak dataset. The same findings can be consistently validated by both the visual inspection of enhanced images and the objective CQI measurements. In such two examples, the results achieved by our method are nearly comparative to those of SECE and definitely better than those of ADJ in enhancing dimmed images, namely, the case of r = 3. We can see that the enhanced images generated by ADJ are still prone to dark, while those of the proposed algorithm and SECE are perceptually bright and normal. Different from the brightness-distorted type, CSIQ dataset provides another type of low-contrast images which have narrow and clipped dynamic range of pixel gray levels. Figure 5(a) displays an undistorted image and its low-contrast versions at five levels. The enhanced images shown in Figure 5(b) (g) demonstrate that our proposed method can effectively implement

5 Cao et al. Figure 2. CE results on the Woman image with different brightness levels simulated by gamma correction with (row 1) r = 0.3 bright, (row 2) r = 1 normal, and (row 3) r = 3 dimmed: (a) input, (b) HE, (c) HM, (d) AGCWD, (e) ADJ, (f) SECE, and (g) roposed algorithm. Figure 3. CE results on the Tower image with different brightness levels simulated by gamma correction with (row 1) r = 0.3 bright, (row 2) r = 1 normal, and (row 3) r = 3 dimmed: (a) input, (b) HE, (c) HM, (d) AGCWD, (e) ADJ, (f) SECE, and (g) roposed algorithm. 5

6 6 International Journal of Distributed Sensor Networks Table 1. Average CQI () values ( ) of the images shown in Figure 2. r Input HE HM AGCWD ADJ SECE roposed algorithm CQI: patch-based contrast quality index; HE: histogram equalization; HM: histogram modification; AGCWD: adaptive gamma correction with weighting distribution; SECE: spatial entropy based contrast enhancement. Among ADJ, SECE, and the proposed algorithm, the values of those with increment larger than 0.1 are in bold. Table 2. Average CQI () values ( ) of the images shown in Figure 3. r Input HE HM AGCWD ADJ SECE roposed algorithm CQI: patch-based contrast quality index; HE: histogram equalization; HM: histogram modification; AGCWD: adaptive gamma correction with weighting distribution; SECE: spatial entropy based contrast enhancement. Among ADJ, SECE, and the proposed algorithm, the values of those with increment larger than 0.1 are in bold. Table 3. Average CQI () values ( ) of the images shown in Figure 4. r Input HE HM AGCWD ADJ SECE roposed algorithm c s i c s i c s i c s i c s i c s i c s i CQI: patch-based contrast quality index; HE: histogram equalization; HM: histogram modification; AGCWD: adaptive gamma correction with weighting distribution; SECE: spatial entropy based contrast enhancement. Among ADJ, SECE, and the proposed algorithm, the values of those with increment larger than 0.1 are in bold.

7 Cao et al. 7 Figure 4. CE results on the Island image with different brightness levels simulated by gamma correction with (column 1) r = 0.3 bright, (column 2) r = 1 normal, and (column 3) r = 3 dimmed: (a) input, (b) HE, (c) HM, (d) AGCWD, (e) ADJ, (f) SECE, and (g) roposed algorithm.

8 8 International Journal of Distributed Sensor Networks Figure 5. CE results on the Couple image with different levels of global contrast decrement: (row 1) no decrement ( Level 0 ) and (rows 2 6) Levels 1 5 : (a) input, (b) HE, (c) HM, (d) AGCWD, (e) ADJ, (f) SECE, and (g) roposed algorithm. Table 4. Average CQI () values (31022) of the images shown in Figure 5. Level Input HE HM AGCWD ADJ SECE roposed algorithm CQI: patch-based contrast quality index; HE: histogram equalization; HM: histogram modification; AGCWD: adaptive gamma correction with weighting distribution; SECE: spatial entropy based contrast enhancement. the CE task and provides comparative results to those of ADJ and SECE. Note that HE causes apparent color distortion. HM is still unstable and not rather effective on high-level cases, such as Levels 3 5. As shown in Table 4, such a result can also be found from the corresponding low values, that is, 0.75, 0.63, and

9 Cao et al. 9 Table 5. Average CQI () values ( ) of images enhanced by different algorithms on Kodak dataset. r Input HE HM AGCWD ADJ SECE roposed algorithm c s i c s i c s i c s i c s i c s i c s i CQI: patch-based contrast quality index; HE: histogram equalization; HM: histogram modification; AGCWD: adaptive gamma correction with weighting distribution; SECE: spatial entropy based contrast enhancement AGCWD generally shows poor performance since it is primarily designed for enhancing dimmed images, instead of such images with narrow clipped histograms. The corresponding CQI measurements reported in Table 4 have also confirmed such results. Here, the primary undistorted image is treated as the reference image X r for computing CQI values. Another six example images are used to further evaluate the visual quality of enhancement results. As shown in Figure 6(a), the first three images are collected from CSIQ dataset and with Levels 1, 2, and 3, respectively. The fourth and fifth images are collected from BSD500 dataset, and the last one is collected from the dataset used in Brown and Susstrunk. 27 Generally, the enhanced images shown in Figure 6(b) (g) demonstrate that our proposed method could always achieve high-quality results and outperforms the other methods. Gray-level histogram of the luminance (V) channel is shown below each image. It shows that both ADJ and SECE can always preserve the histogram shape after CE. Our method can also preserve the histogram shape when the gamma correction is not applied, such as the example images shown in rows 1, 3, 4, and 5. In the second and sixth examples, the applied gamma correction actually shifts histograms slightly, but the basic contour could still be preserved by our method. Quantitative assessments Statistical tests on image databases are enforced to quantitatively evaluate the performance of CE algorithms. Five levels of brightness-distorted low-contrast images are prepared by applying gamma corrections to the unaltered images in databases. Gammas r = 0.3, 0.7, 1, 2, 3 are tested. Then the enhanced images are yielded by applying different CE methods to such images. Statistical means of the CQI values calculated from Kodak and BSD500 databases are given in Tables 5 and 6, respectively. Consistent with those in qualitative assessments, the results also indicate that our method could achieve comparative performance with ADJ and SECE in the cases of bright (r = 0.3, 0.7) and normal (r = 1) images. In the case of weakly dimmed (r = 2) brightness, the values of the proposed algorithm (0., 0.96) are distinctly higher than those of ADJ (0.85, 0.87) and approximate those of SECE (0., 0.). As for the case of intensely dimmed (r = 3) images, the values of the proposed algorithm (0.88, 0.87) are obviously higher than those of ADJ (0.68, 0.72) and slightly higher than those of SECE (0.83, 0.84). Note that the nearly lowest s and i values of HE imply the largest distortion of image quality, although the highest contrast improvement ( c ) has been achieved. All such statistical results verify the effectiveness of our proposed CE method. Table 7 shows the corresponding test results on CSIQ image database. The nearly identical CQI values of ADJ, SECE, and the proposed algorithm signify the comparative performance in enhancing the lowdynamic-range images from CSIQ. The same deficiency as that on Kodak and BSD500 datasets still exists in HE. HM fails to well enhance the highly low-dynamicrange images, that is, Levels 4 and 5. The rather low i values ( ) reveal that AGCWD is also unfit to process CSIQ images. It should be mentioned that i and c are less sensitive than s in terms of digitals. As for the same decrease, the degradation of image perceptual quality incurred by s is larger than that by i. Moreover, i measures the brightness difference between the enhanced and reference images. The deviations within a limited range may all be acceptable. For example, the digitals i = 0., 0. and c = 1.04, 1.03 for ADJ, SECE, and the proposed algorithm could be considered as comparative results. Computation time Generally, all CE techniques pursuit the same goal of achieving more contrast increment with less image distortion at the cost of less computational resources. A practical CE algorithm typically requires low computational complexity. Here, we evaluate the time complexity of our proposed algorithm which is run on a computer with an Intel Core i5-5200u 2.2 GHz CU

10 10 International Journal of Distributed Sensor Networks Figure 6. CE results on six example images. The corresponding gray-level histograms of V channel images are shown below. (a) Input, (b) HE, (c) HM, (d) AGCWD, (e) ADJ, (f) SECE, and (g) roposed algorithm. Table 6. Average CQI () values (31022) of images enhanced by different algorithms on BSD500 dataset. r Input HE HM AGCWD ADJ SECE roposed algorithm CQI: patch-based contrast quality index; HE: histogram equalization; HM: histogram modification; AGCWD: adaptive gamma correction with weighting distribution; SECE: spatial entropy based contrast enhancement.

11 Cao et al. 11 Table 7. Average CQI () values ( ) of images enhanced by different algorithms on CSIQ dataset. Level Input HE HM AGCWD ADJ SECE roposed algorithm c s i c s i c s i c s i c s i c s i c s i CQI: patch-based contrast quality index; HE: histogram equalization; HM: histogram modification; AGCWD: adaptive gamma correction with weighting distribution; SECE: spatial entropy based contrast enhancement. Table 8. Average computation times (ms) of algorithms per test image created from BSD500. Algorithm HE HM AGCWD ADJ SECE roposed algorithm Time HE: histogram equalization; HM: histogram modification; AGCWD: adaptive gamma correction with weighting distribution; SECE: spatial entropy based contrast enhancement. and 8-GB RAM under MATLAB R2013a. The average computation time used for enhancing per test image created from BSD500 is computed. As displayed in Table 8, the average computation time per image of our proposed method is 5.3 ms, which is remarkably faster than those of the other methods except for ADJ. SECE has the highest time complexity (38.6 ms). Although the histogram-based approaches, HE and HM, are testified to actually own the merit of low complexity, that is, 10.8 and 11.7 ms, respectively, they are still approximately double that of the proposed algorithm. Note that ADJ is the fastest with 1.8 ms per image, which is far below the other methods. Such a result should be attributed to the simplicity of its involved data manipulations, which merely include simple statistic and fixed pixel value stretching. Comparing with ADJ, our method adds the adaptive parameter designations based on the computation and comparison of global mean brightness. As such, the time complexity of the proposed algorithm is higher than that of ADJ, but still remains at a rather low level, that is, far below 10 ms. Conclusion In this article, a fast and effective algorithm is proposed to improve the contrast of digital images. Adaptive pixel value stretching is proposed to extend the dynamic of pixel gray levels automatically, without requiring the complicated manual setting for each input image. Adaptive gamma correction is designed novelly to rectify the naturally normal luminance in enhancing dimmed images. The proposed image CE technique enjoys the advantages of low computational complexity and consistent contrast improvement. Extensive experimental results have verified the effectiveness and efficiency of our proposed method. Comparing with other CE algorithms, the enhanced images generated by our method own comparative or better contrast improvement with less image distortion. Moreover, the computational complexity of our method is verified to be far below those of HE and a latest CE algorithm, SECE. In the future work, we would try to further improve the performance of CE algorithms by integrating more effective and advanced models of contrast perception. Declaration of conflicting interests The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article. Funding The author(s) disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This work was supported by the National Natural Science Foundation of China (Grant Nos and ), the Fundamental Research Funds for the Central

12 12 International Journal of Distributed Sensor Networks Universities (Grant No XNG1806), and Scientific Research Common rogram of Beijing Municipal Commission of Education (Grant No. KM ). References 1. Gonzalez RC and Woods RE. Digital image processing. 3rd ed. Upper Saddle River, NJ: rentice Hall, Kim TK, aik JK and Kang BS. Contrast enhancement system using spatially adaptive histogram equalization with temporal filtering. IEEE T Consum Electr 18; 44(1): Kim YT. Contrast enhancement using brightness preserving bi-histogram equalization. IEEE T Consum Electr 17; 43(1): Arici T, Dikbas S and Altunbasak Y. A histogram modification framework and its application for image contrast enhancement. IEEE T Image rocess 2009; 18(9): Huang S-C, Cheng F-C and Chiu Y-S. Efficient contrast enhancement with adaptive gamma correction. IEEE T Image rocess 2013; 22(3): Cao G, Huang L, Tian H, et al. Contrast enhancement of brightness-distorted images by improved adaptive gamma correction. Comput Electr Eng 2017; 66: Celik T. Spatial entropy-based global and local image contrast enhancement. IEEE T Image rocess 2014; 23(12): Celik T. Spatial mutual information and agerankbased contrast enhancement and quality-aware relative contrast measure. IEEE T Image rocess 2016; 25(10): Cao G, Tian H, Yu L, et al. Acceleration of histogrambased contrast enhancement via selective downsampling. IET Image rocess 2018; 12: arihar AS, Verma O and Khanna C. Fuzzy-contextual contrast enhancement. IEEE T Image rocess 2017; 26(4): MATLAB function: imadjust (adjust image intensity values or colormap). MATLAB, user s guide. Natick, MA: The mathworks Inc., Tang J, eli E and Acton S. Image enhancement using a contrast measure in the compressed domain. IEEE Signal roc Let 2003; 10(10): Agaian S, Silver B and anetta K. Transform coefficient histogram based image enhancement algorithms using contrast entropy. IEEE T Image rocess 2007; 16(3): Mukherjee J and Mitra SK. Enhancement of color images by scaling the DCT coefficients. IEEE T Image rocess 2008; 17(10): Fattal R. Edge-avoiding wavelets and their applications. ACM T Graphic 2009; 28(3): Starck J-L, Murtagh F, Candès EJ, et al. Gray and color image contrast enhancement by the curvelet transform. IEEE T Image rocess 2003; 12(6): Ou B, Li X, Zhao Y, et al. airwise prediction-error expansion for efficient reversible data hiding. IEEE T Image rocess 2013; 22(12): Rahman Z, Jobson DJ and Woodell GA. Retinex processing for automatic image enhancement. J Electron Imaging 2004; 13(1): Majumder A and Irani S. erception-based contrast enhancement of images. ACM T Appl ercept 2007; 4(3): Yan Z, Zhang H, Wang B, et al. Automatic photo adjustment using deep neural networks. ACM T Graphic 2016; 35(2): Gu K, Tao D, Qiao J-F, et al. Learning a no-reference quality assessment model of enhanced images with big data. IEEE T Neur Net Lear 2018; 29: Kodak Lossless True Color Image Suite, graphics/kodak/ 23. Larson E and Chandler D. Most apparent distortion: full-reference image quality assessment and the role of strategy. J Electron Imaging 2010; 19(1): Arbelaez, Maire M, Fowlkes C, et al. Contour detection and hierarchical image segmentation. IEEE T attern Anal 2011; 3(5): Wang S, Ma K, Yeganeh H, et al. A patch-structure representation method for quality assessment of contrast changed images. IEEE Signal roc Let 2015; 22(12): Xue W, Zhang L, Mou X, et al. Gradient magnitude similarity deviation: a highly efficient perceptual image quality index. IEEE T Image rocess 2014; 23(2): Brown M and Susstrunk S. Multi-spectral SIFT for scene category recognition. In: roceedings of computer vision and pattern recognition, Colorado Springs, CO, June 2011, pp New York: IEEE.

Contrast Enhancement using Improved Adaptive Gamma Correction With Weighting Distribution Technique

Contrast Enhancement using Improved Adaptive Gamma Correction With Weighting Distribution Technique Contrast Enhancement using Improved Adaptive Gamma Correction With Weighting Distribution Seema Rani Research Scholar Computer Engineering Department Yadavindra College of Engineering Talwandi sabo, Bathinda,

More information

A self-adaptive Contrast Enhancement Method Based on Gradient and Intensity Histogram for Remote Sensing Images

A self-adaptive Contrast Enhancement Method Based on Gradient and Intensity Histogram for Remote Sensing Images 2nd International Conference on Computer Engineering, Information Science & Application Technology (ICCIA 2017) A self-adaptive Contrast Enhancement Method Based on Gradient and Intensity Histogram for

More information

Bi-Level Weighted Histogram Equalization with Adaptive Gamma Correction

Bi-Level Weighted Histogram Equalization with Adaptive Gamma Correction International Journal of Computational Engineering Research Vol, 04 Issue, 3 Bi-Level Weighted Histogram Equalization with Adaptive Gamma Correction Jeena Baby 1, V. Karunakaran 2 1 PG Student, Department

More information

Image Enhancement in Spatial Domain: A Comprehensive Study

Image Enhancement in Spatial Domain: A Comprehensive Study 17th Int'l Conf. on Computer and Information Technology, 22-23 December 2014, Daffodil International University, Dhaka, Bangladesh Image Enhancement in Spatial Domain: A Comprehensive Study Shanto Rahman

More information

Color Sensitive Adaptive Gamma Correction for Image Color and Contrast Enhancement

Color Sensitive Adaptive Gamma Correction for Image Color and Contrast Enhancement RESEARCH ARTICLE OPEN ACCESS Color Sensitive Adaptive Gamma Correction for Image Color and Contrast Enhancement Asha M1, Jemimah Simon2 1Asha M Author is currently pursuing M.Tech (Information Technology)

More information

Efficient Contrast Enhancement Using Adaptive Gamma Correction and Cumulative Intensity Distribution

Efficient Contrast Enhancement Using Adaptive Gamma Correction and Cumulative Intensity Distribution Efficient Contrast Enhancement Using Adaptive Gamma Correction and Cumulative Intensity Distribution Yi-Sheng Chiu, Fan-Chieh Cheng and Shih-Chia Huang Department of Electronic Engineering, National Taipei

More information

EFFICIENT CONTRAST ENHANCEMENT USING GAMMA CORRECTION WITH MULTILEVEL THRESHOLDING AND PROBABILITY BASED ENTROPY

EFFICIENT CONTRAST ENHANCEMENT USING GAMMA CORRECTION WITH MULTILEVEL THRESHOLDING AND PROBABILITY BASED ENTROPY EFFICIENT CONTRAST ENHANCEMENT USING GAMMA CORRECTION WITH MULTILEVEL THRESHOLDING AND PROBABILITY BASED ENTROPY S.Gayathri 1, N.Mohanapriya 2, B.Kalaavathi 3 1 PG student, Computer Science and Engineering,

More information

Effective Contrast Enhancement using Adaptive Gamma Correction and Weighting Distribution Function

Effective Contrast Enhancement using Adaptive Gamma Correction and Weighting Distribution Function e t International Journal on Emerging Technologies (Special Issue on ICRIET-2016) 7(2): 299-303(2016) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 Effective Contrast Enhancement using Adaptive

More information

Image Enhancement in Spatial Domain

Image Enhancement in Spatial Domain Image Enhancement in Spatial Domain 2 Image enhancement is a process, rather a preprocessing step, through which an original image is made suitable for a specific application. The application scenarios

More information

A Comparison of the Multiscale Retinex With Other Image Enhancement Techniques

A Comparison of the Multiscale Retinex With Other Image Enhancement Techniques A Comparison of the Multiscale Retinex With Other Image Enhancement Techniques Zia-ur Rahman, Glenn A. Woodell and Daniel J. Jobson College of William & Mary, NASA Langley Research Center Abstract The

More information

Adaptive Gamma Correction With Weighted Distribution And Recursively Separated And Weighted Histogram Equalization: A Comparative Study

Adaptive Gamma Correction With Weighted Distribution And Recursively Separated And Weighted Histogram Equalization: A Comparative Study Adaptive Gamma Correction With Weighted Distribution And Recursively Separated And Weighted Histogram Equalization: A Comparative Study Meenu Dailla Student AIMT,Karnal India Prabhjot Kaur Asst. Professor

More information

Survey on Contrast Enhancement Techniques

Survey on Contrast Enhancement Techniques Survey on Contrast Enhancement Techniques S.Gayathri 1, N.Mohanapriya 2, Dr.B.Kalaavathi 3 PG Student, Computer Science and Engineering, Vivekanandha College of Engineering for Women, Tiruchengode Assistant

More information

Image Enhancement using Histogram Equalization and Spatial Filtering

Image Enhancement using Histogram Equalization and Spatial Filtering Image Enhancement using Histogram Equalization and Spatial Filtering Fari Muhammad Abubakar 1 1 Department of Electronics Engineering Tianjin University of Technology and Education (TUTE) Tianjin, P.R.

More information

Contrast Enhancement with Reshaping Local Histogram using Weighting Method

Contrast Enhancement with Reshaping Local Histogram using Weighting Method IOSR Journal Engineering (IOSRJEN) ISSN: 225-321 Volume 2, Issue 6 (June 212), PP 6-1 www.iosrjen.org Contrast Enhancement with Reshaping Local Histogram using Weighting Method Jatinder kaur 1, Onkar Chand

More information

Fuzzy Statistics Based Multi-HE for Image Enhancement with Brightness Preserving Behaviour

Fuzzy Statistics Based Multi-HE for Image Enhancement with Brightness Preserving Behaviour International Journal of Engineering and Management Research, Volume-3, Issue-3, June 2013 ISSN No.: 2250-0758 Pages: 47-51 www.ijemr.net Fuzzy Statistics Based Multi-HE for Image Enhancement with Brightness

More information

Histogram Equalization: A Strong Technique for Image Enhancement

Histogram Equalization: A Strong Technique for Image Enhancement , pp.345-352 http://dx.doi.org/10.14257/ijsip.2015.8.8.35 Histogram Equalization: A Strong Technique for Image Enhancement Ravindra Pal Singh and Manish Dixit Dept. of Comp. Science/IT MITS Gwalior, 474005

More information

Research on Enhancement Technology on Degraded Image in Foggy Days

Research on Enhancement Technology on Degraded Image in Foggy Days Research Journal of Applied Sciences, Engineering and Technology 6(23): 4358-4363, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: December 17, 2012 Accepted: January

More information

Single Image Haze Removal with Improved Atmospheric Light Estimation

Single Image Haze Removal with Improved Atmospheric Light Estimation Journal of Physics: Conference Series PAPER OPEN ACCESS Single Image Haze Removal with Improved Atmospheric Light Estimation To cite this article: Yincui Xu and Shouyi Yang 218 J. Phys.: Conf. Ser. 198

More information

Medical Image Enhancement Using GMM: A Histogram approach

Medical Image Enhancement Using GMM: A Histogram approach International Journal of Scientific and Research Publications, Volume 5, Issue 12, December 2015 562 Medical Image Enhancement Using GMM: A Histogram approach Ms.Dhanashree V. Patil, Mrs. Anis Mulla, Ms.

More information

An Efficient Method for Contrast Enhancement in Still Images using Histogram Modification Framework

An Efficient Method for Contrast Enhancement in Still Images using Histogram Modification Framework Journal of Computer Science 8 (5): 775-779, 2012 ISSN 1549-3636 2012 Science Publications An Efficient Method for Contrast Enhancement in Still Images using Histogram Modification Framework 1 Ravichandran,

More information

TDI2131 Digital Image Processing

TDI2131 Digital Image Processing TDI2131 Digital Image Processing Image Enhancement in Spatial Domain Lecture 3 John See Faculty of Information Technology Multimedia University Some portions of content adapted from Zhu Liu, AT&T Labs.

More information

Measure of image enhancement by parameter controlled histogram distribution using color image

Measure of image enhancement by parameter controlled histogram distribution using color image Measure of image enhancement by parameter controlled histogram distribution using color image P.Senthil kumar 1, M.Chitty babu 2, K.Selvaraj 3 1 PSNA College of Engineering & Technology 2 PSNA College

More information

An Adaptive Contrast Enhancement Algorithm with Details Preserving

An Adaptive Contrast Enhancement Algorithm with Details Preserving An Adaptive Contrast Enhancement Algorithm with Details reserving Jing Rui Tang 1, Nor Ashidi Mat Isa 2 Imaging and Intelligent System Research Team (ISRT) School of Electrical and Electronic Engineering

More information

Subjective evaluation of image color damage based on JPEG compression

Subjective evaluation of image color damage based on JPEG compression 2014 Fourth International Conference on Communication Systems and Network Technologies Subjective evaluation of image color damage based on JPEG compression Xiaoqiang He Information Engineering School

More information

Histogram Equalization with Range Offset for Brightness Preserved Image Enhancement

Histogram Equalization with Range Offset for Brightness Preserved Image Enhancement Histogram Equalization with Range Offset for Brightness Preserved Image Enhancement Haidi Ibrahim School of Electrical and Electronic Engineering, Engineering Campus, Universiti Sains Malaysia, 143 Nibong

More information

Recursive Plateau Histogram Equalization for the Contrast Enhancement of the Infrared Images

Recursive Plateau Histogram Equalization for the Contrast Enhancement of the Infrared Images 2 3rd International Conference on Computer and Electrical Engineering ICCEE 2) IPCSIT vol. 53 22) 22) IACSIT Press, Singapore DOI:.7763/IPCSIT.22.V53.No..7 Recursive Plateau Histogram Equalization for

More information

Design of Various Image Enhancement Techniques - A Critical Review

Design of Various Image Enhancement Techniques - A Critical Review Design of Various Image Enhancement Techniques - A Critical Review Moole Sasidhar M.Tech Department of Electronics and Communication Engineering, Global College of Engineering and Technology(GCET), Kadapa,

More information

Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1

Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 216) Method Of Defogging Image Based On the Sky Area Separation Yanhai Wu1,a, Kang1 Chen, Jing1 Zhang, Lihua Pang1 1 College

More information

Implementation of Barcode Localization Technique using Morphological Operations

Implementation of Barcode Localization Technique using Morphological Operations Implementation of Barcode Localization Technique using Morphological Operations Savreet Kaur Student, Master of Technology, Department of Computer Engineering, ABSTRACT Barcode Localization is an extremely

More information

Content Based Image Retrieval Using Color Histogram

Content Based Image Retrieval Using Color Histogram Content Based Image Retrieval Using Color Histogram Nitin Jain Assistant Professor, Lokmanya Tilak College of Engineering, Navi Mumbai, India. Dr. S. S. Salankar Professor, G.H. Raisoni College of Engineering,

More information

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER Department of Computer Science, Institute of Management Sciences, 1-A, Sector

More information

2 Human Visual Characteristics

2 Human Visual Characteristics 3rd International Conference on Multimedia Technology(ICMT 2013) Study on new gray transformation of infrared image based on visual property Shaosheng DAI 1, Xingfu LI 2, Zhihui DU 3, Bin ZhANG 4 and Xinlin

More information

ECC419 IMAGE PROCESSING

ECC419 IMAGE PROCESSING ECC419 IMAGE PROCESSING INTRODUCTION Image Processing Image processing is a subclass of signal processing concerned specifically with pictures. Digital Image Processing, process digital images by means

More information

Global Color Saliency Preserving Decolorization

Global Color Saliency Preserving Decolorization , pp.133-140 http://dx.doi.org/10.14257/astl.2016.134.23 Global Color Saliency Preserving Decolorization Jie Chen 1, Xin Li 1, Xiuchang Zhu 1, Jin Wang 2 1 Key Lab of Image Processing and Image Communication

More information

CONTRAST enhancement plays an important role in

CONTRAST enhancement plays an important role in 1032 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 22, NO. 3, MARCH 2013 Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution Shih-Chia Huang, Fan-Chieh Cheng, and Yi-Sheng

More information

ADAPTIVE ENHANCEMENT OF LUMINANCE AND DETAILS IN IMAGES UNDER AMBIENT LIGHT

ADAPTIVE ENHANCEMENT OF LUMINANCE AND DETAILS IN IMAGES UNDER AMBIENT LIGHT ADAPTIVE ENHANCEMENT OF LUMINANCE AND DETAILS IN IMAGES UNDER AMBIENT LIGHT Haonan Su 1, Cheolkon Jung 1, Shuyao Wang 2, and Yuanjia Du 2 1 School of Electronic Engineering, Xidian University, Xi an 710071,

More information

Image Contrast Enhancement Techniques: A Comparative Study of Performance

Image Contrast Enhancement Techniques: A Comparative Study of Performance Image Contrast Enhancement Techniques: A Comparative Study of Performance Ismail A. Humied Faculty of Police, Police Academy, Ministry of Interior, Sana'a, Yemen Fatma E.Z. Abou-Chadi Faculty of Engineering,

More information

Contrast Enhancement for Fog Degraded Video Sequences Using BPDFHE

Contrast Enhancement for Fog Degraded Video Sequences Using BPDFHE Contrast Enhancement for Fog Degraded Video Sequences Using BPDFHE C.Ramya, Dr.S.Subha Rani ECE Department,PSG College of Technology,Coimbatore, India. Abstract--- Under heavy fog condition the contrast

More information

Chapter 9 Image Compression Standards

Chapter 9 Image Compression Standards Chapter 9 Image Compression Standards 9.1 The JPEG Standard 9.2 The JPEG2000 Standard 9.3 The JPEG-LS Standard 1IT342 Image Compression Standards The image standard specifies the codec, which defines how

More information

Research on the modeling of the impedance match bond at station track circuit in Chinese high-speed railway

Research on the modeling of the impedance match bond at station track circuit in Chinese high-speed railway Research Article Research on the modeling of the impedance match bond at station track circuit in Chinese high-speed railway Advances in Mechanical Engineering 205, Vol. 7() 7 Ó The Author(s) 205 DOI:

More information

COLOR IMAGE QUALITY EVALUATION USING GRAYSCALE METRICS IN CIELAB COLOR SPACE

COLOR IMAGE QUALITY EVALUATION USING GRAYSCALE METRICS IN CIELAB COLOR SPACE COLOR IMAGE QUALITY EVALUATION USING GRAYSCALE METRICS IN CIELAB COLOR SPACE Renata Caminha C. Souza, Lisandro Lovisolo recaminha@gmail.com, lisandro@uerj.br PROSAICO (Processamento de Sinais, Aplicações

More information

Local Adaptive Contrast Enhancement for Color Images

Local Adaptive Contrast Enhancement for Color Images Local Adaptive Contrast for Color Images Judith Dijk, Richard J.M. den Hollander, John G.M. Schavemaker and Klamer Schutte TNO Defence, Security and Safety P.O. Box 96864, 2509 JG The Hague, The Netherlands

More information

Demosaicing Algorithm for Color Filter Arrays Based on SVMs

Demosaicing Algorithm for Color Filter Arrays Based on SVMs www.ijcsi.org 212 Demosaicing Algorithm for Color Filter Arrays Based on SVMs Xiao-fen JIA, Bai-ting Zhao School of Electrical and Information Engineering, Anhui University of Science & Technology Huainan

More information

A Single Image Haze Removal Algorithm Using Color Attenuation Prior

A Single Image Haze Removal Algorithm Using Color Attenuation Prior International Journal of Scientific and Research Publications, Volume 6, Issue 6, June 2016 291 A Single Image Haze Removal Algorithm Using Color Attenuation Prior Manjunath.V *, Revanasiddappa Phatate

More information

A simple Technique for contrast stretching by the Addition, subtraction& HE of gray levels in digital image

A simple Technique for contrast stretching by the Addition, subtraction& HE of gray levels in digital image Volume 6, No. 5, May - June 2015 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info A simple Technique for contrast stretching by the Addition,

More information

Contrast Enhancement in Digital Images Using an Adaptive Unsharp Masking Method

Contrast Enhancement in Digital Images Using an Adaptive Unsharp Masking Method Contrast Enhancement in Digital Images Using an Adaptive Unsharp Masking Method Z. Mortezaie, H. Hassanpour, S. Asadi Amiri Abstract Captured images may suffer from Gaussian blur due to poor lens focus

More information

Practical Content-Adaptive Subsampling for Image and Video Compression

Practical Content-Adaptive Subsampling for Image and Video Compression Practical Content-Adaptive Subsampling for Image and Video Compression Alexander Wong Department of Electrical and Computer Eng. University of Waterloo Waterloo, Ontario, Canada, N2L 3G1 a28wong@engmail.uwaterloo.ca

More information

Compression and Image Formats

Compression and Image Formats Compression Compression and Image Formats Reduce amount of data used to represent an image/video Bit rate and quality requirements Necessary to facilitate transmission and storage Required quality is application

More information

Contrast Enhancement Techniques using Histogram Equalization: A Survey

Contrast Enhancement Techniques using Histogram Equalization: A Survey Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Contrast

More information

Low Contrast Image Enhancement Technique By Using Fuzzy Method

Low Contrast Image Enhancement Technique By Using Fuzzy Method Low Contrast Image Enhancement Technique By Using Fuzzy Method Ajay Kumar Gupta Research Scholar Ajay3914@gmail.com Cont. 8109967110 Siddharth Singh Chauhan Asst. Prof., IT Dept Siddharth.lnct@gmail.com

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Lecture # 5 Image Enhancement in Spatial Domain- I ALI JAVED Lecturer SOFTWARE ENGINEERING DEPARTMENT U.E.T TAXILA Email:: ali.javed@uettaxila.edu.pk Office Room #:: 7 Presentation

More information

A Saturation-based Image Fusion Method for Static Scenes

A Saturation-based Image Fusion Method for Static Scenes 2015 6th International Conference of Information and Communication Technology for Embedded Systems (IC-ICTES) A Saturation-based Image Fusion Method for Static Scenes Geley Peljor and Toshiaki Kondo Sirindhorn

More information

Study on Synchronous Generator Excitation Control Based on FLC

Study on Synchronous Generator Excitation Control Based on FLC World Journal of Engineering and Technology, 205, 3, 232-239 Published Online November 205 in SciRes. http://www.scirp.org/journal/wjet http://dx.doi.org/0.4236/wjet.205.34024 Study on Synchronous Generator

More information

A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation

A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation Archana Singh Ch. Beeri Singh College of Engg & Management Agra, India Neeraj Kumar Hindustan College of Science

More information

A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor

A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor A Novel Approach of Compressing Images and Assessment on Quality with Scaling Factor Umesh 1,Mr. Suraj Rana 2 1 M.Tech Student, 2 Associate Professor (ECE) Department of Electronic and Communication Engineering

More information

USE OF HISTOGRAM EQUALIZATION IN IMAGE PROCESSING FOR IMAGE ENHANCEMENT

USE OF HISTOGRAM EQUALIZATION IN IMAGE PROCESSING FOR IMAGE ENHANCEMENT USE OF HISTOGRAM EQUALIZATION IN IMAGE PROCESSING FOR IMAGE ENHANCEMENT Sapana S. Bagade M.E,Computer Engineering, Sipna s C.O.E.T,Amravati, Amravati,India sapana.bagade@gmail.com Vijaya K. Shandilya Assistant

More information

ISSN Vol.03,Issue.29 October-2014, Pages:

ISSN Vol.03,Issue.29 October-2014, Pages: ISSN 2319-8885 Vol.03,Issue.29 October-2014, Pages:5768-5772 www.ijsetr.com Quality Index Assessment for Toned Mapped Images Based on SSIM and NSS Approaches SAMEED SHAIK 1, M. CHAKRAPANI 2 1 PG Scholar,

More information

The Effect of Opponent Noise on Image Quality

The Effect of Opponent Noise on Image Quality The Effect of Opponent Noise on Image Quality Garrett M. Johnson * and Mark D. Fairchild Munsell Color Science Laboratory, Rochester Institute of Technology Rochester, NY 14623 ABSTRACT A psychophysical

More information

Contrast adaptive binarization of low quality document images

Contrast adaptive binarization of low quality document images Contrast adaptive binarization of low quality document images Meng-Ling Feng a) and Yap-Peng Tan b) School of Electrical and Electronic Engineering, Nanyang Technological University, Nanyang Avenue, Singapore

More information

Contrast Image Correction Method

Contrast Image Correction Method Contrast Image Correction Method Journal of Electronic Imaging, Vol. 19, No. 2, 2010 Raimondo Schettini, Francesca Gasparini, Silvia Corchs, Fabrizio Marini, Alessandro Capra, and Alfio Castorina Presented

More information

CONTRAST ENHANCEMENT WITH CONSIDERING VISUAL EFFECTS BASED ON GRAY-LEVEL GROUPING

CONTRAST ENHANCEMENT WITH CONSIDERING VISUAL EFFECTS BASED ON GRAY-LEVEL GROUPING Journal of Marine Science and Technology DOI:.69/JMST--66- This article has been peer reviewed and accepted for publication in JMST but has not yet been copyediting, typesetting, pagination and proofreading

More information

A DEVELOPED UNSHARP MASKING METHOD FOR IMAGES CONTRAST ENHANCEMENT

A DEVELOPED UNSHARP MASKING METHOD FOR IMAGES CONTRAST ENHANCEMENT 2011 8th International Multi-Conference on Systems, Signals & Devices A DEVELOPED UNSHARP MASKING METHOD FOR IMAGES CONTRAST ENHANCEMENT Ahmed Zaafouri, Mounir Sayadi and Farhat Fnaiech SICISI Unit, ESSTT,

More information

Enhance Image using Dynamic Histogram and Data Hiding Technique

Enhance Image using Dynamic Histogram and Data Hiding Technique _ Enhance Image using Dynamic Histogram and Data Hiding Technique 1 D.Bharadwaja, 2 Y.V.N.Tulasi 1 Department of CSE, Gudlavalleru Engineering College, Email: bharadwaja599@gmail.com 2 Department of CSE,

More information

Various Image Enhancement Techniques - A Critical Review

Various Image Enhancement Techniques - A Critical Review International Journal of Innovation and Scientific Research ISSN 2351-8014 Vol. 10 No. 2 Oct. 2014, pp. 267-274 2014 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/

More information

IMPROVEMENT USING WEIGHTED METHOD FOR HISTOGRAM EQUALIZATION IN PRESERVING THE COLOR QUALITIES OF RGB IMAGE

IMPROVEMENT USING WEIGHTED METHOD FOR HISTOGRAM EQUALIZATION IN PRESERVING THE COLOR QUALITIES OF RGB IMAGE Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 5, May 2014, pg.913

More information

A Survey on Image Contrast Enhancement

A Survey on Image Contrast Enhancement A Survey on Image Contrast Enhancement Kunal Dhote 1, Anjali Chandavale 2 1 Department of Information Technology, MIT College of Engineering, Pune, India 2 SMIEEE, Department of Information Technology,

More information

Analysis of various Fuzzy Based image enhancement techniques

Analysis of various Fuzzy Based image enhancement techniques Analysis of various Fuzzy Based image enhancement techniques SONALI TALWAR Research Scholar Deptt.of Computer Science DAVIET, Jalandhar(Pb.), India sonalitalwar91@gmail.com RAJESH KOCHHER Assistant Professor

More information

DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 2002

DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 2002 DIGITAL IMAGE PROCESSING (COM-3371) Week 2 - January 14, 22 Topics: Human eye Visual phenomena Simple image model Image enhancement Point processes Histogram Lookup tables Contrast compression and stretching

More information

arxiv: v1 [cs.cv] 8 Nov 2018

arxiv: v1 [cs.cv] 8 Nov 2018 A Retinex-based Image Enhancement Scheme with Noise Aware Shadow-up Function Chien Cheng CHIEN,Yuma KINOSHITA, Sayaka SHIOTA and Hitoshi KIYA Tokyo Metropolitan University, 6 6 Asahigaoka, Hino-shi, Tokyo,

More information

Image Enhancement using Histogram Approach

Image Enhancement using Histogram Approach Image Enhancement using Histogram Approach Shivali Arya Institute of Engineering and Technology Jaipur Krishan Kant Lavania Arya Institute of Engineering and Technology Jaipur Rajiv Kumar Gurgaon Institute

More information

Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding

Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding Vijay Jumb, Mandar Sohani, Avinash Shrivas Abstract In this paper, an approach for color image segmentation is presented.

More information

Survey on Image Contrast Enhancement Techniques

Survey on Image Contrast Enhancement Techniques Survey on Image Contrast Enhancement Techniques Rashmi Choudhary, Sushopti Gawade Department of Computer Engineering PIIT, Mumbai University, India Abstract: Image enhancement is a processing on an image

More information

Empirical Study on Quantitative Measurement Methods for Big Image Data

Empirical Study on Quantitative Measurement Methods for Big Image Data Thesis no: MSCS-2016-18 Empirical Study on Quantitative Measurement Methods for Big Image Data An Experiment using five quantitative methods Ramya Sravanam Faculty of Computing Blekinge Institute of Technology

More information

A Review Paper on Image Processing based Algorithms for De-noising and Enhancement of Underwater Images

A Review Paper on Image Processing based Algorithms for De-noising and Enhancement of Underwater Images IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X A Review Paper on Image Processing based Algorithms for De-noising and Enhancement

More information

An Adaptive Kernel-Growing Median Filter for High Noise Images. Jacob Laurel. Birmingham, AL, USA. Birmingham, AL, USA

An Adaptive Kernel-Growing Median Filter for High Noise Images. Jacob Laurel. Birmingham, AL, USA. Birmingham, AL, USA An Adaptive Kernel-Growing Median Filter for High Noise Images Jacob Laurel Department of Electrical and Computer Engineering, University of Alabama at Birmingham, Birmingham, AL, USA Electrical and Computer

More information

Keywords Fuzzy Logic, ANN, Histogram Equalization, Spatial Averaging, High Boost filtering, MSE, RMSE, SNR, PSNR.

Keywords Fuzzy Logic, ANN, Histogram Equalization, Spatial Averaging, High Boost filtering, MSE, RMSE, SNR, PSNR. Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Image Enhancement

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

An Enhancement of Images Using Recursive Adaptive Gamma Correction

An Enhancement of Images Using Recursive Adaptive Gamma Correction An Enhancement of Images Using Recursive Adaptive Gamma Correction Gagandeep Singh #1, Sarbjeet Singh *2 #1 M.tech student,department of E.C.E, PTU Talwandi Sabo(BATHINDA),India *2 Assistant Professor,

More information

Forget Luminance Conversion and Do Something Better

Forget Luminance Conversion and Do Something Better Forget Luminance Conversion and Do Something Better Rang M. H. Nguyen National University of Singapore nguyenho@comp.nus.edu.sg Michael S. Brown York University mbrown@eecs.yorku.ca Supplemental Material

More information

Improvement in image enhancement using recursive adaptive Gamma correction

Improvement in image enhancement using recursive adaptive Gamma correction 24 Improvement in enhancement using recursive adaptive Gamma correction Gurpreet Singh 1, Er. Jyoti Rani 2 1 CSE, GZSPTU Campus Bathinda, ergurpreetroyal@gmail.com 2 CSE, GZSPTU Campus Bathinda, csejyotigill@gmail.com

More information

IMAGE ENHANCEMENT - POINT PROCESSING

IMAGE ENHANCEMENT - POINT PROCESSING 1 IMAGE ENHANCEMENT - POINT PROCESSING KOM3212 Image Processing in Industrial Systems Some of the contents are adopted from R. C. Gonzalez, R. E. Woods, Digital Image Processing, 2nd edition, Prentice

More information

Image Processing Lecture 4

Image Processing Lecture 4 Image Enhancement Image enhancement aims to process an image so that the output image is more suitable than the original. It is used to solve some computer imaging problems, or to improve image quality.

More information

SURVEY ON VARIOUS IMAGE CONTRAST ENHANCEMENT TECHNIQUES

SURVEY ON VARIOUS IMAGE CONTRAST ENHANCEMENT TECHNIQUES SURVEY ON VARIOUS IMAGE CONTRAST ENHANCEMENT TECHNIQUES Jeena Baby #1, V. Karunakaran *2 #1 PG Student, Computer Science Department, Karunya University #2 Assistant Professor, Computer Science Department,

More information

Histogram Modification Based Reversible Data Hiding Using Neighbouring Pixel Differences

Histogram Modification Based Reversible Data Hiding Using Neighbouring Pixel Differences Histogram Modification Based Reversible Data Hiding Using Neighbouring Pixel Differences Ankita Meenpal*, Shital S Mali. Department of Elex. & Telecomm. RAIT, Nerul, Navi Mumbai, Mumbai, University, India

More information

Image Enhancement Techniques Based on Histogram Equalization

Image Enhancement Techniques Based on Histogram Equalization International Journal of Advances in Electrical and Electronics Engineering 69 ISSN: 2319-1112 Image Enhancement Techniques Based on Histogram Equalization Rahul Jaiswal 1, A.G. Rao 2, H.P. Shukla 3 1

More information

Contrast Enhancement Using Bi-Histogram Equalization With Brightness Preservation

Contrast Enhancement Using Bi-Histogram Equalization With Brightness Preservation Contrast Enhancement Using Bi-Histogram Equalization With Brightness Preservation 1 Gowthami Rajagopal, 2 K.Santhi 1 PG Student, Department of Electronics and Communication K S Rangasamy College Of Technology,

More information

Artifacts Reduced Interpolation Method for Single-Sensor Imaging System

Artifacts Reduced Interpolation Method for Single-Sensor Imaging System 2016 International Conference on Computer Engineering and Information Systems (CEIS-16) Artifacts Reduced Interpolation Method for Single-Sensor Imaging System Long-Fei Wang College of Telecommunications

More information

Performance Analysis of Color Components in Histogram-Based Image Retrieval

Performance Analysis of Color Components in Histogram-Based Image Retrieval Te-Wei Chiang Department of Accounting Information Systems Chihlee Institute of Technology ctw@mail.chihlee.edu.tw Performance Analysis of s in Histogram-Based Image Retrieval Tienwei Tsai Department of

More information

Image Processing. 2. Point Processes. Computer Engineering, Sejong University Dongil Han. Spatial domain processing

Image Processing. 2. Point Processes. Computer Engineering, Sejong University Dongil Han. Spatial domain processing Image Processing 2. Point Processes Computer Engineering, Sejong University Dongil Han Spatial domain processing g(x,y) = T[f(x,y)] f(x,y) : input image g(x,y) : processed image T[.] : operator on f, defined

More information

An Algorithm and Implementation for Image Segmentation

An Algorithm and Implementation for Image Segmentation , pp.125-132 http://dx.doi.org/10.14257/ijsip.2016.9.3.11 An Algorithm and Implementation for Image Segmentation Li Haitao 1 and Li Shengpu 2 1 College of Computer and Information Technology, Shangqiu

More information

FOG REMOVAL ALGORITHM USING ANISOTROPIC DIFFUSION AND HISTOGRAM STRETCHING

FOG REMOVAL ALGORITHM USING ANISOTROPIC DIFFUSION AND HISTOGRAM STRETCHING FOG REMOVAL ALGORITHM USING DIFFUSION AND HISTOGRAM STRETCHING 1 G SAILAJA, 2 M SREEDHAR 1 PG STUDENT, 2 LECTURER 1 DEPARTMENT OF ECE 1 JNTU COLLEGE OF ENGINEERING (Autonomous), ANANTHAPURAMU-5152, ANDRAPRADESH,

More information

ABSTRACT. Keywords: Color image differences, image appearance, image quality, vision modeling 1. INTRODUCTION

ABSTRACT. Keywords: Color image differences, image appearance, image quality, vision modeling 1. INTRODUCTION Measuring Images: Differences, Quality, and Appearance Garrett M. Johnson * and Mark D. Fairchild Munsell Color Science Laboratory, Chester F. Carlson Center for Imaging Science, Rochester Institute of

More information

Reversible data hiding based on histogram modification using S-type and Hilbert curve scanning

Reversible data hiding based on histogram modification using S-type and Hilbert curve scanning Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 016) Reversible data hiding based on histogram modification using

More information

Brightness Calculation in Digital Image Processing

Brightness Calculation in Digital Image Processing Brightness Calculation in Digital Image Processing Sergey Bezryadin, Pavel Bourov*, Dmitry Ilinih*; KWE Int.Inc., San Francisco, CA, USA; *UniqueIC s, Saratov, Russia Abstract Brightness is one of the

More information

Fast Inverse Halftoning

Fast Inverse Halftoning Fast Inverse Halftoning Zachi Karni, Daniel Freedman, Doron Shaked HP Laboratories HPL-2-52 Keyword(s): inverse halftoning Abstract: Printers use halftoning to render printed pages. This process is useful

More information

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker

CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed Circuit Breaker 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 CCD Automatic Gain Algorithm Design of Noncontact Measurement System Based on High-speed

More information

A Preprocessing Approach For Image Analysis Using Gamma Correction

A Preprocessing Approach For Image Analysis Using Gamma Correction Volume 38 o., January 0 A Preprocessing Approach For Image Analysis Using Gamma Correction S. Asadi Amiri Department of Computer Engineering, Shahrood University of Technology, Shahrood, Iran H. Hassanpour

More information

DYNAMIC CONVOLUTIONAL NEURAL NETWORK FOR IMAGE SUPER- RESOLUTION

DYNAMIC CONVOLUTIONAL NEURAL NETWORK FOR IMAGE SUPER- RESOLUTION Journal of Advanced College of Engineering and Management, Vol. 3, 2017 DYNAMIC CONVOLUTIONAL NEURAL NETWORK FOR IMAGE SUPER- RESOLUTION Anil Bhujel 1, Dibakar Raj Pant 2 1 Ministry of Information and

More information

Color and More. Color basics

Color and More. Color basics Color and More In this lesson, you'll evaluate an image in terms of its overall tonal range (lightness, darkness, and contrast), its overall balance of color, and its overall appearance for areas that

More information

Multispectral Fusion for Synthetic Aperture Radar (SAR) Image Based Framelet Transform

Multispectral Fusion for Synthetic Aperture Radar (SAR) Image Based Framelet Transform Radar (SAR) Image Based Transform Department of Electrical and Electronic Engineering, University of Technology email: Mohammed_miry@yahoo.Com Received: 10/1/011 Accepted: 9 /3/011 Abstract-The technique

More information