SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
International Association of Scientific Innovation and Research (IASIR)
(An Association Unifying the Sciences, Engineering, and Applied Research)
International Journal of Engineering, Business and Enterprise
Applications (IJEBEA)
www.iasir.net
IJEBEA 14-283; © 2014, IJEBEA All Rights Reserved Page 153
ISSN (Print): 2279-0020
ISSN (Online): 2279-0039
A highly efficient method for denoising of an image using gradient
histogram preservation
Sainath1
, Nagarathna2
1
Department of telecommunication, Dayananda Sagar College of Engineering, VTU, Bangalore, India
2
Department of telecommunication, Dayananda Sagar College of Enginnering, VTU, Bangalore, India
Abstract: Image denoising is one of the basic problems in low level vision. It is one of the best methods to
evaluate various statistical image modeling methods. One of the most important problems in image denoising is
how to preserve the fine scale texture structures while removing noise. To address this problem, we propose a
texture enhanced image denoising (TEID) method by using the gradient distribution of the denoised image to be
nearly close to the estimated gradient distribution of the original image .Some natural image priors, such as
nonlocal self-similarity prior, sparsity prior, and gradient based prior, have been used extensively for noise
removal. The denoising algorithms based on these priors tend to remove the detailed image textures, degrading
the image visual quality. A gradient histogram preservation (GHP) algorithm is developed to enhance the
texture structures while removing noise.
Keywords: Similarity prior, Sparsity prior, Gradient based prior, Gradient histogram preservation
I . Introduction
The main aim of image denoising is to estimate the best clean image x from its noisy observation y. One
commonly used observation model is y = x + v , where v is additive white Gaussian noise. Image denoising is a
fundamental yet still active topic in image processing and low level vision, while it is an ideal test bed to
evaluate various statistical image modeling methods. In general, we hope that the denoised image should look
like a natural image, and therefore the statistical modeling of natural image priors is crucial to the success of
image denoising. With the rapid development of digital imaging, the resolution of imaging sensor is getting
higher and higher. On one hand, more fine texture features of the object and scene will be captured; on the other
hand, captured high resolution image is more prone to noise because the smaller size of each pixel makes the
exposure less sufficient. However, suppressing noise while preserving textures is difficult to achieve
simultaneously, and this has been one of the most challenging problems in natural image denoising. Unlike large
scale edges, the fine scale textures have much higher randomness in local structure and they are hard to
characterize by using a local model. Considering the fact image are homogeneous that texture regions in and are
usually composed of similar patterns, statistical descriptors such as histogram are more effective to represent
them. Actually, in literature of texture representation and classification global histogram of some local features
is dominantly used as the final feature descriptor for matching. Meanwhile, image gradients convey most of
semantic information in an image and are crucial to the human perception of image visual quality. All these
motivate us to use the histogram of image gradient to design new image denoising models.
(1) A novel image denoising framework, i.e., TEID, is proposed, which preserves the gradient distribution
of the original image. The existing image priors can be easily incorporated into the proposed
framework improve the quality of denoised image.
(2) A histogram specification function is developed to ensure the gradient histogram of denoised image
being close to the reference histogram, resulting in a simple yet effective GHP based TEID algorithm.
(3) A simple solid algorithm is presented to estimate the gradient histogram from the given noisy image,
making TEID practical to implement.
II. Denoising with gradient histogram preservation
In this, we present the image denoising model by gradient histogram preservation with sparse nonlocal
regularization, and then present an effective histogram specification algorithm to solve the proposed model for
texture enhanced image denoising. Given a clean image x, the noisy observation y of x is usually modeled as
y = x + v eq (1) where v is the additive white Gaussian noise (AWGN) with zero mean and standard deviation .
The goal of image denoising is to estimate the desired image x from y. One popular approach to image
denoising is the variational method, in which the denoised image is obtained by
(1)
Sainath et al., International Journal of Engineering, Business and Enterprise Applications, 8(2), March-May., 2014, pp. 153-157
IJEBEA 14-283; © 2014, IJEBEA All Rights Reserved Page 154
where R(x) denotes some regularization term and μ is a positive constant. The specific form of R(x) depends on
the used image priors. One common problem of image denoising methods is that the image fine scale details
such as texture structures will be over-smoothed. An over-smoothed image will have much weaker gradients
than the original image. Intuitively, a good estimation of x without smoothing too much the textures should have
a similar gradient distribution to that of x. With this motivation, we propose a gradient histogram preservation
(GHP) model for texture enhanced image denoising.
Our intuitive idea is to integrate the gradient histogram prior with the other image priors to further improve the
denoising performance. Suppose that we have an estimation of the gradient histogram of x, denoted by hr (the
estimation) method will be discussed in Section 4). In order to make the gradient histogram of denoised image x
nearly the same as the reference histogram hr, we propose the following GHP based image denoising model:
Where F denotes an odd function which is monotonically non-descending in (0, +∞), hF denotes the histogram
of the transformed gradient image |F (∇x)|, and ∇ denotes the gradient operator. By introducing the transform F,
we can usethe alternating method for image denoising. Given F, we can fix ∇x0 = F(∇x), and use the
conventional denoising methods to update x. Given x, we can update F simply by the histogram operator
introduced Thus, with the introduction of F, we can easily incorporate gradient histogram prior with any
existing image priors R(x). The sparsity and NSS priors have shown promising performance in denoising, and
thus we integrate them into the proposed GHP model. Specifically, we adopt the sparse nonlocal regularization
term proposed in the centralized sparse representation (CSR) model, resulting in the following denoising model:
where λ is the regularization parameter, D is the dictionary and α is the coding coefficients of x over D.
Let’s explain more about the model in Eq. (3). Let xi =Rix be a patch extracted at position i, i = 1, 2, . . . , N,
where Ri is the patch extraction operator and N is the number of pixels in the image. Each xi is coded over the
dictionary D, and the coding coefficients is αi . Let be the concatenation of all αi and then x can be reconstructed
by
In Eq. (3), βi is the nonlocal means of _i in the sparse Coding domain. With the current estimate ˆx, we use the
blocking matching method as in to find the non local neighbors of then βi is computed as the weighted average
(5)
where the weight is defined as
From the GHP model with sparse nonlocal regularization in Eq. (3), one can see that if the histogram
regularization parameter μ is high, the function F (∇x) will be close to ∇x. Since the histogram hF of |F (∇x)| is
required to be the same as hr , the histogram of ∇x will be similar to hr, leading to the desired gradient
histogram preserved image denoising. Next, we will see that there is an efficient iterative histogram
specification algorithm to solve the model in Eq. (3).
III. Iterative histogram specification algorithm
Eq. (3) is minimized iteratively. As in , the local PCA bases are used as the dictionary D. Based on the current
estimation of image x, we cluster its patches into K clusters, and for each cluster, a PCA dictionary is learned.
Then for each given patch, we first check which cluster it belongs, and then use the PCA dictionary of this
cluster as the D. We propose an alternating minimization method to solve the problem in Eq. (3). Given the
transform function F, we introduce a variable g = F (∇x), and update x (i.e., α) by solving the following sub-
problem:
To get the solution to the above sub-problem, we first use a gradient descent method to update x:
Sainath et al., International Journal of Engineering, Business and Enterprise Applications, 8(2), March-May., 2014, pp. 153-157
IJEBEA 14-283; © 2014, IJEBEA All Rights Reserved Page 155
Then, the coding coefficients αi are updated by:
By using Eq. (5) to obtain βi, we further update αi by :
Once the estimate of image x is given, we can update F by solving the following sub-problem:
Finally, we summarize our proposed iterative histogram specification based GHP algorithm in algorithm 1. It
should be noted that, for any gradient based image denoising model, we can easily incorporate the proposed
GHP in it by simply modifying the gradient term and adding an extra histogram specification operation
IV. Reference gradient histogram algorithm
To apply the model in Eq. (3), we need to know the reference histogram hr, which is supposed to be the gradient
histogram of original image x. In this section, we propose a one dimensional deconvolution model to estimate
the histogram hr. Assuming that all pixels in the gradient image ∇ x are independent and identically distributed
(i.i.d.), we can view them as the samples of a scalar variable, denoted by x. Then the normalized histogram of
∇ x can be regarded as a discrete approximation of the probability density function (PDF) of x. For the additive
white Gaussian noise (AWGN) v, we can readily model its elements as the samples of an i.i.d. variable, denoted
by v. Since v ∼ N _0, _2_ and let g = ∇ v, one can obtain that g is also i.i.d. Gaussian with PDF
Then the PDF py is:
If we use the normalized histogram hx and hy to approximate px and py, we can rewrite Eq. (14) in the discrete
domain as:
Sainath et al., International Journal of Engineering, Business and Enterprise Applications, 8(2), March-May., 2014, pp. 153-157
IJEBEA 14-283; © 2014, IJEBEA All Rights Reserved Page 156
where ⊗ denotes the convolution operator. Note that hg can be obtained by discretizing pg, and hy can be
computed directly from the noisy observation y. Obviously, the estimation of hx can be generally modelled as a
deconvolution problem:
VI. Results
Fig.1: Histogram of noiseless Fig. 2: Histogram of noise image
Fig.4: denoise image Fig. 5: noised image
VII. Conclusion
In this paper, we used a novel gradient histogram preserving (GHP) model for texture-enhanced image
denoising (TEID). The GHP model can preserve the gradient distribution by pushing the gradient histogram of
the denoised image toward the reference histogram, and thus is promising in enhancing the texture structure
while re moving random noise. To implement the GHP model, we proposed an efficient iterative histogram
specification algorithm
V References
[1] H. C. Burger, C. J. Schuler, and S. Harmeling. Image denoising: can plain neural networks compete with bm3d? Proc. CVPR,
Sainath et al., International Journal of Engineering, Business and Enterprise Applications, 8(2), March-May., 2014, pp. 153-157
IJEBEA 14-283; © 2014, IJEBEA All Rights Reserved Page 157
2012.
[2] T. S. Cho, C. L. Zitnick, N. Joshi, S. B. Kang, R. Szeliski, and W. T. Freeman. Image restoration by matching gradient
distributionsIEEE T-PAMI, 34(4):683–694, 2012.
[3] J. Jancsary, S. Nowozin, and C. Rother. Loss-specific training of non-parametric image restoration models: a state of the art.
Proc. ECCV, 2012.
[4] W. Dong, L. Zhang, G. Shi, and X. Wu. Image deblurring and super-resolution by adaptive sparse domain selection and adaptive
regularization. IEEE T-IP, 20(7):1838–1857, 2011.
[5] H. Attouch, J. Bolte, P. Redont, and A. Soubeyran. Prox-imal alternating minimization and projection methods for nonconvex
An approach based on the Kurdyka-Lojasiewicz inequality. Mathematics of Operations Re-search, 35(2):438–457, 2010
[6] V. Katkovnik, A. Foi, K. Egiazarian, and J. Astola. From Local kernel to nonlocal multiple-model image denoising. IJCV,
86(1):1–32, 2010.
[7] T. S. Cho, N. Joshi, C. L. Zitnick, S. B. Kang, R. Szeliski, and W. T. Freeman. A content-aware image prior. Proc. CVPR, 2010.
[8] M. Elad and M. Aharon. Image denoising via sparse and redundant representations over learned dictionaries.. IEEE T-IP,
15(12):3736–3745, 2006
[9] R. Fergus, B. Singh, A. Hertzmann, S. Roweis, and W. T. Freeman. Removing camera shake from a single photograph. Proc.
ACM SIGGRAPH, 2006.
[10] W. Dong, L. Zhang, and G. Shi. Centralized sparse representation for image restoration. Proc. ICCV, 2011.
[11] I. Daubechies, M. Defriese, and C. DeMol. An iter-ative thresholding algorithm for linear inverse problems with a sparsity
constraint. Commun. Pure Appl. Math., 57(11):1413–1457, 2004
[12] V. Katkovnik, A. Foi, K. Egiazarian, and J. Astola. From Local kernel to nonlocal multiple-model image denoising. IJCV,
86(1):1–32, 2010.
About Authors
Mr. Sainath G, received B.E Degree in Electronics and Communication from Pune University in 2012, Currently Pursuing M.Tech Degree
in Digital Communication and Networking from Visvesvaraya Technological University in 2014, Department of Telecommunication
Engineering, Dayanand Sagar College of Engineering, Bangalore, India. Main Interests in Networking, Digital Communications.
Mrs Nagarathna received B.E Degree in Electronics and Communication from Visvesvaraya Technological University. She received
M.Tech. Degree in Digital Communication and Networking from Visvesvaraya Technological University. She is currently working as
Assistant Professor in telecom department of Dayanand Sagar College of Engineering.

