SlideShare uma empresa Scribd logo
1 de 9
Baixar para ler offline
ISSN: 2278 – 1323
                                                                 International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                                     Volume 1, Issue 4, June 2012




           Image Denoising Using Curvelet Transform
                   Using Log Gabor Filter
                                                     Vishal Garg, Nisha Raheja


                                                                        with Log Gabor Filter and reconstructing the image to obtain
Abstract— In this paper we propose a new method to reduce                the original image. Output image is the denoised image.
noise in digital image. Images corrupted by Gaussian Noise is
still a classical problem. To reduce the noise or to improve the
quality of image we have used two parameters i.e. quantitative                                    Image Denoising
and qualitative. For quantity we will compare peak signal to                                      Algorithm
noise ratio (PSNR). Higher the PSNR better the quality of the
image. For quality we compare Visual effect of image. Image
denoising is basic work for image processing, analysis and                                         ADD NOISE TO
                                                                                                    THE IMAGE
computer vision. The Curvelet transform is a higher
dimensional generalization of the Wavelet transform designed
to represent images at different scales and different angles.In
this paper we proposed a Curvelet Transformation based
image denoising, which is combined with Gabour filter in place              ORIGINAL                                                DENOISED
                                                                                                     DECOMPOSE
                                                                             IMAGE                                                   IMAGE
of the low pass filtering in the transform domain. We                                                IMAGE INTO
demonstrated through simulations with images contaminated                                             WAVELETS
by white Gaussian noise. Experimental results show that our
proposed method gives comparatively higher peak signal to
noise ratio (PSNR) value, are much more efficient and also have                                         APPLY
less visual artifacts compared to other existing methods.                                           CURVELET WITH
                                                                                                      LOG GABOR
Index Terms—Image Denoising, Discrete Wavelets Curvelet,                                                FILTER
Log Gabor filter.
                                                                                         Fig 1 Method adopted for Image Denoising


                        I. INTRODUCTION
                                                                                               II. FORMING AN IMAGE
    Noise mainly exists in all digital images to some degree.
This noise is oftenly introduced by the camera while taking a                Wavelet based image denoising is based on obtaining
picture or during the transmission of image. Image denoising             pixel values of images as proper data sets i.e. a matrix of
algorithms attempt to remove this noise from the image.                  pixels. Images seen on computer screen have               two
Ideally, the resulting image after denoising will not contain            dimensions in terms of xi and yi representing ith position of
any noise or added visual artifacts. Major denoising methods             pixel in the horizontal and vertical axes. A pixel or picture
include use of Mean and Median Filters, Gaussian Filtering,              element is known as one of the many tiny dots that make up
Wiener Filtering and Wavelet Thresholding. A large number                the representation of a picture in a screen of computer. Each
of more methods have been developed; however, most of                    pixel may have different values at each position. With these
theose methods make assumptions about the image that can                 explanations one can say that image with“256x256”
lead to blurring. This paper will also explain these                     resolution has “256” dots in xi and “256” dots in yi.
assumptions and one of the measurements used will be the
method noise, which is the difference between the image and
denoised image [1]. A noisy image can be represented as:
     O(i) = t(i) + n(i)                         ----(1.1)
Where O (i) is the observed value, t (i) is the true value and n
(i) is the noise value at the ith pixel . From the fig. 1. we show
that input the original image, introduce the Gaussian Noise in
the original image after that the image is decomposed in to
the wavelets, then applying the Curvelet Transformation


    Manuscript received June 20, 2012.                                                       Fig.2 Pixel Value of noisy Image
 Assistant Professor Vishal Garg ,Department of Computer Science and
Engg., JMIT Radaur, Yamunanagar, Haryana, India.                                         III. NOISE IN IMAGE FORMATION
( vishalgarg.9@gmail.com)
Scholar Nisha Raheja Department of Computer Science and Engg., JMIT        Noise is of many types. One common type of noise is
Radaur, Yamunanagar, Haryana, India.,                                    Gaussian noise. This type of noise contains variations in
 (nisha.raheja1986@gmail.com)
                                                  All Rights Reserved © 2012 IJARCET
                                                                                                                                            671
ISSN: 2278 – 1323
                                                                        International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                                            Volume 1, Issue 4, June 2012

intensity that is drawn from a Gaussian distribution and is a                   Wavelet theory is based on analyzing signals to their
very good model for many kind of sensor noise. Noise is                         components by using a set of basis functions. One important
oftenly introduced by the camera when a picture is taken.                       characteristic of the wavelet basis functions is that they
Any Image denoising algorithm attempts to remove this noise                     relate to each other by simple scaling and translation.
from the image. Ideally, the resulting denoised image will                      The original wavelet function is used to generate all basis
not contain any noise or added artifacts. The image that is                     functions. It is designed with       respect   to    desired
corrupted by different types of noises is a frequently                          characteristics of the associated function. For multi
encountered problem in image acquisition and transmission                       solution transformation, there is also a need for another
[2]. The noise comes from noisy sensors or channel                              function which is known as scaling function. It makes the
transmission errors.Several kinds of noises are discussed                       analysis of the function to a finite number of components.
here. The impulse noise (or the salt and pepper noise) is                       WT is a two-parameter expansion of a signal in terms of
caused by sharp or sudden disturbances into the image signal;                   a Wavelet transformation (WT) uses the concept of DWT
its appearance is randomly scattered white or black (or both)                   and IDWT. DWT(Decomposed Wavelet transformation) can
pixels over the whole image. Gaussian noise is an idealized                     be 1-D or 2-D. WT was developed to overcome the
form of white noise, that is caused by random fluctuations in                   shortcoming of the Short Time Fourier Transform (STFT),
the signal. It is distributed normally as shown in fig.1.3.                     which can be used to analyze the non- stationary signals,
                                                                                while STFT always gives a constant resolution at all
                                                                                frequencies, WT uses multi-resolution technique for
                                                                                non-stationary signals by which different frequencies can be
                                                                                analyzed with different resolutions [3].

                                                                                Wavelet theory is based on analyzing signals to their
                                                                                components by using a set of basis particular wavelet basis
                                                                                functions or wavelets. Continuous Wavelet Transform
                                                                                (CWT) is written as shown in eq. 1.1

                                                                                  ( s, )   f (t ) s , (t )dt                 ----(1.2)
    Fig. 3 Gaussian distribution with mean 0 and standard deviation 1

Speckle noise can be modeled by the random values                                   V. FOURIER TRANSFORM VS. WAVELET TRANSFORM
multiplied by pixel values; that‟s why it is also known as
multiplicative noise. If the image signal is subject to a
periodic, rather than a random disturbance, we might obtain                       A. FOURIER TRANSFORM:
an image corrupted by periodic noise. Periodic noise usually                        The FT is an image representation as a sum of complex
requires the use of frequency domain filtering whereas the                      exponentials of varying magnitudes, frequencies, and phases.
other forms of noise can be modeled as local degradations,                      The FT plays an important role in a broad category of image
periodic noise has a global effect. However, impulse noise,                     processing applications, that include enhancement, analysis,
Gaussian noise and speckle noise can all be cleaned by using                    restoration, and compression.
spatial filtering techniques.                                                   Mathematically, The Fourier analysis process is represented
                                                                                by the Fourier transform:
                   IV. WAVELET TRANSFORM                                                         

    A wavelet is a small wave with finite energy, which has                      F ( )         
                                                                                                
                                                                                                     f (t )e  jt dt
its energy concentrated in time or space area to give ability
for the analysis of time-varying phenomenon. In other words                                                                            ----(1.3)
it provides a time-frequency representation of the signal.                      which is the sum over all time of the signal f(t) i.e. multiplied
Comparison of a wave with a wavelet is shown in Fig1.4.                         by a complex exponential. The final results of the transform
Left graph shows a Sine Wave with infinite energy and the                       are the Fourier coefficients F (ω), which when multiplied by
right graph shows a Wavelet with finite energy.                                 a sinusoid of frequency ω yield the constituent sinusoidal
                                                                                components of the original signal. The process is shown in
                                                                                fig. 1.5.




               Fig.4 Comparison of a wave and a wavelet

Wavelet transformation (WT) was developed to overcome
the shortcoming of the Short Time Fourier Transform (STFT).
While STFT gives a constant resolution at all frequencies,                        Fig. 5 Fourier Transform producing sinusoidal with different frequency
WT uses multi-resolution technique for non-stationary
signals by which different frequencies can be analyzed
with different resolutions [20].


                                                     All Rights Reserved © 2012 IJARCET
                                                                                                                                                     672
