A LOW-LIGHT IMAGE ENHANCEMENT METHOD FOR BOTH DENOISING AND CONTRAST ENLARGING. Lin Li, Ronggang Wang,Wenmin Wang, Wen Gao

Size: px
Start display at page:

Download "A LOW-LIGHT IMAGE ENHANCEMENT METHOD FOR BOTH DENOISING AND CONTRAST ENLARGING. Lin Li, Ronggang Wang,Wenmin Wang, Wen Gao"

Transcription

1 A LOW-LIGHT IMAGE ENHANCEMENT METHOD FOR BOTH DENOISING AND CONTRAST ENLARGING Lin Li, Ronggang Wang,Wenmin Wang, Wen Gao School of Electronic and Computer Engineering Peking University Shenzhen Graduate School Lishui Road 2199, Nanshan District, Shenzhen, Guangdong Province, China ABSTRACT In this paper, a novel united low-light image enhancement framework for both contrast enhancement and denoising is proposed. First, the low-light image is segmented into superpixels, and the ratio between the local standard deviation and the local gradients is utilized to estimate the noisetexture level of each superpixel. Then the image is inverted to be processed in the following steps. Based on the noisetexture level, a smooth base layer is adaptively extracted by the BM3D filter, and another detail layer is extracted by the first order differential of the inverted image and smoothed with the structural filter. These two layers are adaptively combined to get a noise-free and detail-preserved image. At last, an adaptive enhancement parameter is adopt into the dark channel prior dehazing process to enlarge contrast and prevent over/under enhancement. Experimental results demonstrate that our proposed method outperforms traditional methods in both subjective and objective assessments. Index Terms Contrast enhancement, adaptive denoising, superpixel, dark channel, BM3D 1. INTRODUCTION Low-light image enhancement is highly demanded in various applications. The images captured in low-light condition usually suffer from both low contrast and much noise. Various low-light image enhancement methods were proposed [1, 2, 3, 4, 5, 6, 7, 8], most of them focused on contrast enhancement. However, these methods usually imposed a uniform enhancement on the whole image which tended to cause over enhancement for very bright regions or under enhancement for very dark regions. What s more, the noise was amplified by the contrast enhancement process, which makes it more visible, as shown in Fig.1(b). Although there were few works [9, 10] trying to use low-pass filter to reduce the amplified noise after contrast enhancement, the textures were again blurred by the denoising filter. Thanks to National Science Foundation of China ,China 863 project of 2015AA015905, and Shenzhen Peacock Plan for funding. Fig. 1: (a) the low-light image. (b) the contrast enhanced result without noise reduction. (c) the final result of our proposed method. To resolve the above mentioned problems, we propose a new approach to simultaneously perform denoising and contrast enhancement in a united framework. The approach is composed of two stages: superpixel [11] based adaptive denoising and luminance adaptive contrast enhancement. In the first stage, the low-light image is segmented into superpixels, and we utilize the ratio between the local standard deviation and the local gradients to estimate the noise-texture level of each superpixel. The image is then inverted to facilitate the following denoising and contrast enhancing steps. Based on the noise-texture level of each superpixel, a smooth base layer is adaptively extracted by the BM3D [12] filter, and another detail layer is extracted by the first order differential of the inverted image and smoothed by the structural filter [13]. These two layers are adaptively combined to get a noise-free and detail-preserved image. In the second stage, we involve a luminance adaptive enhancement parameter into the dark channel prior dehazing method [2] to enlarge the contrast degree and prevent over/under enhancement. Finally the above generated image is inverted back to obtain the enhanced image. Experimental results on typical low-light images demonstrate the proposed approach can effectively eliminate the random noise as well as enhance the contrast and preserve texture detail, as shown in Fig.1(c). Main contribution: we propose a united framework to jointly perform denoising and contrast enhancing so that the noise is eliminated before being amplified by contrast enhancement. A superpixel based locally adaptive denoising scheme is proposed to eliminate noise while preserving

2 texture details. We involve luminance adaptive enhancement parameters based on the dark channel prior dehazing method to overcome the contrast over-enhancement and under-enhancement problems. The remainder of this paper is organized as follows. Section 2 gives the details of our approach. Section 3 provides experimental comparisons with prior approaches. Finally, the paper is concluded in section THE PROPOSED METHOD Enlightened by the dehazing-based algorithm [2] and the unsharp masking algorithm [14], we propose a new approach to jointly perform denoising and contrast enhancement in a united framework. There are two stages in our approach: the first stage is superpixel based adaptive denoising, and the second stage is luminance adaptive contrast enhancement. Denoising is done before the contrast enhancement, so that the noise has been eliminated before it is amplified by the contrast enhancement Superpixel level adaptive denoising Own to the nature of Human Vision System, the noise visibility of different image patches is various. For example, the noise is more visible in flat patch while less visible in complex texture patch. On the other hand, low-pass denoising filter tends to blur texture details. So it s desired that the strength of denoising filter can be adaptive according to the local feature of image patch. Strong filter is preferred for a high-noisevisibility or low-detail-complexity patch, while weak filter is preferred for a low-noise-visibility or high-detail-complexity patch. We firstly utilize the superpixel method [11] to split the low-light image I into patches. For each patch we use the following method to determine the smoothing degree, assuming the noise is additive white Gaussian noise (AWGN). We use σpi to denote the standard deviation and gpi to denote the local gradients of a superpixel pi. Experimental observations show that the gpi in the flat patch increases greatly when AWGN is added into a clear image. Whereas, the gpi does not change a lot in the textural patch. On the other hand, for the normalized image in the range [0, 1], the patch standard deviation σpi varies in an order of magnitude. So we consider the normalized ratio αpi between σpi and gpi to measure the patch noise-texture level as follows αpi = σ pi. gpi (1) Fig.2 shows the normalized α maps for low-light images. If the αpi value in a patch pi is small, it means there is much noise but few textures in the patch. If the αpi value in a patch pi is large, it means there is little noise but significant textures in the patch. Fig. 2: The first row are the low-light images. The second row are the feature α images, in which the brighter a pixel is, the higher the α value is. Based on the measurement of noise-texture level of each patch, we can adaptively apply our denoising algorithm. To facilitate denoising and utilize the dark channel prior dehazing algorithm for contrast enhancement, we invert the input image I using R = 255 I. Enlightened by the unsharp masking filter [14], we define the the denoised R as R0, and R0 is obtained by the weighted combination of the base layer and the denoised detail layer of R R0 = α d(r) + b(r), (2) where d(r) and b(r) denote the noise-free detail layer and the base layer of R respectively. For a patch with small α, we add few details to constrain the noise degree. While, for a patch with large α, we add more details to the base layer. One good technique to get the base layer of an image is to smooth it using the BM3D filter [12], which can effectively attenuate AWGN. We utilize the noise-texture level coefficient α as a weight in generating the base layer b(r) = α bf ine (R) + (1 α) bcoarse (R), (3) where bf ine (R) and bcoarse (R) respectively denote the smoothed result of the BM3D filter using a parameter half smaller and twice greater than the mean of the local standard deviation σpi of the observed image I. To obtain the detail layer [15] d0 (R), we simply calculate the first order differential of the inverted image R. We find that the random noise tends to fuse with texture in the detail layer d0 (R). So it is necessary to choose an appropriate algorithm to smooth the detail layer, while retaining useful texture. Inspired by [16], we apply the structure smooth [13] to the detail layer d0 (R) to obtain a smooth and texturepreserved result d(r). Finally, we adaptively add the smoothed detail layer d(r) back to the base layer b(r) to get a noise-free and texturepreserved image R0, as Equation (2).