Contenu connexe

Tendances

Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...CSCJournals
 
A comparative study of histogram equalization based image enhancement techniq...
A comparative study of histogram equalization based image enhancement techniq...A comparative study of histogram equalization based image enhancement techniq...
A comparative study of histogram equalization based image enhancement techniq...sipij
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueIJEEE
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...sipij
 
Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2Prashant Sharma
 
Lec11: Active Contour and Level Set for Medical Image Segmentation
Lec11: Active Contour and Level Set for Medical Image SegmentationLec11: Active Contour and Level Set for Medical Image Segmentation
Lec11: Active Contour and Level Set for Medical Image SegmentationUlaş Bağcı
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
3 ijaems nov-2015-6-development of an advanced technique for historical docum...
3 ijaems nov-2015-6-development of an advanced technique for historical docum...3 ijaems nov-2015-6-development of an advanced technique for historical docum...
3 ijaems nov-2015-6-development of an advanced technique for historical docum...INFOGAIN PUBLICATION
 
Analysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancementAnalysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancementIAEME Publication
 
FORGERY (COPY-MOVE) DETECTION IN DIGITAL IMAGES USING BLOCK METHOD
FORGERY (COPY-MOVE) DETECTION IN DIGITAL IMAGES USING BLOCK METHODFORGERY (COPY-MOVE) DETECTION IN DIGITAL IMAGES USING BLOCK METHOD
FORGERY (COPY-MOVE) DETECTION IN DIGITAL IMAGES USING BLOCK METHODeditorijcres
 