ISSN: 2278 – 1323
                                                                    International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                                        Volume 1, Issue 4, June 2012

  B. WAVELET TRANSFORM:                                                     consequently helps to preserve true ridge structures of images
    Similarly, the Continuous Wavelet Transform (CWT) is                    (Lajevardi and Hussain ,2009) .
defined as the sum over all time of the signal i.e. multiplied              The “Gabor Filter Bank” is a popular technique used to
by scaled, shifted versions of the results of the CWT are                   determine a feature domain for representing an image. This
various wavelet coefficients C, which are mainly a function of              technique can be designed by varying the spatial frequency
scale and position.                                                         and orientation of a Gabor Filter which mimics a band-pass
                                                                            filter. A Gabor filter can be designed for a bandwidth of only
                                                                           1 octave maximum with a small DC component into the filter.
          C ( scale, position)       f (t ) (scale, position, t )dt      To overcome this limitation, Field proposes the “Log Gabor
                                     
                                                                            Filter”. A Log Gabor Filter has no DC component and can be
                                                            ----(1.4)       constructed with any arbitrary bandwidth. Two important
                                                                            characteristics of Log-Gabor filter, First, the Log-Gabor filter
 Multiplying each coefficient by the appropriately scaled and               function always has zero DC components which not only
shifted wavelet yields the constituent wavelets of the original             improve the contrast ridges but also edges of images.
signal.                                                                     Second, the Log Gabor filter function has an extended tail at
                                                                            the high frequency end which allows it to encode images
                                                                            more efficiently than the ordinary Gabor function( Mara and
                                                                            Fookesb ,2010) For obtaining the phase information log
                                                                            Gabor wavelet is used for feature extraction. From
                                                                            observation it is clear that the log filters (which use Gaussian
                                                                            transfer functions viewed on a logarithmic scale) can code
                                                                            natural images better than Gabor filters. Statistics of natural
                                                                            images indicate the presence of high-frequency components.
 Fig.6 Wavelet Transform producing wavelet with different scale position
                                                                            Since the ordinary Gabor filters under-represent high
                                                                            frequency components, the log filters is a better choice
   VI. IMAGE FUSION BASED ON CURVELET TRANSFORM                             (Mehrotra , Majhi and Gupta). Log-Gabor filters, consist of a
    The curvelet transform(CT) has evolved as an important                  complex-filtering arrangement in p orientations and k scales,
tool for the representation of curved shapes in graphical                   whose expression in the log-polar Fourier domain is as
applications. Then, it is extended to the fields of edge                    shown:
detection ,image denoising and image fusion etc. ( Ali                       G(  , , p, k )  exp( 1 / 2(    k /   ) 2 exp( 1 / 2(   k , p /   ) 2 )
,Dakany ,sood and Abd ,2008). When the curvelet transform                                                                                          ----(1.5)
(CT) is introduced to image fusion, the image after fusion
will take not only more characteristics of original images but              in which (ρ,θ) both are log-polar coordinates and σρ and σθ
also more information for fusion is maintained ( Sun,li and                 are the angular bandwidth and radial bandwidth respetively
Yang ,2008). The main aim of curvelet transform is to                       (common for all the filters). The pair (ρk and θk,p)
generate an image of better quality in terms of reduced noise               corresponds to the frequency center of the filters, where the
than the original image. Conventional methods have very                     variables p and k represent the orientation and scale selection,
erratic decision making capabilities as compared to curvelet                respectively. In addition, the scheme is completed by a
method. Curvelet Transform is a new multi-scale                             Gaussian low-pass filter G(ρ,θ,p,k) (approximation).
representation and is most suitable for objects with curves.
Curvelet Transformation is an extended technique to reduce
image noise and to increase the contrast of structures of                                          VIII. METHODOLOGY USED
interest in image. This method can manage the vagueness and                     The methodology used for Image Denoising is to
ambiguity in many image reconstruction applications                         introduce Log Gabor Filter inside the curvelet
efficiently when compared to other techniques. ( Starck ,                   transformation so that high pass and low pass filters may be
Candes and Donoho ,2002).                                                   replaced. The technique used will give good PSNR and also
                                                                            the best visual quality. The results of various algorithms will
                                                                            be interpreted on basis of different quality and quantity
                    VII. LOG GABOR FILTER                                   metrics. Thus, methodology for implementing the these
    Curvelet Gabor filters are mainly recognized as one of the              objectives can be summarized as follows :-
best choices for obtaining frequency information locally.
                                                                            Image Denoising is basic work for image processing,
They provide the best simultaneous localization of spatial
                                                                            analysis and computer vision. This work proposes a
and frequency information. There are two important
                                                                            Curvelet Transformation based Image Denoising, which is
characteristics of Gabor Filter, Firstly, Log-Gabor functions,
                                                                            combined with Gabor Filter instead of the low pass filtering
always have no DC component, by definition, that
                                                                            in the transform domain. We demonstrated through
contributes to improve not only the contrast ridges but also
                                                                            simulations with images contaminated by white Gaussian
edges of images. Secondly, the transfer function of the
                                                                            noise. And we found that our scheme exhibits better
Log-Gabor function has an extended tail at the high
                                                                            performance in both PSNR (Peak Signal to Noise Ratio) and
frequency end, that oftenly enables one to obtain a very wide
                                                                            visual effect.
spectral information with localized spatial extent and
                                                                                         1). Main Objectives:


                                                     All Rights Reserved © 2012 IJARCET
                                                                                                                                                            673
ISSN: 2278 – 1323
                                                           International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                               Volume 1, Issue 4, June 2012

       1. To study all the methods of the Denoising.                           f  ( P0 f , 1 f ,  2 f .....)
       2. Attenuate the color frequencies using Log Gabor
       Filter.                                                                                                                                          ---- (1)
       3. Applying the Curvelet Transform.
       4. Compare the image quality using PSNR Tool.                          (a) Divide the image into resolution layers.
                                                                              (b) Each layer will contain details of different
                                                                              frequencies:
                                                                              P0 – Low-pass filter.
Work Flow For Image Denoising Using Log Gabor Filter                          1, 2, … – Band-pass (high-pass)filters .
          Using Curvelet Transformation                                       (c)The original image can be reconstructed from
                                                                              these sub-bands:
                                                                                                                         ---- (2)
                         Input Image                                               f  P P f     s  s f 
                                                                                        0  0
                                                                              (d) Low-pass filter 0 deals with low frequencies
                                                                                                    s

                                                                              near ||1.
                          Add noise                                           (e) Band-pass(High-pass) filter 2s deals with
                                                                              frequencies near domain ||[22s, 22s+2].
                                                                              (f) Recursive construction :
                         Subband                                                       2s(x) = 24s(22sx).                ---- (3)
                       Decomposition                                          (g) The sub-band decomposition can be
                                                                              approximated with the well known Wavelet
                                                                              Transform (WT). Using WT, f is decomposed into
                           Smooth                                             S0, D1, D2, D3, etc. P0 f is partially constructed from
                         Partitioning                                         S0 and D1, and may include also D2 and D3. s f is
                                                                              constructed from D2s and D2s+1.
                                                                              (h) P0 f is “smooth” (low-pass), and can be
                      Renormalization                                         represented using wavelet base efficiently.

                                                                         2) Smooth Partitioning: The layer will be dissected into
                         Ridgelet                                            small partitions. A grid of dyadic squares can be
                                                                             defined as:
                                                                                                                                               
                        Composition
                                                                                   Qs , k1 , k 2              2s
                                                                                                                    k1
                                                                                                                         , k121 
                                                                                                                              s
                                                                                                                                      k2
                                                                                                                                      2s
                                                                                                                                           , k 2 s1  Qs
                                                                                                                                               2
                                                                                                                                                               ---- (4)
                      (a) Image decomposition
                                                                              Qs – all the dyadic squares of the grid .
                         Ridgelet
                                                                              (a)Let w be a smooth windowing function with
                        Composition
                                                                              „main‟ support of size 2-s2-s. For each square, wQ
                                                                              shows a displacement of w localized near Q.
                                                                              Multiplying s f with wQ (QQs) produces a
                          Smooth                                              smooth dissection of the function into many
                        Integration                                           „squares‟:
                                                                                                              hQ  wQ   s f
                                                                                                                        ---- (5)
                    Renormalization                                           The windowing function w is a non-ve smooth
                                                                              function.
                                                                              (b) Partition of the energy:
                        Subband                                               The energy of certain pixel (x1 , x2) is divided
                      Reconstruction                                          between all sampling windows of the grid:

                                                                                    w x  k , x
                                                                                   k1 , k 2
                                                                                                  2
                                                                                                          1      1       2    k2   1                       ---- (6)

           Obtained Image With Normal                                    3) Renormalization: Renormalization is centering each
            Curvelet Transformation                                          dyadic square to the unit square [0,1][0,1]. For
                                                                             each value of Q, the operator TQ is defined as:
                     (b) Image Reconstruction                               T f x , x   2 f 2 x  k , 2 x
                                                                               Q              1       2
                                                                                                                     s        s
                                                                                                                                  1    1
                                                                                                                                              s
                                                                                                                                                  2       
                                                                                                                                                       k 2 ---- (7)
         Fig.7 Curvelet transform processing flowchart
                                                                              Then each square is renormalized by:
                                                                                                                 1                                           ---- (8)
 A. IMAGE DECOMPOSITION                                                                gQ  TQ hQ
   1) Subband decomposition:The image is filtered into                   4) Ridgelet Analysis:
       subbands.                                                             (a)Each normalized square is analyzed in the


                                                All Rights Reserved © 2012 IJARCET
                                                                                                                                                                   674