3 2.2. Luminance adaptive contrast enhancement Since the noise-free image R is similar to the hazy image, we utilize efficient haze removal method to enhance its contrast. The algorithm is based on [17], in which a hazy image is modeled as R = t J + (1 t) A, (4) where A is the global atmospheric light. J is the intensity of the original objects or scene without hazy depravation. t describes the percent of the light emitted from the objects or scene that reaches the camera. t is estimated using t(x) = 1 ω min ( min c {r,g,b} y Ω(x) (R c (y) A c )), (5) where Ω(x) is a local block centered at pixel x and the block size is 3 3 in this paper. ω is a weight coefficient, which is 0.8 in [2], to control the enhance degree. In this paper, we adaptively adjust the weight coefficient ω according to the luminance of each input pixel as ω(x) = (1 10 c {r,g,b} (255 I(x))c 3 ) 2, (6) where I is the intensity of the input low-light image, and c denotes the color channels. By applying the Equation (6), the weight coefficient ω is reduced when the pixel x is bright, and increased when the pixel x is dark. This adaptive adjustment can efficiently alleviate over-enhancement and underenhancement. We utilize the following process to estimate global atmosphere light A. To avoid the negative influence of random texture, we first smooth the R with a 5 5 average filter, then we select the pixels whose minimum intensities in all color (RGB) channels are the 2% highest of all the pixels in the image. Among these pixels, we choose the pixel whose sum of RGB values is the highest. The RGB values of this selected pixel are used to represent the RGB values of the atmosphere A. Thus, according to Equation (4), we can recover the J by J = R A t + A. (7) However, direct using of Equation (7) might lead to underenhancement for dark areas. To further optimize t, we introduce a multiplier P into Equation (7), and through extensive experiments, we find that P can be set as { 2t, 0 < t < 0.5 P = 1, 0.5 < t < 1, (8) then the recovery equation becomes J = R A t P + A. (9) Algorithm 1 Adaptive Low-light Image Enhancement Input: A low-light image I. Output: An enhanced image E. 1: Apply superpixel segmentation on I, calculate α pi by Eq (1); 2: Reverse the image I to get the image R; 3: Apply BM3D filter on R in two scales to get b fine (R) and b coarse (R), then combine them as Eq (3) to get the base layer b(r); 4: Apply first order differential on R to generate the noised detail layer d 0 (R); 5: Using the structural filter to smooth d 0 (R) to generate the noise-free detail layer d(r); 6: Adaptively combine the noise-free detail layer d(r) and the base layer b(r) to obtain R according the parameter α by Eq (2); 7: Estimate the global atmosphere light A using R ; 8: Calculate the enhancement parameter ω(x) for each pixel as Eq (6); 9: Estimate the transmission parameter t(x) as Eq (5); 10: Update t(x) by using P (x)t(x); 11: Generate the dehazed image J by Eq (9) using R ; 12: Generate the final output E by reverse image J. 13: return E; The idea behind Equation (8) is in the following. If t is smaller than 0.5, it means that the corresponding pixel needs to be boosted, then we assign t P a smaller value than t so as to increase the RGB intensities of this pixel. Once J is obtained, it is inverted back to obtain the final enhanced image E by E = 255 J. The whole approach is summarized in Algorithm1. 3. EXPERIMENTAL RESULTS This section gives the experimental results produced by 4 state-of-the-art enhancement methods, including the dynamic histogram equalization(dhe) method [3], the dark-channel enhancement proposed by Dong et al. [2], Dong s method plus the joint-biliteral filter proposed by Zhang et al. [9], and the BM3D filter plus Dong s method, along with our proposed approach. All the methods were tested on 45 images with various degrees of darkness and noise levels. Due to the space limitation, only two representative low-light images, whose sizes are and , are detailedly presented in this section, as shown in Fig.3 with the enlarged detail in Fig.4. All the 45 images and the enhanced results by the proposed method are briefly shown in Fig.5. The parameters of the compared algorithms are set as Table 1. Table 1: The Major Parameters of The Compared Algorithms Methods Parameters DHE The amount of emphasis given on frequency x = 3 Dong s The enhance parameter ω = 0.8 Zhang s The bilateral filter parameters δ s = 16, δ r = 1 and the enhance parameter ω = 0.8 Prop. The size of superpixel is 15 15

4 Fig. 3: Enhanced Results for Toy. (a) is the original low-light image.(b) to (f) respectively denote the results using different methods as DHE, Dong s, Zhang s, Dong s+bm3d and the proposed. Fig. 4: Enhanced Results for Girl. (a) is the original low-light image.(b) to (f) respectively denote the results using different methods as DHE, Dong s, Zhang s, Dong s+bm3d and the proposed Subjective Assessment Compared with these state-of-art methods, as shown in Fig.3(b-e) and Fig.4(b-e), the proposed approach can adaptively control the contrast enhancement degree for different areas to prevent over enhancement and under enhancement artifacts and suppress most of the noise while preserving texture details as shown in Fig.3(f) and Fig.4(f) Objective Assessment Objective assessment is often used to explain some important characteristics of an image [18, 19]. Since the relative lightness order is important for the naturalness preservation, we assess the naturalness preservation through the lightnessorder-error (LOE) defined in [20]. the work of [20] points out that the smaller the LOE value is, the better the lightness order is preserved. Fig.6 demonstrates the average LOE of all the 45 images enhanced by the mentioned five methods. The result obviously shows that our algorithm outperforms other methods in preserving the lightness order and details. 4. CONCLUSION An effective approach to jointly perform denoising and contrast enhancement for low-light images is proposed in this paper. By utilizing superpixel based adaptive denoising and luminance adaptive contrast enhancement, the artifacts in traditional methods, such as heavy noise, texture blurring and Fig. 5: 45 tested images and the enhanced results. Fig. 6: The average LOE of all the 45 images enhanced by the mentioned five methods. over-enhancement are all eliminated. Experimental results show that the proposed algorithm can achieve better mage quality compared with other state-of-the-art methods.

5 5. REFERENCES [1] Y. Rao and L. Chen, A survey of video enhancement techniques, Journal of Information Hiding and Multimedia Signal Processing, vol. 13, no. 1, pp , [2] X. Dong, G. Wang, Y. Pang, W. Li, J. Wen, W. Meng, and Y. Lu, Fast efficient algorithm for enhancement of low lighting video, in Multimedia and Expo (ICME), 2011 IEEE International Conference on. IEEE, 2011, pp [3] M. Abdullah-Al-Wadud, M. H. Kabir, M. A. A. Dewan, and O. Chae, A dynamic histogram equalization for image contrast enhancement, Consumer Electronics, IEEE Transactions on, vol. 53, no. 2, pp , [4] M. Kaur, J. Kaur, and J. Kaur, Survey of contrast enhancement techniques based on histogram equalization, International Journal of Advanced Computer Science and Applications (IJACSA), vol. 2, no. 7, pp , [5] K. Nakai, Y. Hoshi, and A. Taguchi, Color image contrast enhacement method based on differential intensity/saturation gray-levels histograms, in Intelligent Signal Processing and Communications Systems (IS- PACS), IEEE International Symposium on. IEEE, 2013, pp [6] Z. U. Rahman, D. J. Jobson, and G. A. Woodell, Multiscale retinex for color image enhancement, in Image Processing, 1996 Proceedings, International Conference on (ICIP). IEEE, 1996, vol. 3, pp [7] C. H. Lee, J. L. Shih, C. C. Lien, and C. C. Han, Adaptive multiscale retinex for image contrast enhancement, in Signal-Image Technology & Internet-Based Systems (SITIS), 2013 International Conference on. IEEE, 2013, pp [8] R. C. Gonzalez and R. E. Woods, Digital image processing, pp , Addison-Wesley, Reading, MA, 2 edition, [11] R. Achanta, A. Shaji, K. Smith, A. Lucchi, P. Fua, and S. Susstrunk, Slic superpixels compared to state-ofthe-art superpixel methods, Pattern Analysis and Machine Intelligence (PAMI), IEEE Transactions on, vol. 34, no. 11, pp , [12] K. Dabov, A Foi, V. Katkovnik, and K. Egiazarian, Image denoising with block-matching and 3d filtering, Electronic Imaging 2006,International Society for Optics and Photonics, pp , Feb [13] L. Xu, Q. Yan, Y. Xia, and J. Jia, Structure extraction from texture via relative total variation, ACM Transactions on Graphics (TOG), vol. 31, no. 6, pp. 139, [14] G. Deng, A generalized unsharp masking algorithm, Image Processing, IEEE Transactions on, vol. 20, no. 5, pp , [15] W. Zhao, Z. Cao, and P Liu, A combining spatial enhancement method for low illumination images, in Emerging Intelligent Data and Web Technologies (EI- DWT), 2013 Fourth International Conference on. IEEE, 2013, pp [16] Q. Yan, L. Xu, and J. Jia, Dense scattering layer removal, in SIGGRAPH Asia 2013 Technical Briefs. ACM, 2013, p. 14. [17] K. He, J. Sun, and X. Tang, Single image haze removal using dark channel prior, Pattern Analysis and Machine Intelligence(PAMI), IEEE Transactions on, vol. 33, no. 12, pp , [18] K Sayood, Statistical evaluation of image quality measures, Journal of Electronic imaging, vol. 11, no. 2, pp , [19] N. Hautiere, J. P. Tarel, D. Aubert, and E. Dumont, Blind contrast enhancement assessment by gradient ratioing at visible edgese, Image Analysis & Stereology Journal, vol. 27, no. 2, pp , [20] S. Wang, J. Zheng, H. M. Hu, and B. Li, Naturalness preserved enhancement algorithm for non-uniform illumination images, Image Processing, IEEE Transactions on, vol. 22, no. 9, pp , [9] X. Zhang, P. Shen, L. Luo, L. Zhang, and J. Song, Enhancement and noise reduction of very low light level images, in Pattern Recognition (ICPR), 21st International Conference on. IEEE, 2012, pp [10] H. Malm, M. Oskarsson, E. Warrant, P. Clarberg, J. Hasselgren, and C. Lejdfors, Adaptive enhancement and noise reduction in very low light-level video, in Computer Vision. (ICCV) IEEE 11th International Conference on. IEEE, 2007, pp. 1 8.

arxiv: v2 [cs.cv] 29 May 2016

arxiv: v2 [cs.cv] 29 May 2016 LIME: A Method for Low-light IMage Enhancement arxiv:1605.05034v2 [cs.cv] 29 May 2016 Xiaojie Guo State Key Laboratory Of Information Security Institute of Information Engineering, Chinese Academy of Sciences

More information

Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion

Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion Institute of Oceanographic Instrumentation, Shandong Academy of Sciences Qingdao, 266061, China E-mail:gyygyy1234@163.com Zhigang

More information

Joint Enhancement and Denoising Method via Sequential Decomposition

Joint Enhancement and Denoising Method via Sequential Decomposition Joint Enhancement and Denoising Method via Sequential Decomposition Xutong Ren 1, Mading i 1, Wen-Huang Cheng 2 and Jiaying iu 1, 1 Institute of Computer Science and Technology, Peking University, Beijing,

More information

Physics-based Fast Single Image Fog Removal

Physics-based Fast Single Image Fog Removal Physics-based Fast Single Image Fog Removal Jing Yu 1, Chuangbai Xiao 2, Dapeng Li 2 1 Department of Electronic Engineering, Tsinghua University, Beijing, 100084, China 2 College of Computer Science and

More information

Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques

Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques Syed Gilani Pasha Assistant Professor, Dept. of ECE, School of Engineering, Central University of Karnataka, Gulbarga,

More information

Joint Enhancement and Denoising Method via Sequential Decomposition

Joint Enhancement and Denoising Method via Sequential Decomposition Joint Enhancement and Denoising Method via Sequential Decomposition Xutong Ren 1, Mading i 1, Wen-Huang Cheng 2 and Jiaying iu 1, 1 Institute of Computer Science and Technology, Peking University, Beijing,

More information

Image Quality Assessment based on Improved Structural SIMilarity

Image Quality Assessment based on Improved Structural SIMilarity Image Quality Assessment based on Improved Structural SIMilarity Jinjian Wu 1, Fei Qi 2, and Guangming Shi 3 School of Electronic Engineering, Xidian University, Xi an, Shaanxi, 710071, P.R. China 1 jinjian.wu@mail.xidian.edu.cn

More information

A FAST METHOD OF FOG AND HAZE REMOVAL

A FAST METHOD OF FOG AND HAZE REMOVAL A FAST METHOD OF FOG AND HAZE REMOVAL Veeranjaneyulu Toka, Nandan Hosagrahara Sankaramurthy, Ravi Prasad Mohan Kini, Prasanna Kumar Avanigadda, Sibsambhu Kar Samsung R& D Institute India, Bangalore, India

More information

A NOVEL RETINEX BASED APPROACH FOR IMAGE ENHANCEMENT WITH ILLUMINATION ADJUSTMENT

A NOVEL RETINEX BASED APPROACH FOR IMAGE ENHANCEMENT WITH ILLUMINATION ADJUSTMENT 2014 IEEE International Conference on Acoustic, Speech and Signal Processing (ICASSP) A NOVEL RETINEX BASED APPROACH FOR IMAGE ENHANCEMENT WITH ILLUMINATION ADJUSTMENT Xueyang Fu 12,YeSun 12, Minghui LiWang

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

IMPLEMENTATION OF THE CONTRAST ENHANCEMENT AND WEIGHTED GUIDED IMAGE FILTERING ALGORITHM FOR EDGE PRESERVATION FOR BETTER PERCEPTION

IMPLEMENTATION OF THE CONTRAST ENHANCEMENT AND WEIGHTED GUIDED IMAGE FILTERING ALGORITHM FOR EDGE PRESERVATION FOR BETTER PERCEPTION IMPLEMENTATION OF THE CONTRAST ENHANCEMENT AND WEIGHTED GUIDED IMAGE FILTERING ALGORITHM FOR EDGE PRESERVATION FOR BETTER PERCEPTION Chiruvella Suresh Assistant professor, Department of Electronics & Communication

More information

Video pre-processing with JND-based Gaussian filtering of superpixels

Video pre-processing with JND-based Gaussian filtering of superpixels Video pre-processing with JND-based Gaussian filtering of superpixels Lei Ding, Ge Li*, Ronggang Wang, Wenmin Wang School of Electronic and Computer Engineering, Shenzhen Graduate School, Peking University

More information

Structure-adaptive Image Denoising with 3D Collaborative Filtering

Structure-adaptive Image Denoising with 3D Collaborative Filtering , pp.42-47 http://dx.doi.org/10.14257/astl.2015.80.09 Structure-adaptive Image Denoising with 3D Collaborative Filtering Xuemei Wang 1, Dengyin Zhang 2, Min Zhu 2,3, Yingtian Ji 2, Jin Wang 4 1 College

More information

SINGLE IMAGE FOG REMOVAL BASED ON FUSION STRATEGY

SINGLE IMAGE FOG REMOVAL BASED ON FUSION STRATEGY SINGLE IMAGE FOG REMOVAL BASED ON FUSION STRATEGY ABSTRACT V. Thulasika and A. Ramanan Department of Computer Science, Faculty of Science, University of Jaffna, Sri Lanka v.thula.sika@gmail.com, a.ramanan@jfn.ac.lk

More information

The Defogging Algorithm for the Vehicle Video Image Based on Extinction Coefficient

The Defogging Algorithm for the Vehicle Video Image Based on Extinction Coefficient Sensors & Transducers 214 by IFSA Publishing, S. L. http://www.sensorsportal.com The Defogging Algorithm for the Vehicle Video Image Based on Extinction Coefficient Li Yan-Yan, * LUO Yu, LOG Wei, Yang

More information

Non-Linear Masking based Contrast Enhancement via Illumination Estimation

Non-Linear Masking based Contrast Enhancement via Illumination Estimation https://doi.org/10.2352/issn.2470-1173.2018.13.ipas-389 2018, Society for Imaging Science and Technology Non-Linear Masking based Contrast Enhancement via Illumination Estimation Soonyoung Hong, Minsub

More information

2.1 Optimized Importance Map

2.1 Optimized Importance Map 3rd International Conference on Multimedia Technology(ICMT 2013) Improved Image Resizing using Seam Carving and scaling Yan Zhang 1, Jonathan Z. Sun, Jingliang Peng Abstract. Seam Carving, the popular

More information

SINGLE UNDERWATER IMAGE ENHANCEMENT USING DEPTH ESTIMATION BASED ON BLURRINESS. Yan-Tsung Peng, Xiangyun Zhao and Pamela C. Cosman

SINGLE UNDERWATER IMAGE ENHANCEMENT USING DEPTH ESTIMATION BASED ON BLURRINESS. Yan-Tsung Peng, Xiangyun Zhao and Pamela C. Cosman SINGLE UNDERWATER IMAGE ENHANCEMENT USING DEPTH ESTIMATION BASED ON BLURRINESS Yan-Tsung Peng, Xiangyun Zhao and Pamela C. Cosman Department of Electrical and Computer Engineering, University of California,

More information

Robust color segmentation algorithms in illumination variation conditions

Robust color segmentation algorithms in illumination variation conditions 286 CHINESE OPTICS LETTERS / Vol. 8, No. / March 10, 2010 Robust color segmentation algorithms in illumination variation conditions Jinhui Lan ( ) and Kai Shen ( Department of Measurement and Control Technologies,

More information

1. Introduction. Volume 6 Issue 5, May Licensed Under Creative Commons Attribution CC BY. Shahenaz I. Shaikh 1, B. S.

1. Introduction. Volume 6 Issue 5, May Licensed Under Creative Commons Attribution CC BY. Shahenaz I. Shaikh 1, B. S. A Fast Single Image Haze Removal Algorithm Using Color Attenuation Prior and Pixel Minimum Channel Shahenaz I. Shaikh 1, B. S. Kapre 2 1 Department of Computer Science and Engineering, Mahatma Gandhi Mission

More information

An Effective Denoising Method for Images Contaminated with Mixed Noise Based on Adaptive Median Filtering and Wavelet Threshold Denoising

An Effective Denoising Method for Images Contaminated with Mixed Noise Based on Adaptive Median Filtering and Wavelet Threshold Denoising J Inf Process Syst, Vol.14, No.2, pp.539~551, April 2018 https://doi.org/10.3745/jips.02.0083 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) An Effective Denoising Method for Images Contaminated with

More information

Shape Preserving RGB-D Depth Map Restoration

Shape Preserving RGB-D Depth Map Restoration Shape Preserving RGB-D Depth Map Restoration Wei Liu 1, Haoyang Xue 1, Yun Gu 1, Qiang Wu 2, Jie Yang 1, and Nikola Kasabov 3 1 The Key Laboratory of Ministry of Education for System Control and Information

More information

Learning and Inferring Depth from Monocular Images. Jiyan Pan April 1, 2009

Learning and Inferring Depth from Monocular Images. Jiyan Pan April 1, 2009 Learning and Inferring Depth from Monocular Images Jiyan Pan April 1, 2009 Traditional ways of inferring depth Binocular disparity Structure from motion Defocus Given a single monocular image, how to infer

More information

Contrast restoration of road images taken in foggy weather

Contrast restoration of road images taken in foggy weather Contrast restoration of road images taken in foggy weather Houssam Halmaoui Aurélien Cord UniverSud, LIVIC, Ifsttar 78000 Versailles Houssam.Halmaoui@ifsttar.fr Aurélien.Cord@ifsttar.fr Nicolas Hautière

More information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Liu Chun College of Computer Science and Information Technology Daqing Normal University Daqing, China Sun Bishen Twenty-seventh

More information

Double-Guided Filtering: Image Smoothing with Structure and Texture Guidance

Double-Guided Filtering: Image Smoothing with Structure and Texture Guidance Double-Guided Filtering: Image Smoothing with Structure and Texture Guidance Kaiyue Lu, Shaodi You, Nick Barnes Data61, CSIRO Research School of Engineering, Australian National University Email: {Kaiyue.Lu,

More information

A New Technique of Extraction of Edge Detection Using Digital Image Processing

A New Technique of Extraction of Edge Detection Using Digital Image Processing International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) A New Technique of Extraction of Edge Detection Using Digital Image Processing Balaji S.C.K 1 1, Asst Professor S.V.I.T Abstract:

More information

Single Image Dehazing with Varying Atmospheric Light Intensity

Single Image Dehazing with Varying Atmospheric Light Intensity Single Image Dehazing with Varying Atmospheric Light Intensity Sanchayan Santra Supervisor: Prof. Bhabatosh Chanda Electronics and Communication Sciences Unit Indian Statistical Institute 203, B.T. Road

More information

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers A. Salhi, B. Minaoui, M. Fakir, H. Chakib, H. Grimech Faculty of science and Technology Sultan Moulay Slimane

More information

Blind Image Deblurring Using Dark Channel Prior

Blind Image Deblurring Using Dark Channel Prior Blind Image Deblurring Using Dark Channel Prior Jinshan Pan 1,2,3, Deqing Sun 2,4, Hanspeter Pfister 2, and Ming-Hsuan Yang 3 1 Dalian University of Technology 2 Harvard University 3 UC Merced 4 NVIDIA

More information

Title: Adaptive Region Merging Segmentation of Airborne Imagery for Roof Condition Assessment. Abstract:

Title: Adaptive Region Merging Segmentation of Airborne Imagery for Roof Condition Assessment. Abstract: Title: Adaptive Region Merging Segmentation of Airborne Imagery for Roof Condition Assessment Abstract: In order to perform residential roof condition assessment with very-high-resolution airborne imagery,

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

Digital Image Processing. Prof. P. K. Biswas. Department of Electronic & Electrical Communication Engineering

Digital Image Processing. Prof. P. K. Biswas. Department of Electronic & Electrical Communication Engineering Digital Image Processing Prof. P. K. Biswas Department of Electronic & Electrical Communication Engineering Indian Institute of Technology, Kharagpur Lecture - 21 Image Enhancement Frequency Domain Processing

More information

Contrast adjustment via Bayesian sequential partitioning

Contrast adjustment via Bayesian sequential partitioning Contrast adjustment via Bayesian sequential partitioning Zhiyu Wang, Shuo Xie, Bai Jiang Abstract Photographs taken in dim light have low color contrast. However, traditional methods for adjusting contrast

More information

A Feature Point Matching Based Approach for Video Objects Segmentation

A Feature Point Matching Based Approach for Video Objects Segmentation A Feature Point Matching Based Approach for Video Objects Segmentation Yan Zhang, Zhong Zhou, Wei Wu State Key Laboratory of Virtual Reality Technology and Systems, Beijing, P.R. China School of Computer

More information

IMAGE DENOISING TO ESTIMATE THE GRADIENT HISTOGRAM PRESERVATION USING VARIOUS ALGORITHMS

IMAGE DENOISING TO ESTIMATE THE GRADIENT HISTOGRAM PRESERVATION USING VARIOUS ALGORITHMS IMAGE DENOISING TO ESTIMATE THE GRADIENT HISTOGRAM PRESERVATION USING VARIOUS ALGORITHMS P.Mahalakshmi 1, J.Muthulakshmi 2, S.Kannadhasan 3 1,2 U.G Student, 3 Assistant Professor, Department of Electronics

More information

Image Segmentation Using Iterated Graph Cuts Based on Multi-scale Smoothing

Image Segmentation Using Iterated Graph Cuts Based on Multi-scale Smoothing Image Segmentation Using Iterated Graph Cuts Based on Multi-scale Smoothing Tomoyuki Nagahashi 1, Hironobu Fujiyoshi 1, and Takeo Kanade 2 1 Dept. of Computer Science, Chubu University. Matsumoto 1200,

More information

Time Stamp Detection and Recognition in Video Frames

Time Stamp Detection and Recognition in Video Frames Time Stamp Detection and Recognition in Video Frames Nongluk Covavisaruch and Chetsada Saengpanit Department of Computer Engineering, Chulalongkorn University, Bangkok 10330, Thailand E-mail: nongluk.c@chula.ac.th

More information

Robot localization method based on visual features and their geometric relationship

Robot localization method based on visual features and their geometric relationship , pp.46-50 http://dx.doi.org/10.14257/astl.2015.85.11 Robot localization method based on visual features and their geometric relationship Sangyun Lee 1, Changkyung Eem 2, and Hyunki Hong 3 1 Department

More information

One Network to Solve Them All Solving Linear Inverse Problems using Deep Projection Models

One Network to Solve Them All Solving Linear Inverse Problems using Deep Projection Models One Network to Solve Them All Solving Linear Inverse Problems using Deep Projection Models [Supplemental Materials] 1. Network Architecture b ref b ref +1 We now describe the architecture of the networks

More information

Objective Quality Assessment of Screen Content Images by Structure Information

Objective Quality Assessment of Screen Content Images by Structure Information Objective Quality Assessment of Screen Content Images by Structure Information Yuming Fang 1, Jiebin Yan 1, Jiaying Liu 2, Shiqi Wang 3, Qiaohong Li 3, and Zongming Guo 2 1 Jiangxi University of Finance

More information

Single Image Dehazing Using Fixed Points and Nearest-Neighbor Regularization

Single Image Dehazing Using Fixed Points and Nearest-Neighbor Regularization Single Image Dehazing Using Fixed Points and Nearest-Neighbor Regularization Shengdong Zhang and Jian Yao Computer Vision and Remote Sensing (CVRS) Lab School of Remote Sensing and Information Engineering,

More information

Specularity Removal using Dark Channel Prior *

Specularity Removal using Dark Channel Prior * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 29, 835-849 (2013) Specularity Removal using Dark Channel Prior * School of Information Science and Engineering Central South University Changsha, 410083

More information

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM

CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM CORRELATION BASED CAR NUMBER PLATE EXTRACTION SYSTEM 1 PHYO THET KHIN, 2 LAI LAI WIN KYI 1,2 Department of Information Technology, Mandalay Technological University The Republic of the Union of Myanmar

More information

Storage Efficient NL-Means Burst Denoising for Programmable Cameras

Storage Efficient NL-Means Burst Denoising for Programmable Cameras Storage Efficient NL-Means Burst Denoising for Programmable Cameras Brendan Duncan Stanford University brendand@stanford.edu Miroslav Kukla Stanford University mkukla@stanford.edu Abstract An effective

More information

IMAGE DENOISING USING NL-MEANS VIA SMOOTH PATCH ORDERING

IMAGE DENOISING USING NL-MEANS VIA SMOOTH PATCH ORDERING IMAGE DENOISING USING NL-MEANS VIA SMOOTH PATCH ORDERING Idan Ram, Michael Elad and Israel Cohen Department of Electrical Engineering Department of Computer Science Technion - Israel Institute of Technology

More information

A reversible data hiding based on adaptive prediction technique and histogram shifting

A reversible data hiding based on adaptive prediction technique and histogram shifting A reversible data hiding based on adaptive prediction technique and histogram shifting Rui Liu, Rongrong Ni, Yao Zhao Institute of Information Science Beijing Jiaotong University E-mail: rrni@bjtu.edu.cn

More information

A Modified Image Segmentation Method Using Active Contour Model

A Modified Image Segmentation Method Using Active Contour Model nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 015) A Modified Image Segmentation Method Using Active Contour Model Shiping Zhu 1, a, Ruidong Gao 1, b 1 Department

More information

SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH

SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH Ignazio Gallo, Elisabetta Binaghi and Mario Raspanti Universitá degli Studi dell Insubria Varese, Italy email: ignazio.gallo@uninsubria.it ABSTRACT

More information

Color-Texture Segmentation of Medical Images Based on Local Contrast Information

Color-Texture Segmentation of Medical Images Based on Local Contrast Information Color-Texture Segmentation of Medical Images Based on Local Contrast Information Yu-Chou Chang Department of ECEn, Brigham Young University, Provo, Utah, 84602 USA ycchang@et.byu.edu Dah-Jye Lee Department

More information

Computer Vision 2. SS 18 Dr. Benjamin Guthier Professur für Bildverarbeitung. Computer Vision 2 Dr. Benjamin Guthier

Computer Vision 2. SS 18 Dr. Benjamin Guthier Professur für Bildverarbeitung. Computer Vision 2 Dr. Benjamin Guthier Computer Vision 2 SS 18 Dr. Benjamin Guthier Professur für Bildverarbeitung Computer Vision 2 Dr. Benjamin Guthier 1. IMAGE PROCESSING Computer Vision 2 Dr. Benjamin Guthier Content of this Chapter Non-linear

More information

An Approach for Real Time Moving Object Extraction based on Edge Region Determination

An Approach for Real Time Moving Object Extraction based on Edge Region Determination An Approach for Real Time Moving Object Extraction based on Edge Region Determination Sabrina Hoque Tuli Department of Computer Science and Engineering, Chittagong University of Engineering and Technology,

More information

Extracting Characters From Books Based On The OCR Technology

Extracting Characters From Books Based On The OCR Technology 2016 International Conference on Engineering and Advanced Technology (ICEAT-16) Extracting Characters From Books Based On The OCR Technology Mingkai Zhang1, a, Xiaoyi Bao1, b,xin Wang1, c, Jifeng Ding1,

More information

A Fast Video Illumination Enhancement Method Based on Simplified VEC Model

A Fast Video Illumination Enhancement Method Based on Simplified VEC Model Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 3668 3673 2012 International Workshop on Information and Electronics Engineering (IWIEE) A Fast Video Illumination Enhancement Method

More information

Introduction to Visible Watermarking. IPR Course: TA Lecture 2002/12/18 NTU CSIE R105

Introduction to Visible Watermarking. IPR Course: TA Lecture 2002/12/18 NTU CSIE R105 Introduction to Visible Watermarking IPR Course: TA Lecture 2002/12/18 NTU CSIE R105 Outline Introduction State-of of-the-art Characteristics of Visible Watermarking Schemes Attacking Visible Watermarking

More information

Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge

Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge Dong Yi, Shengcai Liao, Zhen Lei, Jitao Sang, and Stan Z. Li Center for Biometrics and Security Research, Institute

More information

A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME

A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME VOL 13, NO 13, JULY 2018 ISSN 1819-6608 2006-2018 Asian Research Publishing Network (ARPN) All rights reserved wwwarpnjournalscom A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME Javvaji V K Ratnam

More information

Single Image Dehazing Using Fixed Points and Nearest-Neighbor Regularization

Single Image Dehazing Using Fixed Points and Nearest-Neighbor Regularization Single Image Dehazing Using Fixed Points and Nearest-Neighbor Regularization Shengdong Zhang and Jian Yao (B) Computer Vision and Remote Sensing (CVRS) Lab, School of Remote Sensing and Information Engineering,

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

Digital Image Processing. Image Enhancement - Filtering

Digital Image Processing. Image Enhancement - Filtering Digital Image Processing Image Enhancement - Filtering Derivative Derivative is defined as a rate of change. Discrete Derivative Finite Distance Example Derivatives in 2-dimension Derivatives of Images

More information

Experiments with Edge Detection using One-dimensional Surface Fitting

Experiments with Edge Detection using One-dimensional Surface Fitting Experiments with Edge Detection using One-dimensional Surface Fitting Gabor Terei, Jorge Luis Nunes e Silva Brito The Ohio State University, Department of Geodetic Science and Surveying 1958 Neil Avenue,

More information

Effects Of Shadow On Canny Edge Detection through a camera

Effects Of Shadow On Canny Edge Detection through a camera 1523 Effects Of Shadow On Canny Edge Detection through a camera Srajit Mehrotra Shadow causes errors in computer vision as it is difficult to detect objects that are under the influence of shadows. Shadow

More information

Reduction of Blocking artifacts in Compressed Medical Images

Reduction of Blocking artifacts in Compressed Medical Images ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 8, No. 2, 2013, pp. 096-102 Reduction of Blocking artifacts in Compressed Medical Images Jagroop Singh 1, Sukhwinder Singh

More information

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method

Face Recognition Based on LDA and Improved Pairwise-Constrained Multiple Metric Learning Method Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 5, September 2016 Face Recognition ased on LDA and Improved Pairwise-Constrained

More information

STEREO matching has been one of the most active research

STEREO matching has been one of the most active research > TCSVT < 1 Color Image Guided Boundary-inconsistent Region Refinement for Stereo Matching Jianbo Jiao, Student Member, IEEE, Ronggang Wang*, Member, IEEE, Wenmin Wang, Member, IEEE, Dagang Li, Member,

More information

Nonlinear Multiresolution Image Blending

Nonlinear Multiresolution Image Blending Nonlinear Multiresolution Image Blending Mark Grundland, Rahul Vohra, Gareth P. Williams and Neil A. Dodgson Computer Laboratory, University of Cambridge, United Kingdom October, 26 Abstract. We study

More information

HAZE REMOVAL WITHOUT TRANSMISSION MAP REFINEMENT BASED ON DUAL DARK CHANNELS

HAZE REMOVAL WITHOUT TRANSMISSION MAP REFINEMENT BASED ON DUAL DARK CHANNELS HAZE REMOVAL WITHOUT TRANSMISSION MAP REFINEMENT BASED ON DUAL DARK CHANNELS CHENG-HSIUNG HSIEH, YU-SHENG LIN, CHIH-HUI CHANG Department of Computer Science and Information Engineering Chaoyang University

More information

Supplementary Materials for Salient Object Detection: A

Supplementary Materials for Salient Object Detection: A Supplementary Materials for Salient Object Detection: A Discriminative Regional Feature Integration Approach Huaizu Jiang, Zejian Yuan, Ming-Ming Cheng, Yihong Gong Nanning Zheng, and Jingdong Wang Abstract

More information

Denoising an Image by Denoising its Components in a Moving Frame

Denoising an Image by Denoising its Components in a Moving Frame Denoising an Image by Denoising its Components in a Moving Frame Gabriela Ghimpețeanu 1, Thomas Batard 1, Marcelo Bertalmío 1, and Stacey Levine 2 1 Universitat Pompeu Fabra, Spain 2 Duquesne University,

More information

Enhancement of Sharpness and Contrast Using Adaptive Parameters

Enhancement of Sharpness and Contrast Using Adaptive Parameters International Journal of Computational Engineering Research Vol, 03 Issue, 10 Enhancement of Sharpness and Contrast Using Adaptive Parameters 1, Allabaksh Shaik, 2, Nandyala Ramanjulu, 1, Department of

More information

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation Optimizing the Deblocking Algorithm for H.264 Decoder Implementation Ken Kin-Hung Lam Abstract In the emerging H.264 video coding standard, a deblocking/loop filter is required for improving the visual

More information

Temperature Calculation of Pellet Rotary Kiln Based on Texture

Temperature Calculation of Pellet Rotary Kiln Based on Texture Intelligent Control and Automation, 2017, 8, 67-74 http://www.scirp.org/journal/ica ISSN Online: 2153-0661 ISSN Print: 2153-0653 Temperature Calculation of Pellet Rotary Kiln Based on Texture Chunli Lin,

More information

Quaternion-based color difference measure for removing impulse noise in color images

Quaternion-based color difference measure for removing impulse noise in color images 2014 International Conference on Informative and Cybernetics for Computational Social Systems (ICCSS) Quaternion-based color difference measure for removing impulse noise in color images Lunbo Chen, Yicong

More information

Image contrast enhancement based on local brightness and contouring artifact improvement for large-scale LCD TVs

Image contrast enhancement based on local brightness and contouring artifact improvement for large-scale LCD TVs Image contrast enhancement based on local brightness and contouring artifact improvement for large-scale LCD TVs JONG-HEE HWANG 1,2, JEAN Y. SONG 1, YOON-SIK CHOE 1 1 Department of Electrical and Electronics

More information

Low Contrast Image Enhancement Using Adaptive Filter and DWT: A Literature Review

Low Contrast Image Enhancement Using Adaptive Filter and DWT: A Literature Review Low Contrast Image Enhancement Using Adaptive Filter and DWT: A Literature Review AARTI PAREYANI Department of Electronics and Communication Engineering Jabalpur Engineering College, Jabalpur (M.P.), India

More information

Restoration of Images Corrupted by Mixed Gaussian Impulse Noise with Weighted Encoding

Restoration of Images Corrupted by Mixed Gaussian Impulse Noise with Weighted Encoding Restoration of Images Corrupted by Mixed Gaussian Impulse Noise with Weighted Encoding Om Prakash V. Bhat 1, Shrividya G. 2, Nagaraj N. S. 3 1 Post Graduation student, Dept. of ECE, NMAMIT-Nitte, Karnataka,

More information

Multi-Step Segmentation Method Based on Adaptive Thresholds for Chinese Calligraphy Characters

Multi-Step Segmentation Method Based on Adaptive Thresholds for Chinese Calligraphy Characters Journal of Information Hiding and Multimedia Signal Processing c 2018 ISSN 2073-4212 Ubiquitous International Volume 9, Number 2, March 2018 Multi-Step Segmentation Method Based on Adaptive Thresholds

More information

Graph based Image Segmentation using improved SLIC Superpixel algorithm

Graph based Image Segmentation using improved SLIC Superpixel algorithm Graph based Image Segmentation using improved SLIC Superpixel algorithm Prasanna Regmi 1, B.J.M. Ravi Kumar 2 1 Computer Science and Systems Engineering, Andhra University, AP, India 2 Computer Science

More information

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

More information

Texture Sensitive Image Inpainting after Object Morphing

Texture Sensitive Image Inpainting after Object Morphing Texture Sensitive Image Inpainting after Object Morphing Yin Chieh Liu and Yi-Leh Wu Department of Computer Science and Information Engineering National Taiwan University of Science and Technology, Taiwan

More information

User-Friendly Sharing System using Polynomials with Different Primes in Two Images

User-Friendly Sharing System using Polynomials with Different Primes in Two Images User-Friendly Sharing System using Polynomials with Different Primes in Two Images Hung P. Vo Department of Engineering and Technology, Tra Vinh University, No. 16 National Road 53, Tra Vinh City, Tra

More information

Subpixel Corner Detection Using Spatial Moment 1)