Edge linking in image processing
Edge linking in image processingEdge linking in image processing
Edge linking in image processingVARUN KUMAR
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancementijait
 
Image pre processing - local processing
Image pre processing - local processingImage pre processing - local processing
Image pre processing - local processingAshish Kumar
 
Region duplication forgery detection in digital images
Region duplication forgery detection  in digital imagesRegion duplication forgery detection  in digital images
Region duplication forgery detection in digital imagesRupesh Ambatwad
 
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial DomainCopy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial DomainSondosFadl
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementSamrudh Keshava Kumar
 
Image in Painting Techniques: A survey
Image in Painting Techniques: A survey Image in Painting Techniques: A survey
Image in Painting Techniques: A survey IOSR Journals
 
Digital image processing short quesstion answers
Digital image processing short quesstion answersDigital image processing short quesstion answers
Digital image processing short quesstion answersAteeq Zada
 
Histogram Processing
Histogram ProcessingHistogram Processing
Histogram ProcessingAmnaakhaan
 

Tendances (20)

Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
 
A comparative study of histogram equalization based image enhancement techniq...
A comparative study of histogram equalization based image enhancement techniq...A comparative study of histogram equalization based image enhancement techniq...
A comparative study of histogram equalization based image enhancement techniq...
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion Technique
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...
 
Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2Medical image enhancement using histogram processing part2
Medical image enhancement using histogram processing part2
 