ISSN: 2278 – 1323
                                                               International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                                   Volume 1, Issue 4, June 2012

         ridgelet system:                                                 Flow Chart Of Proposed Algorithm Of Image Denoising
                                                        ---- (9)
                  αQ,λ   g Q , ρ λ
                                                                                                              Start
         (b) The ridge fragment has an aspect ratio of 2-2s2-s.
         After the renormalization, it has a localized
         frequency in band ||[2s, 2s+1].                                                         Input Original Image
         (c) A ridge fragment needs only a very few ridgelet
         coefficients to represent it.
                                                                                             Apply Subband Decomposition
 B. IMAGE RECONSTRUCTION:
                                                                                                         LL            HL
    1) Ridgelet Synthesis:
               g Q   αQ,λ   ρλ                                                                      LH           HH
                         λ                         ---- (10)
    2) Renormalization:
                  hQ  TQ gQ                       ---- (11)                                    Apply Smooth Partitioning
    3) Smooth Integration
              s f   wQ  hQ                     ---- (12)                                            Renormalizatio
                         QQ s
                                                                                                             n
    4) Sub-band Reconstruction
           f  P P f     s  s f                                                                     Ridgelet
                0  0                               ---- (13)
                                 s
                                                                                                            Analysis

                                                                                                            Image
             IX. PROPOSED ALGORITHM STEPS                                                               Reconstruction

                                                                                                   Obtained Image With
Step I: Take noisy image.
                                                                                                 Proposed Transformation
Step II: Applying Curvelet Transform as under:
(a) Sub Band Decomposition
(b) Smooth Partioning
(c) Renormalization                                                                                           Stop
(d) Ridgelet Analysis
Step III: In Sub Band Decomposition                                                    Fig. 8 Diagrammatic depiction of Proposed Algorithm
(a) Divide imgae into resolution layers
(b) Each layer contains details of different frequencies.
(c) These frequiencies are attenuates and approximate with
the help of Log Gabor Filter.                                                            X. RESULT AND DISCUSSIONS
                                                                           This section presents the results of combined effect of
This Step has following characterstics –                               curvelet transformation and Log gabor Filter on to the images
 (a).The main particularity of this scheme is the construction         to observe the change in PSNR ratio. The noisy images are
of the low-pass and high-pass filters.                                 simulated by adding Gaussian white noise on the original
(b).Log Gabor Filters basically consist in a Logarithmic               images. The performance of the method is illustrated with
Transformation of the Gabor domain which eliminates the                both quantitative and qualitative performance measure. The
annoying DC-component allocated in medium and high-pass                qualitative measure is the visual quality of the resulting
filters.                                                               image [10]. The peak signal to noise (PSNR) is used as
 (c).This type of scheme approximates flat frequency                   quantitative measure. It is expressed in dB units.The fig.
response and therefore exact image reconstruction which is             shows the steps applied on the image.
obviously beneficial for applications in which inverse
transform is demanded, such as texture synthesis, image
restoration, image fusion or image compression.
Step IV: In Smooth portioning , we will dissect the layer into
small portions as explained in eq 1.4,1.5 and 1.6.
Step V: In Renormalization each square is renormalized by
using the specified formula.
Step VI: Ridgelet Analysis is taking place, which is
explained by eq 1.9.
Step VII : For Reconstruction inverse of curvelet transform is
performed .
Step VIII: Output is the final Denoised image.



                                                All Rights Reserved © 2012 IJARCET
                                                                                                                                             675
ISSN: 2278 – 1323
                                                                International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                                    Volume 1, Issue 4, June 2012




     Fig.9 Decomposed Wavelet Transformation of image “lena”              Fig 11. Image Denoising with Curvalet Transformation with Log Gabor
                                                                                    Filter of image “lena” with noise variance 0.008052.




Fig 10. Image Denoising with Normal Curvalet Transformation of image      Fig 12. Image Denoising with Normal Curvalet Transformation of image
                “lena” with noise variance 0.008052.                                        “lena” with noise variance 0.015.




                                                  All Rights Reserved © 2012 IJARCET
                                                                                                                                           676
ISSN: 2278 – 1323
                                                                International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                                    Volume 1, Issue 4, June 2012




Fig 13. Image Denoising with Curvalet Transformation with Log Gabor       Fig 15. Image Denoising with Curvalet Transformation with Log Gabor
           Filter of image “lena” with noise variance 0.015.                        Filter of image “lena” with noise variance 0.028701.




Fig 14. Image Denoising with Normal Curvalet Transformation of image      Fig 16. Image Denoising with Normal Curvalet Transformation of image
                “lena” with noise variance 0.028701.                                      “lena” with noise variance 0.036623.




                                                  All Rights Reserved © 2012 IJARCET
                                                                                                                                           677
ISSN: 2278 – 1323
                                                                 International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                                     Volume 1, Issue 4, June 2012




                                                                                           ACKNOWLEDGMENT
                                                                           The authors would like to thank one referee for some very
                                                                         helpful comments on the original version of the manuscript.


                                                                            References
                                                                               [1]. Mallat, S., A wavelet tour of signal processing, Second
                                                                                     addition, Academic Press, IEEE Trans, on Signal Processing,
                                                                                     Vol.42, No.3, pp.519-531, March 1994.
                                                                               [2]. DavidL. Donoho “De-Noising by Soft-Threholding,” IEEE
                                                                                     TRANSACTIONS ON INFORMATION THEORY, VOL. 41,
                                                                                     NO. 3, MAY 1995 .
                                                                               [3]. Donoho, D.L., Johnstone, I.M., Adapting to Wavelet shrinkage,
                                                                                     1995
                                                                               [4]. Vidakovic, B., Non-linear wavelet shrinkag with Bayes rules
                                                                                     and Bayes factors, J.American Statistical Association, 93, pp.
                                                                                     173-179, 1998 known smoothness via wavelet Shrinkage, 1995.
                                                                               [5]. Unser, P.-G., Thévenaz P. And Aldroubi A., Shift-Orthogonal
                                                                                     wavelet bases using splines, IEEE Signal Processing Letters, Vol.
                                                                                     3, No. 3, pp. 85-88,1996
                                                                               [6]. Ogden, R.T. “Essential Wavelets for Statistical Applications
                                                                                     and Data Analysis”, Birkhauser, Boston, 1997.
                                                                               [7]. S.Grace Chang, Student Member, , Bin Yu, Senior Member,
                                                                                     IEEE, and Martin Vetterli, Fellow, IEEE, “Adaptive Wavelet
                                                                                     Thresholding for Image Denoising and Compression,” IEEE
                                                                                     transactions on image processing, vol. 9, no. 9, September 2000.
 Fig 17. Image Denoising with Curvalet Transformation with Log Gabor           [8]. H.Zhang, A. Nosratinia , R. O. Wells, “Image denoising via
          Filter of image “lena” with noise variance 0.036623.                       wavelet-domain Spatially adaptive F I R W i e n e r f i l t e r i n g ” ,
                                                                                     i n I E E E P r o c . Int. Conf. Acoust., Speech, Signal
                                                                                     Processing, Istanbul, vol.4, pp-2179 – 2182, 2000.
                        XI. CONCLUSION                                         [9]. Vidakovic, B., Ruggeri, F., BAMS method: theory and
                                                                                     simulations, Sankhy, pp. 234–249, 2001