Subpixel Corner Detection Using Spatial Moment 1) Vol.31, No.5 ACTA AUTOMATICA SINICA September, 25 Subpixel Corner Detection Using Spatial Moment 1) WANG She-Yang SONG Shen-Min QIANG Wen-Yi CHEN Xing-Lin (Department of Control Engineering, Harbin Institute

More information

SUPPLEMENTARY MATERIAL

SUPPLEMENTARY MATERIAL SUPPLEMENTARY MATERIAL Zhiyuan Zha 1,3, Xin Liu 2, Ziheng Zhou 2, Xiaohua Huang 2, Jingang Shi 2, Zhenhong Shang 3, Lan Tang 1, Yechao Bai 1, Qiong Wang 1, Xinggan Zhang 1 1 School of Electronic Science

More information

Chapter 3: Intensity Transformations and Spatial Filtering

Chapter 3: Intensity Transformations and Spatial Filtering Chapter 3: Intensity Transformations and Spatial Filtering 3.1 Background 3.2 Some basic intensity transformation functions 3.3 Histogram processing 3.4 Fundamentals of spatial filtering 3.5 Smoothing

More information

LED holographic imaging by spatial-domain diffraction computation of. textured models

LED holographic imaging by spatial-domain diffraction computation of. textured models LED holographic imaging by spatial-domain diffraction computation of textured models Ding-Chen Chen, Xiao-Ning Pang, Yi-Cong Ding, Yi-Gui Chen, and Jian-Wen Dong* School of Physics and Engineering, and

More information

Structural Similarity Based Image Quality Assessment Using Full Reference Method

Structural Similarity Based Image Quality Assessment Using Full Reference Method From the SelectedWorks of Innovative Research Publications IRP India Spring April 1, 2015 Structural Similarity Based Image Quality Assessment Using Full Reference Method Innovative Research Publications,

More information

Analysis and extensions of the Frankle-McCann

Analysis and extensions of the Frankle-McCann Analysis and extensions of the Frankle-McCann Retinex algorithm Jounal of Electronic Image, vol.13(1), pp. 85-92, January. 2004 School of Electrical Engineering and Computer Science Kyungpook National

More information

Image Compression and Resizing Using Improved Seam Carving for Retinal Images

Image Compression and Resizing Using Improved Seam Carving for Retinal Images Image Compression and Resizing Using Improved Seam Carving for Retinal Images Prabhu Nayak 1, Rajendra Chincholi 2, Dr.Kalpana Vanjerkhede 3 1 PG Student, Department of Electronics and Instrumentation

More information

A NEW DCT-BASED WATERMARKING METHOD FOR COPYRIGHT PROTECTION OF DIGITAL AUDIO

A NEW DCT-BASED WATERMARKING METHOD FOR COPYRIGHT PROTECTION OF DIGITAL AUDIO International journal of computer science & information Technology (IJCSIT) Vol., No.5, October A NEW DCT-BASED WATERMARKING METHOD FOR COPYRIGHT PROTECTION OF DIGITAL AUDIO Pranab Kumar Dhar *, Mohammad

More information

Quality Guided Image Denoising for Low-Cost Fundus Imaging

Quality Guided Image Denoising for Low-Cost Fundus Imaging Quality Guided Image Denoising for Low-Cost Fundus Imaging Thomas Köhler1,2, Joachim Hornegger1,2, Markus Mayer1,2, Georg Michelson2,3 20.03.2012 1 Pattern Recognition Lab, Ophthalmic Imaging Group 2 Erlangen

More information

arxiv: v1 [cs.cv] 22 Jun 2014

arxiv: v1 [cs.cv] 22 Jun 2014 Natural Color Image Enhancement based on Modified Multiscale Retinex Algorithm and Performance Evaluation using Wavelet Energy M. C Hanumantharaju, M. Ravishankar and D. R Rameshbabu arxiv:1406.5710v1

More information

Image Segmentation Based on Watershed and Edge Detection Techniques

Image Segmentation Based on Watershed and Edge Detection Techniques 0 The International Arab Journal of Information Technology, Vol., No., April 00 Image Segmentation Based on Watershed and Edge Detection Techniques Nassir Salman Computer Science Department, Zarqa Private

More information

Image Denoising Methods Based on Wavelet Transform and Threshold Functions

Image Denoising Methods Based on Wavelet Transform and Threshold Functions Image Denoising Methods Based on Wavelet Transform and Threshold Functions Liangang Feng, Lin Lin Weihai Vocational College China liangangfeng@163.com liangangfeng@163.com ABSTRACT: There are many unavoidable

More information

2 Proposed Methodology

2 Proposed Methodology 3rd International Conference on Multimedia Technology(ICMT 2013) Object Detection in Image with Complex Background Dong Li, Yali Li, Fei He, Shengjin Wang 1 State Key Laboratory of Intelligent Technology

More information

JOINT DENOISING AND CONTRAST ENHANCEMENT OF IMAGES USING GRAPH LAPLACIAN OPERATOR

JOINT DENOISING AND CONTRAST ENHANCEMENT OF IMAGES USING GRAPH LAPLACIAN OPERATOR JOINT DENOISING AND CONTRAST ENHANCEMENT OF IMAGES USING GRAPH LAPLACIAN OPERATOR Xiang Liu 1,2, Gene Cheung 2, Xiaolin Wu 3 1 Harbin Institute of Technology, China. 2 National Institute of Informatics,

More information

Single image dehazing in inhomogeneous atmosphere

Single image dehazing in inhomogeneous atmosphere Single image dehazing in inhomogeneous atmosphere Zhenwei Shi a,, Jiao Long a, Wei Tang a, Changshui Zhang b a Image Processing Center, School of Astronautics, Beihang University, Beijing, China b Department

More information

Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise

Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise Mahmud Hasan and Mahmoud R. El-Sakka (B) Department of Computer Science, University of Western Ontario, London, ON, Canada {mhasan62,melsakka}@uwo.ca

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 04 130131 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Histogram Equalization Image Filtering Linear

More information

Fog Simulation and Refocusing from Stereo Images

Fog Simulation and Refocusing from Stereo Images Fog Simulation and Refocusing from Stereo Images Yifei Wang epartment of Electrical Engineering Stanford University yfeiwang@stanford.edu bstract In this project, we use stereo images to estimate depth

More information

Filtering and Enhancing Images

Filtering and Enhancing Images KECE471 Computer Vision Filtering and Enhancing Images Chang-Su Kim Chapter 5, Computer Vision by Shapiro and Stockman Note: Some figures and contents in the lecture notes of Dr. Stockman are used partly.

More information