Lec11: Active Contour and Level Set for Medical Image Segmentation
Lec11: Active Contour and Level Set for Medical Image SegmentationLec11: Active Contour and Level Set for Medical Image Segmentation
Lec11: Active Contour and Level Set for Medical Image Segmentation
 
Image inpainting
Image inpaintingImage inpainting
Image inpainting
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
3 ijaems nov-2015-6-development of an advanced technique for historical docum...
3 ijaems nov-2015-6-development of an advanced technique for historical docum...3 ijaems nov-2015-6-development of an advanced technique for historical docum...
3 ijaems nov-2015-6-development of an advanced technique for historical docum...
 
Analysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancementAnalysis of collaborative learning methods for image contrast enhancement
Analysis of collaborative learning methods for image contrast enhancement
 
FORGERY (COPY-MOVE) DETECTION IN DIGITAL IMAGES USING BLOCK METHOD
FORGERY (COPY-MOVE) DETECTION IN DIGITAL IMAGES USING BLOCK METHODFORGERY (COPY-MOVE) DETECTION IN DIGITAL IMAGES USING BLOCK METHOD
FORGERY (COPY-MOVE) DETECTION IN DIGITAL IMAGES USING BLOCK METHOD
 
Edge linking in image processing
Edge linking in image processingEdge linking in image processing
Edge linking in image processing
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
 
Image pre processing - local processing
Image pre processing - local processingImage pre processing - local processing
Image pre processing - local processing
 
Region duplication forgery detection in digital images
Region duplication forgery detection  in digital imagesRegion duplication forgery detection  in digital images
Region duplication forgery detection in digital images
 
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial DomainCopy-Rotate-Move Forgery Detection Based on Spatial Domain
Copy-Rotate-Move Forgery Detection Based on Spatial Domain
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
 
Image in Painting Techniques: A survey
Image in Painting Techniques: A survey Image in Painting Techniques: A survey
Image in Painting Techniques: A survey
 