It is known that the reduction of noise is of paramount                        [10]. Jean-Luc Starck, Emmanuel J. Candès, and David L. Donoho,”
importance in imaging systems. Indeed, image processing                              The Curvelet Transform for Image Denoising” IEEE
                                                                                     transactions on image processing, vol. 11, no. 6, June 2002.
techniques typically adopted in image-based measurements                       [11]. Buades, B. Coll, and J Morel. On image denoising methods.
(dealing with image analyzing, image transmission and                                Technical Report 2004-15, CMLA, 2004.
image processing etc.) are very sensitive to noise. To address                 [12]. G.Y.Chen, T.D.Bui A.Krzyzak,”image denoising using
this issue, a new technique for images contaminated by white                         neighboring wavelet coefficient ”, Proc.of IEEE International
                                                                                     conference on acoustics, speech and signal Processing ICASSP,
Gaussian noise has been presented. As a result, a very fine                          Montreal, que.,Canada, Montreal, pp. II-917-920, May 17-21,
control of noise cancellation and detail preservation can be                         2004.
achieved. This paper has shown that satisfactory choices of                    [13]. Buades, B. Coll, and J Morel “A non-Local Algorithm for image
parameter values can be obtained from a preliminary stimate                          denoising” IEEE International Conference on Computer Vision
                                                                                     and Pattern Recognition,.vol. 2, pp: 60 - 65 2005.
of the standard deviation of the Gaussian noise. In the                        [14]. “Feature Adaptive Wavelet Shrinkage for Image Denoising”
proposed approach, this estimate is achieved by                                      Karunesh K.Gupta'and Rajiv Gupta2 IEEE - ICSCN 2007, MIT
preprocessing the noisy image with Wavelet Transform                                 Campus, Anna University, Chennai, India. Feb. 22-24, 2007.
Decomposition and then applying Curvelet Transform With                              pp.81-85.
                                                                               [15]. Ming Zhang and Bahadir. A new image denoising method based
Log Gabor Filter. Results of computer simulations dealing
                                                                                     on the bilateral filter.This work was supported in part by the
with different test images and noise variances have shown                            National      Science      foundation     under      grant           no
that the new method is very effective in removing Gaussian                           05287875.1-4244-1484-9/08/$25.00©2008, pp- 929 – 932 ,
noise from images and performs better than normal curvelet                           ICASSP 2008.
transform. Table 1 shows the values of PSNR for proposed                       [16]. In 2009, DONGWOOK CHO, TIEN D. BUI, and GUANGYI,”
                                                                                     Image Denoising Based On Wavelet Shrinkage Using Neighbor
method that is better than normal curvelet in all cases.                             And Level Dependency,” International Journal of Wavelets,
                                                                                     Multiresolution and Information Processing Vol. 7, No.
                               TABLE 1                                               3 ,299–311 (2009).
                                                                               [17]. Sreenivasulu Reddy Thatiparthi, Ramachandra Reddy Gudheti,
                    PSNR Value Of Image “Lena”
                                                                                     Senior Member, IEEE, and Varadarajan Sourirajan ” MST Radar
S.N     Variance             PSNR                    PSNR                            Signal Processing Using Wavelet-Based Denoising IEEE
                                                                                     geoscience and remote sensing letters, vol. 6, no. 4, October
 o                        (For Normal          (For Curvelet With                    2009.
                            Curvelet)          Gabour)                         [18]. Ioana Firoiu, Corina Nafornita, Member, IEEE, Jean-Marc
                                                                                     Boucher, Senior Member, IEEE, and Alexandru Isar, Member,
 1      0.008052             53.5734                   71.2114                       IEEE “Image Denoising Using a New Implementation of the
                                                                                     Hyperanalytic Wavelet Transform,” IEEE transactions on
 2       0.01501             53.6057                   68.6049                       instrumentation and measurement, vol. 58, no. 8, August 2009
 3      0.028701             59.5982                   65.0895                 [19]. Image denoising based on wavelet shrinkage using neighbor
 4      0.036623             62.8179                   64.2457                       and level dependency, International Journal of Wavelet,



                                                     All Rights Reserved © 2012 IJARCET
                                                                                                                                                        678
ISSN: 2278 – 1323
                                                                       International Journal of Advanced Research in Computer Engineering & Technology
                                                                                                                           Volume 1, Issue 4, June 2012

            multiresolution and Information processing , Vol. 7, No. 3,(2009)
            299- 311,World scientific Publishing company
      [20]. Fast non local means (NML) computation with probabilistic
            early termination, Ramanath vignesh, byung Tae Oh, and C.-C
            jay kuo, IEEE Signal Processing letters, vol. 17, NO. 3, March
            2010.
      [21]. Qing Xu, Hailin jiang, Reccardo scopigno, and Mateu Sbert."A
            new apporch for very dark video denoising and
            enhancement.Proceeding of 2010 IEEE 17th international
            conference on image processing”,September 26-29 2010,Hong
            kong.
      [22]. K.Kulkarni, S.Meher and Mrs. J.M.Nair “An Algorithm for
            Image Denoising by Robust Estimator,” European Journal of
            Scientific Research ISSN 1450-216X Vol.39 No.3 (2010),
            pp.372-380 , 2010.
      [23]. I. Pitas, Digital Image Processing Algorithms and Applications.
            Hoboken, NJ: Wiley, 2000.
      [24]. Mallat, S., A theory for multiresolution signal decomposition:
            the wavelet representation, IEEE Transactions on Pattern
            Recognition and Machine Intelligence. Vol. 11, No. 7, pp.
            674-693, 1989.
      [25]. G.Vijaya and Dr.V.Vasudevan, ”A Simple Algorithm for Image
            Denoising Based on MSSegmentation,” International Journal of
            Computer Applications (0975 – 8887) Volume 2 – No.6, June
            2010.
      [26]. S. Grace Chang, Student Member, IEEE, Bin Yu, Senior
            Member, IEEE, and Martin Vetterli, Fellow, IEEE,” Adaptive
            Wavelet Thresholding for Image Denoising and Compression,”
            IEEE transactions on image processing, vol. 9, no. 9, September
            2000
      [27]. M. Unser, “ Wavelets Applications in Signal and Image
            Processing V”, SPIE Vol. 3169, pp. 422- 431, 1997.
      [28]. Smith, Steven W., The Scientist and Engineer's Guide to
            Digital                            Signal               Process,
            “http://www.dspguide.com/pdfbook.htm”, last access date:
            09.21.2006.




Assistant Professor Vishal Garg, ,Department of Computer Science and
Engg., JMIT Radaur, Yamunanagar, Haryana, India. Vishal Garg received
his B-Tech degree in Computer Engg in 2003 from JMIT Radaur, , and
M-Tech from Kurukshetra University Kurukshetra in Computer Engg. in
2006,He published Paper in IEEE Conference with title “Congestion Control
and Wireless Communication” and two papers published in International
Journals. His area of interest is networking.




Scholar Nisha Raheja Department of Computer Science and Engg., JMIT
Radaur, Yamunanagar, Haryana, India. Nisha Raheja received her B-Tech
degree in Computer Engineering from Seth Jai Parkash College of
Engineering, India in 2008, and pursuing her M.Tech. in Computer Science
and Engineering from Seth Jai Parkash Institute Of Engineering and
Technology, Radaur, Haryana, India in 2012. She Published one paper in
International Journal. Her area of interest include image denoising and
Stegnography.



                                                       All Rights Reserved © 2012 IJARCET
                                                                                                                                                  679

Mais conteúdo relacionado

Mais procurados

Non-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation MethodNon-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation Method
Editor IJCATR
 

Mais procurados (20)

Image Denoising Techniques Preserving Edges
Image Denoising Techniques Preserving EdgesImage Denoising Techniques Preserving Edges
Image Denoising Techniques Preserving Edges
 
IJSRDV3I40293
IJSRDV3I40293IJSRDV3I40293
IJSRDV3I40293
 
315 319
315 319315 319
315 319
 