Digital image processing short quesstion answers
Digital image processing short quesstion answersDigital image processing short quesstion answers
Digital image processing short quesstion answers
 
Histogram Processing
Histogram ProcessingHistogram Processing
Histogram Processing
 

Similaire à Ijebea14 283

Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...IJMER
 
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...IOSR Journals
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Research Paper v2.0
Research Paper v2.0Research Paper v2.0
Research Paper v2.0Kapil Tiwari
 
Based on correlation coefficient in image matching
Based on correlation coefficient in image matchingBased on correlation coefficient in image matching
Based on correlation coefficient in image matchingIJRES Journal
 
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...Editor IJCATR
 
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABJim Jimenez
 
Iaetsd degraded document image enhancing in
Iaetsd degraded document image enhancing inIaetsd degraded document image enhancing in
Iaetsd degraded document image enhancing inIaetsd Iaetsd
 
Image processing second unit Notes
Image processing second unit NotesImage processing second unit Notes
Image processing second unit NotesAAKANKSHA JAIN
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMcscpconf
 
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...sipij
 
Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Jagan Rampalli
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniquesIJEACS
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposureiosrjce
 
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKING
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKINGA PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKING
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKINGIRJET Journal
 
SIFT/SURF can achieve scale, rotation and illumination invariant during image...
SIFT/SURF can achieve scale, rotation and illumination invariant during image...SIFT/SURF can achieve scale, rotation and illumination invariant during image...
SIFT/SURF can achieve scale, rotation and illumination invariant during image...National Cheng Kung University
 

Similaire à Ijebea14 283 (20)

Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
 
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
Research Paper v2.0
Research Paper v2.0Research Paper v2.0
Research Paper v2.0
 
Based on correlation coefficient in image matching
Based on correlation coefficient in image matchingBased on correlation coefficient in image matching
Based on correlation coefficient in image matching
 
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
An Improved Image Fusion Scheme Based on Markov Random Fields with Image Enha...
 
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
 
Iaetsd degraded document image enhancing in
Iaetsd degraded document image enhancing inIaetsd degraded document image enhancing in
Iaetsd degraded document image enhancing in
 
Image processing second unit Notes
Image processing second unit NotesImage processing second unit Notes
Image processing second unit Notes
 
Oc2423022305
Oc2423022305Oc2423022305
Oc2423022305
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
 
G04654247
G04654247G04654247
G04654247
 
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...
Sinusoidal Function for Population Size in Quantum Evolutionary Algorithm and...
 
Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
I010634450
I010634450I010634450
I010634450
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
 
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKING
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKINGA PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKING
A PROJECT REPORT ON REMOVAL OF UNNECESSARY OBJECTS FROM PHOTOS USING MASKING
 
SIFT/SURF can achieve scale, rotation and illumination invariant during image...
SIFT/SURF can achieve scale, rotation and illumination invariant during image...SIFT/SURF can achieve scale, rotation and illumination invariant during image...
SIFT/SURF can achieve scale, rotation and illumination invariant during image...
 

Plus de Iasir Journals (20)

ijetcas14 650
ijetcas14 650ijetcas14 650
ijetcas14 650
 
Ijetcas14 648
Ijetcas14 648Ijetcas14 648
Ijetcas14 648
 
Ijetcas14 647
Ijetcas14 647Ijetcas14 647
Ijetcas14 647
 
Ijetcas14 643
Ijetcas14 643Ijetcas14 643
Ijetcas14 643
 
Ijetcas14 641
Ijetcas14 641Ijetcas14 641
Ijetcas14 641
 
Ijetcas14 639
Ijetcas14 639Ijetcas14 639
Ijetcas14 639
 
Ijetcas14 632
Ijetcas14 632Ijetcas14 632
Ijetcas14 632
 
Ijetcas14 624
Ijetcas14 624Ijetcas14 624
Ijetcas14 624
 
Ijetcas14 619
Ijetcas14 619Ijetcas14 619
Ijetcas14 619
 
Ijetcas14 615
Ijetcas14 615Ijetcas14 615
Ijetcas14 615
 
Ijetcas14 608
Ijetcas14 608Ijetcas14 608
Ijetcas14 608
 
Ijetcas14 605
Ijetcas14 605Ijetcas14 605
Ijetcas14 605
 
Ijetcas14 604
Ijetcas14 604Ijetcas14 604
Ijetcas14 604
 