Design Approach of Colour Image Denoising Using Adaptive Wavelet
Design Approach of Colour Image Denoising Using Adaptive WaveletDesign Approach of Colour Image Denoising Using Adaptive Wavelet
Design Approach of Colour Image Denoising Using Adaptive Wavelet
 
Survey Paper on Image Denoising Using Spatial Statistic son Pixel
Survey Paper on Image Denoising Using Spatial Statistic son PixelSurvey Paper on Image Denoising Using Spatial Statistic son Pixel
Survey Paper on Image Denoising Using Spatial Statistic son Pixel
 
IMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTERIMAGE DENOISING USING HYBRID FILTER
IMAGE DENOISING USING HYBRID FILTER
 
L011117884
L011117884L011117884
L011117884
 
Non-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation MethodNon-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation Method
 
Neural Network Based Noise Identification in Digital Images
Neural Network Based Noise Identification in Digital ImagesNeural Network Based Noise Identification in Digital Images
Neural Network Based Noise Identification in Digital Images
 
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image ProcessingIRJET- A Review on Various Restoration Techniques in Digital Image Processing
IRJET- A Review on Various Restoration Techniques in Digital Image Processing
 
56 58
56 5856 58
56 58
 
Comparative Analysis of Dwt, Reduced Wavelet Transform, Complex Wavelet Trans...
Comparative Analysis of Dwt, Reduced Wavelet Transform, Complex Wavelet Trans...Comparative Analysis of Dwt, Reduced Wavelet Transform, Complex Wavelet Trans...
Comparative Analysis of Dwt, Reduced Wavelet Transform, Complex Wavelet Trans...
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
 
J010245458
J010245458J010245458
J010245458
 
Study and Analysis of Multiwavelet Transform with Threshold in Image Denoisin...
Study and Analysis of Multiwavelet Transform with Threshold in Image Denoisin...Study and Analysis of Multiwavelet Transform with Threshold in Image Denoisin...
Study and Analysis of Multiwavelet Transform with Threshold in Image Denoisin...
 
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
Image Restoration Using Particle Filters By Improving The Scale Of Texture Wi...
 
A SURVEY : On Image Denoising and its Various Techniques
A SURVEY :  On Image Denoising and its Various TechniquesA SURVEY :  On Image Denoising and its Various Techniques
A SURVEY : On Image Denoising and its Various Techniques
 
Reduced Ordering Based Approach to Impulsive Noise Suppression in Color Images
Reduced Ordering Based Approach to Impulsive Noise Suppression in Color ImagesReduced Ordering Based Approach to Impulsive Noise Suppression in Color Images
Reduced Ordering Based Approach to Impulsive Noise Suppression in Color Images
 
Filter for Removal of Impulse Noise By Using Fuzzy Logic
Filter for Removal of Impulse Noise By Using Fuzzy LogicFilter for Removal of Impulse Noise By Using Fuzzy Logic
Filter for Removal of Impulse Noise By Using Fuzzy Logic
 
W4101139143
W4101139143W4101139143
W4101139143
 

Semelhante a 671 679

APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...
APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...
APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...
International Journal of Technical Research & Application
 
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIntensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
IJERA Editor
 
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIntensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
IJERA Editor
 
V2 i2087
V2 i2087V2 i2087
V2 i2087
Rucku
 
noise remove in image processing by fuzzy logic
noise remove in image processing by fuzzy logicnoise remove in image processing by fuzzy logic
noise remove in image processing by fuzzy logic
Rucku
 
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
IJECEIAES
 

Semelhante a 671 679 (20)

A Survey on Implementation of Discrete Wavelet Transform for Image Denoising
A Survey on Implementation of Discrete Wavelet Transform for Image DenoisingA Survey on Implementation of Discrete Wavelet Transform for Image Denoising
A Survey on Implementation of Discrete Wavelet Transform for Image Denoising
 
Me2521122119
Me2521122119Me2521122119
Me2521122119
 
Wavelet Based Image Watermarking
Wavelet Based Image WatermarkingWavelet Based Image Watermarking
Wavelet Based Image Watermarking
 
A NOVEL ALGORITHM FOR IMAGE DENOISING USING DT-CWT
A NOVEL ALGORITHM FOR IMAGE DENOISING USING DT-CWT A NOVEL ALGORITHM FOR IMAGE DENOISING USING DT-CWT
A NOVEL ALGORITHM FOR IMAGE DENOISING USING DT-CWT
 
APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...
APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...
APPRAISAL AND ANALOGY OF MODIFIED DE-NOISING AND LOCAL ADAPTIVE WAVELET IMAGE...
 
Ik3415621565
Ik3415621565Ik3415621565
Ik3415621565
 
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
Adapter Wavelet Thresholding for Image Denoising Using Various Shrinkage Unde...
 
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIntensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
 
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product ThresholdingIntensify Denoisy Image Using Adaptive Multiscale Product Thresholding
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
 
Comparative analysis of filters and wavelet based thresholding methods for im...
Comparative analysis of filters and wavelet based thresholding methods for im...Comparative analysis of filters and wavelet based thresholding methods for im...
Comparative analysis of filters and wavelet based thresholding methods for im...
 
Performance analysis of image
Performance analysis of imagePerformance analysis of image
Performance analysis of image
 
Implementation of Noise Removal methods of images using discrete wavelet tran...
Implementation of Noise Removal methods of images using discrete wavelet tran...Implementation of Noise Removal methods of images using discrete wavelet tran...
Implementation of Noise Removal methods of images using discrete wavelet tran...
 
E010232227
E010232227E010232227
E010232227
 
Of3424832487
Of3424832487Of3424832487
Of3424832487
 
V2 i2087
V2 i2087V2 i2087
V2 i2087
 
noise remove in image processing by fuzzy logic
noise remove in image processing by fuzzy logicnoise remove in image processing by fuzzy logic
noise remove in image processing by fuzzy logic
 
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for  Different NoiseComparison of Denoising Filters on Greyscale TEM Image for  Different Noise
Comparison of Denoising Filters on Greyscale TEM Image for Different Noise
 
23 an investigation on image 233 241
23 an investigation on image 233 24123 an investigation on image 233 241
23 an investigation on image 233 241
 
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
Pattern Approximation Based Generalized Image Noise Reduction Using Adaptive ...
 
Image compression using embedded zero tree wavelet
Image compression using embedded zero tree waveletImage compression using embedded zero tree wavelet
Image compression using embedded zero tree wavelet
 

Mais de Editor IJARCET

Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
Editor IJARCET
 

Mais de Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Último

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Último (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

671 679

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Image Denoising Using Curvelet Transform Using Log Gabor Filter Vishal Garg, Nisha Raheja  with Log Gabor Filter and reconstructing the image to obtain Abstract— In this paper we propose a new method to reduce the original image. Output image is the denoised image. noise in digital image. Images corrupted by Gaussian Noise is still a classical problem. To reduce the noise or to improve the quality of image we have used two parameters i.e. quantitative Image Denoising and qualitative. For quantity we will compare peak signal to Algorithm noise ratio (PSNR). Higher the PSNR better the quality of the image. For quality we compare Visual effect of image. Image denoising is basic work for image processing, analysis and ADD NOISE TO THE IMAGE computer vision. The Curvelet transform is a higher dimensional generalization of the Wavelet transform designed to represent images at different scales and different angles.In this paper we proposed a Curvelet Transformation based image denoising, which is combined with Gabour filter in place ORIGINAL DENOISED DECOMPOSE IMAGE IMAGE of the low pass filtering in the transform domain. We IMAGE INTO demonstrated through simulations with images contaminated WAVELETS by white Gaussian noise. Experimental results show that our proposed method gives comparatively higher peak signal to noise ratio (PSNR) value, are much more efficient and also have APPLY less visual artifacts compared to other existing methods. CURVELET WITH LOG GABOR Index Terms—Image Denoising, Discrete Wavelets Curvelet, FILTER Log Gabor filter. Fig 1 Method adopted for Image Denoising I. INTRODUCTION II. FORMING AN IMAGE Noise mainly exists in all digital images to some degree. This noise is oftenly introduced by the camera while taking a Wavelet based image denoising is based on obtaining picture or during the transmission of image. Image denoising pixel values of images as proper data sets i.e. a matrix of algorithms attempt to remove this noise from the image. pixels. Images seen on computer screen have two Ideally, the resulting image after denoising will not contain dimensions in terms of xi and yi representing ith position of any noise or added visual artifacts. Major denoising methods pixel in the horizontal and vertical axes. A pixel or picture include use of Mean and Median Filters, Gaussian Filtering, element is known as one of the many tiny dots that make up Wiener Filtering and Wavelet Thresholding. A large number the representation of a picture in a screen of computer. Each of more methods have been developed; however, most of pixel may have different values at each position. With these theose methods make assumptions about the image that can explanations one can say that image with“256x256” lead to blurring. This paper will also explain these resolution has “256” dots in xi and “256” dots in yi. assumptions and one of the measurements used will be the method noise, which is the difference between the image and denoised image [1]. A noisy image can be represented as: O(i) = t(i) + n(i) ----(1.1) Where O (i) is the observed value, t (i) is the true value and n (i) is the noise value at the ith pixel . From the fig. 1. we show that input the original image, introduce the Gaussian Noise in the original image after that the image is decomposed in to the wavelets, then applying the Curvelet Transformation Manuscript received June 20, 2012. Fig.2 Pixel Value of noisy Image Assistant Professor Vishal Garg ,Department of Computer Science and Engg., JMIT Radaur, Yamunanagar, Haryana, India. III. NOISE IN IMAGE FORMATION ( vishalgarg.9@gmail.com) Scholar Nisha Raheja Department of Computer Science and Engg., JMIT Noise is of many types. One common type of noise is Radaur, Yamunanagar, Haryana, India., Gaussian noise. This type of noise contains variations in (nisha.raheja1986@gmail.com) All Rights Reserved © 2012 IJARCET 671
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 intensity that is drawn from a Gaussian distribution and is a Wavelet theory is based on analyzing signals to their very good model for many kind of sensor noise. Noise is components by using a set of basis functions. One important oftenly introduced by the camera when a picture is taken. characteristic of the wavelet basis functions is that they Any Image denoising algorithm attempts to remove this noise relate to each other by simple scaling and translation. from the image. Ideally, the resulting denoised image will The original wavelet function is used to generate all basis not contain any noise or added artifacts. The image that is functions. It is designed with respect to desired corrupted by different types of noises is a frequently characteristics of the associated function. For multi encountered problem in image acquisition and transmission solution transformation, there is also a need for another [2]. The noise comes from noisy sensors or channel function which is known as scaling function. It makes the transmission errors.Several kinds of noises are discussed analysis of the function to a finite number of components. here. The impulse noise (or the salt and pepper noise) is WT is a two-parameter expansion of a signal in terms of caused by sharp or sudden disturbances into the image signal; a Wavelet transformation (WT) uses the concept of DWT its appearance is randomly scattered white or black (or both) and IDWT. DWT(Decomposed Wavelet transformation) can pixels over the whole image. Gaussian noise is an idealized be 1-D or 2-D. WT was developed to overcome the form of white noise, that is caused by random fluctuations in shortcoming of the Short Time Fourier Transform (STFT), the signal. It is distributed normally as shown in fig.1.3. which can be used to analyze the non- stationary signals, while STFT always gives a constant resolution at all frequencies, WT uses multi-resolution technique for non-stationary signals by which different frequencies can be analyzed with different resolutions [3]. Wavelet theory is based on analyzing signals to their components by using a set of basis particular wavelet basis functions or wavelets. Continuous Wavelet Transform (CWT) is written as shown in eq. 1.1  ( s, )   f (t ) s , (t )dt ----(1.2) Fig. 3 Gaussian distribution with mean 0 and standard deviation 1 Speckle noise can be modeled by the random values V. FOURIER TRANSFORM VS. WAVELET TRANSFORM multiplied by pixel values; that‟s why it is also known as multiplicative noise. If the image signal is subject to a periodic, rather than a random disturbance, we might obtain A. FOURIER TRANSFORM: an image corrupted by periodic noise. Periodic noise usually The FT is an image representation as a sum of complex requires the use of frequency domain filtering whereas the exponentials of varying magnitudes, frequencies, and phases. other forms of noise can be modeled as local degradations, The FT plays an important role in a broad category of image periodic noise has a global effect. However, impulse noise, processing applications, that include enhancement, analysis, Gaussian noise and speckle noise can all be cleaned by using restoration, and compression. spatial filtering techniques. Mathematically, The Fourier analysis process is represented by the Fourier transform: IV. WAVELET TRANSFORM  A wavelet is a small wave with finite energy, which has F ( )    f (t )e  jt dt its energy concentrated in time or space area to give ability for the analysis of time-varying phenomenon. In other words ----(1.3) it provides a time-frequency representation of the signal. which is the sum over all time of the signal f(t) i.e. multiplied Comparison of a wave with a wavelet is shown in Fig1.4. by a complex exponential. The final results of the transform Left graph shows a Sine Wave with infinite energy and the are the Fourier coefficients F (ω), which when multiplied by right graph shows a Wavelet with finite energy. a sinusoid of frequency ω yield the constituent sinusoidal components of the original signal. The process is shown in fig. 1.5. Fig.4 Comparison of a wave and a wavelet Wavelet transformation (WT) was developed to overcome the shortcoming of the Short Time Fourier Transform (STFT). While STFT gives a constant resolution at all frequencies, Fig. 5 Fourier Transform producing sinusoidal with different frequency WT uses multi-resolution technique for non-stationary signals by which different frequencies can be analyzed with different resolutions [20]. All Rights Reserved © 2012 IJARCET 672
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 B. WAVELET TRANSFORM: consequently helps to preserve true ridge structures of images Similarly, the Continuous Wavelet Transform (CWT) is (Lajevardi and Hussain ,2009) . defined as the sum over all time of the signal i.e. multiplied The “Gabor Filter Bank” is a popular technique used to by scaled, shifted versions of the results of the CWT are determine a feature domain for representing an image. This various wavelet coefficients C, which are mainly a function of technique can be designed by varying the spatial frequency scale and position. and orientation of a Gabor Filter which mimics a band-pass filter. A Gabor filter can be designed for a bandwidth of only  1 octave maximum with a small DC component into the filter. C ( scale, position)   f (t ) (scale, position, t )dt To overcome this limitation, Field proposes the “Log Gabor  Filter”. A Log Gabor Filter has no DC component and can be ----(1.4) constructed with any arbitrary bandwidth. Two important characteristics of Log-Gabor filter, First, the Log-Gabor filter Multiplying each coefficient by the appropriately scaled and function always has zero DC components which not only shifted wavelet yields the constituent wavelets of the original improve the contrast ridges but also edges of images. signal. Second, the Log Gabor filter function has an extended tail at the high frequency end which allows it to encode images more efficiently than the ordinary Gabor function( Mara and Fookesb ,2010) For obtaining the phase information log Gabor wavelet is used for feature extraction. From observation it is clear that the log filters (which use Gaussian transfer functions viewed on a logarithmic scale) can code natural images better than Gabor filters. Statistics of natural images indicate the presence of high-frequency components. Fig.6 Wavelet Transform producing wavelet with different scale position Since the ordinary Gabor filters under-represent high frequency components, the log filters is a better choice VI. IMAGE FUSION BASED ON CURVELET TRANSFORM (Mehrotra , Majhi and Gupta). Log-Gabor filters, consist of a The curvelet transform(CT) has evolved as an important complex-filtering arrangement in p orientations and k scales, tool for the representation of curved shapes in graphical whose expression in the log-polar Fourier domain is as applications. Then, it is extended to the fields of edge shown: detection ,image denoising and image fusion etc. ( Ali G(  , , p, k )  exp( 1 / 2(    k /   ) 2 exp( 1 / 2(   k , p /   ) 2 ) ,Dakany ,sood and Abd ,2008). When the curvelet transform ----(1.5) (CT) is introduced to image fusion, the image after fusion will take not only more characteristics of original images but in which (ρ,θ) both are log-polar coordinates and σρ and σθ also more information for fusion is maintained ( Sun,li and are the angular bandwidth and radial bandwidth respetively Yang ,2008). The main aim of curvelet transform is to (common for all the filters). The pair (ρk and θk,p) generate an image of better quality in terms of reduced noise corresponds to the frequency center of the filters, where the than the original image. Conventional methods have very variables p and k represent the orientation and scale selection, erratic decision making capabilities as compared to curvelet respectively. In addition, the scheme is completed by a method. Curvelet Transform is a new multi-scale Gaussian low-pass filter G(ρ,θ,p,k) (approximation). representation and is most suitable for objects with curves. Curvelet Transformation is an extended technique to reduce image noise and to increase the contrast of structures of VIII. METHODOLOGY USED interest in image. This method can manage the vagueness and The methodology used for Image Denoising is to ambiguity in many image reconstruction applications introduce Log Gabor Filter inside the curvelet efficiently when compared to other techniques. ( Starck , transformation so that high pass and low pass filters may be Candes and Donoho ,2002). replaced. The technique used will give good PSNR and also the best visual quality. The results of various algorithms will be interpreted on basis of different quality and quantity VII. LOG GABOR FILTER metrics. Thus, methodology for implementing the these Curvelet Gabor filters are mainly recognized as one of the objectives can be summarized as follows :- best choices for obtaining frequency information locally. Image Denoising is basic work for image processing, They provide the best simultaneous localization of spatial analysis and computer vision. This work proposes a and frequency information. There are two important Curvelet Transformation based Image Denoising, which is characteristics of Gabor Filter, Firstly, Log-Gabor functions, combined with Gabor Filter instead of the low pass filtering always have no DC component, by definition, that in the transform domain. We demonstrated through contributes to improve not only the contrast ridges but also simulations with images contaminated by white Gaussian edges of images. Secondly, the transfer function of the noise. And we found that our scheme exhibits better Log-Gabor function has an extended tail at the high performance in both PSNR (Peak Signal to Noise Ratio) and frequency end, that oftenly enables one to obtain a very wide visual effect. spectral information with localized spatial extent and 1). Main Objectives: All Rights Reserved © 2012 IJARCET 673
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 1. To study all the methods of the Denoising. f  ( P0 f , 1 f ,  2 f .....) 2. Attenuate the color frequencies using Log Gabor Filter. ---- (1) 3. Applying the Curvelet Transform. 4. Compare the image quality using PSNR Tool. (a) Divide the image into resolution layers. (b) Each layer will contain details of different frequencies: P0 – Low-pass filter. Work Flow For Image Denoising Using Log Gabor Filter 1, 2, … – Band-pass (high-pass)filters . Using Curvelet Transformation (c)The original image can be reconstructed from these sub-bands: ---- (2) Input Image f  P P f     s  s f  0 0 (d) Low-pass filter 0 deals with low frequencies s near ||1. Add noise (e) Band-pass(High-pass) filter 2s deals with frequencies near domain ||[22s, 22s+2]. (f) Recursive construction : Subband 2s(x) = 24s(22sx). ---- (3) Decomposition (g) The sub-band decomposition can be approximated with the well known Wavelet Transform (WT). Using WT, f is decomposed into Smooth S0, D1, D2, D3, etc. P0 f is partially constructed from Partitioning S0 and D1, and may include also D2 and D3. s f is constructed from D2s and D2s+1. (h) P0 f is “smooth” (low-pass), and can be Renormalization represented using wavelet base efficiently. 2) Smooth Partitioning: The layer will be dissected into Ridgelet small partitions. A grid of dyadic squares can be defined as:    Composition Qs , k1 , k 2   2s k1 , k121  s k2 2s , k 2 s1  Qs 2 ---- (4) (a) Image decomposition Qs – all the dyadic squares of the grid . Ridgelet (a)Let w be a smooth windowing function with Composition „main‟ support of size 2-s2-s. For each square, wQ shows a displacement of w localized near Q. Multiplying s f with wQ (QQs) produces a Smooth smooth dissection of the function into many Integration „squares‟: hQ  wQ   s f ---- (5) Renormalization The windowing function w is a non-ve smooth function. (b) Partition of the energy: Subband The energy of certain pixel (x1 , x2) is divided Reconstruction between all sampling windows of the grid:  w x  k , x k1 , k 2 2 1 1 2  k2   1 ---- (6) Obtained Image With Normal 3) Renormalization: Renormalization is centering each Curvelet Transformation dyadic square to the unit square [0,1][0,1]. For each value of Q, the operator TQ is defined as: (b) Image Reconstruction T f x , x   2 f 2 x  k , 2 x Q 1 2 s s 1 1 s 2   k 2 ---- (7) Fig.7 Curvelet transform processing flowchart Then each square is renormalized by: 1 ---- (8) A. IMAGE DECOMPOSITION gQ  TQ hQ 1) Subband decomposition:The image is filtered into 4) Ridgelet Analysis: subbands. (a)Each normalized square is analyzed in the All Rights Reserved © 2012 IJARCET 674
  • 5. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 ridgelet system: Flow Chart Of Proposed Algorithm Of Image Denoising ---- (9) αQ,λ   g Q , ρ λ Start (b) The ridge fragment has an aspect ratio of 2-2s2-s. After the renormalization, it has a localized frequency in band ||[2s, 2s+1]. Input Original Image (c) A ridge fragment needs only a very few ridgelet coefficients to represent it. Apply Subband Decomposition B. IMAGE RECONSTRUCTION: LL HL 1) Ridgelet Synthesis: g Q   αQ,λ   ρλ LH HH λ ---- (10) 2) Renormalization: hQ  TQ gQ ---- (11) Apply Smooth Partitioning 3) Smooth Integration  s f   wQ  hQ ---- (12) Renormalizatio QQ s n 4) Sub-band Reconstruction f  P P f     s  s f  Ridgelet 0 0 ---- (13) s Analysis Image IX. PROPOSED ALGORITHM STEPS Reconstruction Obtained Image With Step I: Take noisy image. Proposed Transformation Step II: Applying Curvelet Transform as under: (a) Sub Band Decomposition (b) Smooth Partioning (c) Renormalization Stop (d) Ridgelet Analysis Step III: In Sub Band Decomposition Fig. 8 Diagrammatic depiction of Proposed Algorithm (a) Divide imgae into resolution layers (b) Each layer contains details of different frequencies. (c) These frequiencies are attenuates and approximate with the help of Log Gabor Filter. X. RESULT AND DISCUSSIONS This section presents the results of combined effect of This Step has following characterstics – curvelet transformation and Log gabor Filter on to the images (a).The main particularity of this scheme is the construction to observe the change in PSNR ratio. The noisy images are of the low-pass and high-pass filters. simulated by adding Gaussian white noise on the original (b).Log Gabor Filters basically consist in a Logarithmic images. The performance of the method is illustrated with Transformation of the Gabor domain which eliminates the both quantitative and qualitative performance measure. The annoying DC-component allocated in medium and high-pass qualitative measure is the visual quality of the resulting filters. image [10]. The peak signal to noise (PSNR) is used as (c).This type of scheme approximates flat frequency quantitative measure. It is expressed in dB units.The fig. response and therefore exact image reconstruction which is shows the steps applied on the image. obviously beneficial for applications in which inverse transform is demanded, such as texture synthesis, image restoration, image fusion or image compression. Step IV: In Smooth portioning , we will dissect the layer into small portions as explained in eq 1.4,1.5 and 1.6. Step V: In Renormalization each square is renormalized by using the specified formula. Step VI: Ridgelet Analysis is taking place, which is explained by eq 1.9. Step VII : For Reconstruction inverse of curvelet transform is performed . Step VIII: Output is the final Denoised image. All Rights Reserved © 2012 IJARCET 675
  • 6. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Fig.9 Decomposed Wavelet Transformation of image “lena” Fig 11. Image Denoising with Curvalet Transformation with Log Gabor Filter of image “lena” with noise variance 0.008052. Fig 10. Image Denoising with Normal Curvalet Transformation of image Fig 12. Image Denoising with Normal Curvalet Transformation of image “lena” with noise variance 0.008052. “lena” with noise variance 0.015. All Rights Reserved © 2012 IJARCET 676
  • 7. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 Fig 13. Image Denoising with Curvalet Transformation with Log Gabor Fig 15. Image Denoising with Curvalet Transformation with Log Gabor Filter of image “lena” with noise variance 0.015. Filter of image “lena” with noise variance 0.028701. Fig 14. Image Denoising with Normal Curvalet Transformation of image Fig 16. Image Denoising with Normal Curvalet Transformation of image “lena” with noise variance 0.028701. “lena” with noise variance 0.036623. All Rights Reserved © 2012 IJARCET 677
  • 8. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 ACKNOWLEDGMENT The authors would like to thank one referee for some very helpful comments on the original version of the manuscript. References [1]. Mallat, S., A wavelet tour of signal processing, Second addition, Academic Press, IEEE Trans, on Signal Processing, Vol.42, No.3, pp.519-531, March 1994. [2]. DavidL. Donoho “De-Noising by Soft-Threholding,” IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 41, NO. 3, MAY 1995 . [3]. Donoho, D.L., Johnstone, I.M., Adapting to Wavelet shrinkage, 1995 [4]. Vidakovic, B., Non-linear wavelet shrinkag with Bayes rules and Bayes factors, J.American Statistical Association, 93, pp. 173-179, 1998 known smoothness via wavelet Shrinkage, 1995. [5]. Unser, P.-G., Thévenaz P. And Aldroubi A., Shift-Orthogonal wavelet bases using splines, IEEE Signal Processing Letters, Vol. 3, No. 3, pp. 85-88,1996 [6]. Ogden, R.T. “Essential Wavelets for Statistical Applications and Data Analysis”, Birkhauser, Boston, 1997. [7]. S.Grace Chang, Student Member, , Bin Yu, Senior Member, IEEE, and Martin Vetterli, Fellow, IEEE, “Adaptive Wavelet Thresholding for Image Denoising and Compression,” IEEE transactions on image processing, vol. 9, no. 9, September 2000. Fig 17. Image Denoising with Curvalet Transformation with Log Gabor [8]. H.Zhang, A. Nosratinia , R. O. Wells, “Image denoising via Filter of image “lena” with noise variance 0.036623. wavelet-domain Spatially adaptive F I R W i e n e r f i l t e r i n g ” , i n I E E E P r o c . Int. Conf. Acoust., Speech, Signal Processing, Istanbul, vol.4, pp-2179 – 2182, 2000. XI. CONCLUSION [9]. Vidakovic, B., Ruggeri, F., BAMS method: theory and simulations, Sankhy, pp. 234–249, 2001 It is known that the reduction of noise is of paramount [10]. Jean-Luc Starck, Emmanuel J. Candès, and David L. Donoho,” importance in imaging systems. Indeed, image processing The Curvelet Transform for Image Denoising” IEEE transactions on image processing, vol. 11, no. 6, June 2002. techniques typically adopted in image-based measurements [11]. Buades, B. Coll, and J Morel. On image denoising methods. (dealing with image analyzing, image transmission and Technical Report 2004-15, CMLA, 2004. image processing etc.) are very sensitive to noise. To address [12]. G.Y.Chen, T.D.Bui A.Krzyzak,”image denoising using this issue, a new technique for images contaminated by white neighboring wavelet coefficient ”, Proc.of IEEE International conference on acoustics, speech and signal Processing ICASSP, Gaussian noise has been presented. As a result, a very fine Montreal, que.,Canada, Montreal, pp. II-917-920, May 17-21, control of noise cancellation and detail preservation can be 2004. achieved. This paper has shown that satisfactory choices of [13]. Buades, B. Coll, and J Morel “A non-Local Algorithm for image parameter values can be obtained from a preliminary stimate denoising” IEEE International Conference on Computer Vision and Pattern Recognition,.vol. 2, pp: 60 - 65 2005. of the standard deviation of the Gaussian noise. In the [14]. “Feature Adaptive Wavelet Shrinkage for Image Denoising” proposed approach, this estimate is achieved by Karunesh K.Gupta'and Rajiv Gupta2 IEEE - ICSCN 2007, MIT preprocessing the noisy image with Wavelet Transform Campus, Anna University, Chennai, India. Feb. 22-24, 2007. Decomposition and then applying Curvelet Transform With pp.81-85. [15]. Ming Zhang and Bahadir. A new image denoising method based Log Gabor Filter. Results of computer simulations dealing on the bilateral filter.This work was supported in part by the with different test images and noise variances have shown National Science foundation under grant no that the new method is very effective in removing Gaussian 05287875.1-4244-1484-9/08/$25.00©2008, pp- 929 – 932 , noise from images and performs better than normal curvelet ICASSP 2008. transform. Table 1 shows the values of PSNR for proposed [16]. In 2009, DONGWOOK CHO, TIEN D. BUI, and GUANGYI,” Image Denoising Based On Wavelet Shrinkage Using Neighbor method that is better than normal curvelet in all cases. And Level Dependency,” International Journal of Wavelets, Multiresolution and Information Processing Vol. 7, No. TABLE 1 3 ,299–311 (2009). [17]. Sreenivasulu Reddy Thatiparthi, Ramachandra Reddy Gudheti, PSNR Value Of Image “Lena” Senior Member, IEEE, and Varadarajan Sourirajan ” MST Radar S.N Variance PSNR PSNR Signal Processing Using Wavelet-Based Denoising IEEE geoscience and remote sensing letters, vol. 6, no. 4, October o (For Normal (For Curvelet With 2009. Curvelet) Gabour) [18]. Ioana Firoiu, Corina Nafornita, Member, IEEE, Jean-Marc Boucher, Senior Member, IEEE, and Alexandru Isar, Member, 1 0.008052 53.5734 71.2114 IEEE “Image Denoising Using a New Implementation of the Hyperanalytic Wavelet Transform,” IEEE transactions on 2 0.01501 53.6057 68.6049 instrumentation and measurement, vol. 58, no. 8, August 2009 3 0.028701 59.5982 65.0895 [19]. Image denoising based on wavelet shrinkage using neighbor 4 0.036623 62.8179 64.2457 and level dependency, International Journal of Wavelet, All Rights Reserved © 2012 IJARCET 678
  • 9. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 multiresolution and Information processing , Vol. 7, No. 3,(2009) 299- 311,World scientific Publishing company [20]. Fast non local means (NML) computation with probabilistic early termination, Ramanath vignesh, byung Tae Oh, and C.-C jay kuo, IEEE Signal Processing letters, vol. 17, NO. 3, March 2010. [21]. Qing Xu, Hailin jiang, Reccardo scopigno, and Mateu Sbert."A new apporch for very dark video denoising and enhancement.Proceeding of 2010 IEEE 17th international conference on image processing”,September 26-29 2010,Hong kong. [22]. K.Kulkarni, S.Meher and Mrs. J.M.Nair “An Algorithm for Image Denoising by Robust Estimator,” European Journal of Scientific Research ISSN 1450-216X Vol.39 No.3 (2010), pp.372-380 , 2010. [23]. I. Pitas, Digital Image Processing Algorithms and Applications. Hoboken, NJ: Wiley, 2000. [24]. Mallat, S., A theory for multiresolution signal decomposition: the wavelet representation, IEEE Transactions on Pattern Recognition and Machine Intelligence. Vol. 11, No. 7, pp. 674-693, 1989. [25]. G.Vijaya and Dr.V.Vasudevan, ”A Simple Algorithm for Image Denoising Based on MSSegmentation,” International Journal of Computer Applications (0975 – 8887) Volume 2 – No.6, June 2010. [26]. S. Grace Chang, Student Member, IEEE, Bin Yu, Senior Member, IEEE, and Martin Vetterli, Fellow, IEEE,” Adaptive Wavelet Thresholding for Image Denoising and Compression,” IEEE transactions on image processing, vol. 9, no. 9, September 2000 [27]. M. Unser, “ Wavelets Applications in Signal and Image Processing V”, SPIE Vol. 3169, pp. 422- 431, 1997. [28]. Smith, Steven W., The Scientist and Engineer's Guide to Digital Signal Process, “http://www.dspguide.com/pdfbook.htm”, last access date: 09.21.2006. Assistant Professor Vishal Garg, ,Department of Computer Science and Engg., JMIT Radaur, Yamunanagar, Haryana, India. Vishal Garg received his B-Tech degree in Computer Engg in 2003 from JMIT Radaur, , and M-Tech from Kurukshetra University Kurukshetra in Computer Engg. in 2006,He published Paper in IEEE Conference with title “Congestion Control and Wireless Communication” and two papers published in International Journals. His area of interest is networking. Scholar Nisha Raheja Department of Computer Science and Engg., JMIT Radaur, Yamunanagar, Haryana, India. Nisha Raheja received her B-Tech degree in Computer Engineering from Seth Jai Parkash College of Engineering, India in 2008, and pursuing her M.Tech. in Computer Science and Engineering from Seth Jai Parkash Institute Of Engineering and Technology, Radaur, Haryana, India in 2012. She Published one paper in International Journal. Her area of interest include image denoising and Stegnography. All Rights Reserved © 2012 IJARCET 679