Ijetcas14 598
Ijetcas14 598Ijetcas14 598
Ijetcas14 598
 
Ijetcas14 594
Ijetcas14 594Ijetcas14 594
Ijetcas14 594
 
Ijetcas14 593
Ijetcas14 593Ijetcas14 593
Ijetcas14 593
 
Ijetcas14 591
Ijetcas14 591Ijetcas14 591
Ijetcas14 591
 
Ijetcas14 589
Ijetcas14 589Ijetcas14 589
Ijetcas14 589
 
Ijetcas14 585
Ijetcas14 585Ijetcas14 585
Ijetcas14 585
 
Ijetcas14 584
Ijetcas14 584Ijetcas14 584
Ijetcas14 584
 

Dernier

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 

Dernier (20)

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 

Ijebea14 283

  • 1. International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Engineering, Business and Enterprise Applications (IJEBEA) www.iasir.net IJEBEA 14-283; © 2014, IJEBEA All Rights Reserved Page 153 ISSN (Print): 2279-0020 ISSN (Online): 2279-0039 A highly efficient method for denoising of an image using gradient histogram preservation Sainath1 , Nagarathna2 1 Department of telecommunication, Dayananda Sagar College of Engineering, VTU, Bangalore, India 2 Department of telecommunication, Dayananda Sagar College of Enginnering, VTU, Bangalore, India Abstract: Image denoising is one of the basic problems in low level vision. It is one of the best methods to evaluate various statistical image modeling methods. One of the most important problems in image denoising is how to preserve the fine scale texture structures while removing noise. To address this problem, we propose a texture enhanced image denoising (TEID) method by using the gradient distribution of the denoised image to be nearly close to the estimated gradient distribution of the original image .Some natural image priors, such as nonlocal self-similarity prior, sparsity prior, and gradient based prior, have been used extensively for noise removal. The denoising algorithms based on these priors tend to remove the detailed image textures, degrading the image visual quality. A gradient histogram preservation (GHP) algorithm is developed to enhance the texture structures while removing noise. Keywords: Similarity prior, Sparsity prior, Gradient based prior, Gradient histogram preservation I . Introduction The main aim of image denoising is to estimate the best clean image x from its noisy observation y. One commonly used observation model is y = x + v , where v is additive white Gaussian noise. Image denoising is a fundamental yet still active topic in image processing and low level vision, while it is an ideal test bed to evaluate various statistical image modeling methods. In general, we hope that the denoised image should look like a natural image, and therefore the statistical modeling of natural image priors is crucial to the success of image denoising. With the rapid development of digital imaging, the resolution of imaging sensor is getting higher and higher. On one hand, more fine texture features of the object and scene will be captured; on the other hand, captured high resolution image is more prone to noise because the smaller size of each pixel makes the exposure less sufficient. However, suppressing noise while preserving textures is difficult to achieve simultaneously, and this has been one of the most challenging problems in natural image denoising. Unlike large scale edges, the fine scale textures have much higher randomness in local structure and they are hard to characterize by using a local model. Considering the fact image are homogeneous that texture regions in and are usually composed of similar patterns, statistical descriptors such as histogram are more effective to represent them. Actually, in literature of texture representation and classification global histogram of some local features is dominantly used as the final feature descriptor for matching. Meanwhile, image gradients convey most of semantic information in an image and are crucial to the human perception of image visual quality. All these motivate us to use the histogram of image gradient to design new image denoising models. (1) A novel image denoising framework, i.e., TEID, is proposed, which preserves the gradient distribution of the original image. The existing image priors can be easily incorporated into the proposed framework improve the quality of denoised image. (2) A histogram specification function is developed to ensure the gradient histogram of denoised image being close to the reference histogram, resulting in a simple yet effective GHP based TEID algorithm. (3) A simple solid algorithm is presented to estimate the gradient histogram from the given noisy image, making TEID practical to implement. II. Denoising with gradient histogram preservation In this, we present the image denoising model by gradient histogram preservation with sparse nonlocal regularization, and then present an effective histogram specification algorithm to solve the proposed model for texture enhanced image denoising. Given a clean image x, the noisy observation y of x is usually modeled as y = x + v eq (1) where v is the additive white Gaussian noise (AWGN) with zero mean and standard deviation . The goal of image denoising is to estimate the desired image x from y. One popular approach to image denoising is the variational method, in which the denoised image is obtained by (1)
  • 2. Sainath et al., International Journal of Engineering, Business and Enterprise Applications, 8(2), March-May., 2014, pp. 153-157 IJEBEA 14-283; © 2014, IJEBEA All Rights Reserved Page 154 where R(x) denotes some regularization term and μ is a positive constant. The specific form of R(x) depends on the used image priors. One common problem of image denoising methods is that the image fine scale details such as texture structures will be over-smoothed. An over-smoothed image will have much weaker gradients than the original image. Intuitively, a good estimation of x without smoothing too much the textures should have a similar gradient distribution to that of x. With this motivation, we propose a gradient histogram preservation (GHP) model for texture enhanced image denoising. Our intuitive idea is to integrate the gradient histogram prior with the other image priors to further improve the denoising performance. Suppose that we have an estimation of the gradient histogram of x, denoted by hr (the estimation) method will be discussed in Section 4). In order to make the gradient histogram of denoised image x nearly the same as the reference histogram hr, we propose the following GHP based image denoising model: Where F denotes an odd function which is monotonically non-descending in (0, +∞), hF denotes the histogram of the transformed gradient image |F (∇x)|, and ∇ denotes the gradient operator. By introducing the transform F, we can usethe alternating method for image denoising. Given F, we can fix ∇x0 = F(∇x), and use the conventional denoising methods to update x. Given x, we can update F simply by the histogram operator introduced Thus, with the introduction of F, we can easily incorporate gradient histogram prior with any existing image priors R(x). The sparsity and NSS priors have shown promising performance in denoising, and thus we integrate them into the proposed GHP model. Specifically, we adopt the sparse nonlocal regularization term proposed in the centralized sparse representation (CSR) model, resulting in the following denoising model: where λ is the regularization parameter, D is the dictionary and α is the coding coefficients of x over D. Let’s explain more about the model in Eq. (3). Let xi =Rix be a patch extracted at position i, i = 1, 2, . . . , N, where Ri is the patch extraction operator and N is the number of pixels in the image. Each xi is coded over the dictionary D, and the coding coefficients is αi . Let be the concatenation of all αi and then x can be reconstructed by In Eq. (3), βi is the nonlocal means of _i in the sparse Coding domain. With the current estimate ˆx, we use the blocking matching method as in to find the non local neighbors of then βi is computed as the weighted average (5) where the weight is defined as From the GHP model with sparse nonlocal regularization in Eq. (3), one can see that if the histogram regularization parameter μ is high, the function F (∇x) will be close to ∇x. Since the histogram hF of |F (∇x)| is required to be the same as hr , the histogram of ∇x will be similar to hr, leading to the desired gradient histogram preserved image denoising. Next, we will see that there is an efficient iterative histogram specification algorithm to solve the model in Eq. (3). III. Iterative histogram specification algorithm Eq. (3) is minimized iteratively. As in , the local PCA bases are used as the dictionary D. Based on the current estimation of image x, we cluster its patches into K clusters, and for each cluster, a PCA dictionary is learned. Then for each given patch, we first check which cluster it belongs, and then use the PCA dictionary of this cluster as the D. We propose an alternating minimization method to solve the problem in Eq. (3). Given the transform function F, we introduce a variable g = F (∇x), and update x (i.e., α) by solving the following sub- problem: To get the solution to the above sub-problem, we first use a gradient descent method to update x:
  • 3. Sainath et al., International Journal of Engineering, Business and Enterprise Applications, 8(2), March-May., 2014, pp. 153-157 IJEBEA 14-283; © 2014, IJEBEA All Rights Reserved Page 155 Then, the coding coefficients αi are updated by: By using Eq. (5) to obtain βi, we further update αi by : Once the estimate of image x is given, we can update F by solving the following sub-problem: Finally, we summarize our proposed iterative histogram specification based GHP algorithm in algorithm 1. It should be noted that, for any gradient based image denoising model, we can easily incorporate the proposed GHP in it by simply modifying the gradient term and adding an extra histogram specification operation IV. Reference gradient histogram algorithm To apply the model in Eq. (3), we need to know the reference histogram hr, which is supposed to be the gradient histogram of original image x. In this section, we propose a one dimensional deconvolution model to estimate the histogram hr. Assuming that all pixels in the gradient image ∇ x are independent and identically distributed (i.i.d.), we can view them as the samples of a scalar variable, denoted by x. Then the normalized histogram of ∇ x can be regarded as a discrete approximation of the probability density function (PDF) of x. For the additive white Gaussian noise (AWGN) v, we can readily model its elements as the samples of an i.i.d. variable, denoted by v. Since v ∼ N _0, _2_ and let g = ∇ v, one can obtain that g is also i.i.d. Gaussian with PDF Then the PDF py is: If we use the normalized histogram hx and hy to approximate px and py, we can rewrite Eq. (14) in the discrete domain as:
  • 4. Sainath et al., International Journal of Engineering, Business and Enterprise Applications, 8(2), March-May., 2014, pp. 153-157 IJEBEA 14-283; © 2014, IJEBEA All Rights Reserved Page 156 where ⊗ denotes the convolution operator. Note that hg can be obtained by discretizing pg, and hy can be computed directly from the noisy observation y. Obviously, the estimation of hx can be generally modelled as a deconvolution problem: VI. Results Fig.1: Histogram of noiseless Fig. 2: Histogram of noise image Fig.4: denoise image Fig. 5: noised image VII. Conclusion In this paper, we used a novel gradient histogram preserving (GHP) model for texture-enhanced image denoising (TEID). The GHP model can preserve the gradient distribution by pushing the gradient histogram of the denoised image toward the reference histogram, and thus is promising in enhancing the texture structure while re moving random noise. To implement the GHP model, we proposed an efficient iterative histogram specification algorithm V References [1] H. C. Burger, C. J. Schuler, and S. Harmeling. Image denoising: can plain neural networks compete with bm3d? Proc. CVPR,
  • 5. Sainath et al., International Journal of Engineering, Business and Enterprise Applications, 8(2), March-May., 2014, pp. 153-157 IJEBEA 14-283; © 2014, IJEBEA All Rights Reserved Page 157 2012. [2] T. S. Cho, C. L. Zitnick, N. Joshi, S. B. Kang, R. Szeliski, and W. T. Freeman. Image restoration by matching gradient distributionsIEEE T-PAMI, 34(4):683–694, 2012. [3] J. Jancsary, S. Nowozin, and C. Rother. Loss-specific training of non-parametric image restoration models: a state of the art. Proc. ECCV, 2012. [4] W. Dong, L. Zhang, G. Shi, and X. Wu. Image deblurring and super-resolution by adaptive sparse domain selection and adaptive regularization. IEEE T-IP, 20(7):1838–1857, 2011. [5] H. Attouch, J. Bolte, P. Redont, and A. Soubeyran. Prox-imal alternating minimization and projection methods for nonconvex An approach based on the Kurdyka-Lojasiewicz inequality. Mathematics of Operations Re-search, 35(2):438–457, 2010 [6] V. Katkovnik, A. Foi, K. Egiazarian, and J. Astola. From Local kernel to nonlocal multiple-model image denoising. IJCV, 86(1):1–32, 2010. [7] T. S. Cho, N. Joshi, C. L. Zitnick, S. B. Kang, R. Szeliski, and W. T. Freeman. A content-aware image prior. Proc. CVPR, 2010. [8] M. Elad and M. Aharon. Image denoising via sparse and redundant representations over learned dictionaries.. IEEE T-IP, 15(12):3736–3745, 2006 [9] R. Fergus, B. Singh, A. Hertzmann, S. Roweis, and W. T. Freeman. Removing camera shake from a single photograph. Proc. ACM SIGGRAPH, 2006. [10] W. Dong, L. Zhang, and G. Shi. Centralized sparse representation for image restoration. Proc. ICCV, 2011. [11] I. Daubechies, M. Defriese, and C. DeMol. An iter-ative thresholding algorithm for linear inverse problems with a sparsity constraint. Commun. Pure Appl. Math., 57(11):1413–1457, 2004 [12] V. Katkovnik, A. Foi, K. Egiazarian, and J. Astola. From Local kernel to nonlocal multiple-model image denoising. IJCV, 86(1):1–32, 2010. About Authors Mr. Sainath G, received B.E Degree in Electronics and Communication from Pune University in 2012, Currently Pursuing M.Tech Degree in Digital Communication and Networking from Visvesvaraya Technological University in 2014, Department of Telecommunication Engineering, Dayanand Sagar College of Engineering, Bangalore, India. Main Interests in Networking, Digital Communications. Mrs Nagarathna received B.E Degree in Electronics and Communication from Visvesvaraya Technological University. She received M.Tech. Degree in Digital Communication and Networking from Visvesvaraya Technological University. She is currently working as Assistant Professor in telecom department of Dayanand Sagar College of Engineering.