Introduction
Filter out unwanted frequencies from the image is called filtering. The objective of image filtering is to process the image so that the result is more suitable then the original image for a specific applications. Image filtering refers to a process that removes the noise, improves the digital image for varied application. The basic steps in frequency domain filtering are shown in figure 1.
[Omitted, see PDF] |
Fourier transform will reflect the frequencies of periodic parts of the image. By applying the inverse Fourier transform the undesired or unwanted frequencies can be removed and this is called masking or filtering. A filter is a matrix, and components of the filters usually vary from 0 to 1. If the component is 1, then the frequency is allowed to pass, if the component is 0 the frequency is tossed out.
A large variety of image processing task can be implemented using various filters. A filter that attenuates high frequencies while passing low frequencies is called low pass filter. Low pass filter are usually used for smoothing. Whereas, a filter that do not affect high frequencies is called high pass filter. High pass filters are usually used for sharpening. Furthermore, band pass (band reject filter) work on specific frequencies bands. Notch filters work on specific frequencies. Low pass, high pass & band reject filters are often called ideal filters, though they have jumps as shown in figure2.
[Omitted, see PDF] |
An ideal filter has the property that all frequencies above (or below) a cut off frequency Do are set to zero[2]
[Omitted, see PDF]
Where
[Omitted, see PDF]
Gaussianfilter
Definition
The one-dimensional Gaussian filter has an impulse response given by
[Omitted, see PDF]
And the frequency response is given by
[Omitted, see PDF]
With ƒ the ordinary frequency. These equations can also be expressed with the standard deviation as parameter
[Omitted, see PDF]
And the frequency response is given by
[Omitted, see PDF]
By writing as a function of with the two equations for and as a function of with the two equations for it can be shown that the product of the standard deviation and the standard deviation in the frequency domain is given by
[Omitted, see PDF]
Where the standard deviations are expressed in their physical units, e.g. in the case of time and frequency in seconds and Hertz.
In two dimensions, it is the product of two such Gaussians, one per direction:
[Omitted, see PDF]
Wherex is the distance from the origin in the horizontal axis, y is the distance from the origin in the vertical axis, and σ is the standard deviation of the Gaussian distribution.
Gaussian Low Pass And High Pass Filter In Frequency Domain[1, 2, 7]
In the case of Gaussian filtering, the frequency coefficients are not cut abruptly, but smoother cut off process is used instead. Thus also takes advantage of the fact that the DFT of a Gaussian function is also a Gaussian function shown in figure 6,7,8,9. The Gaussian low pass filter attenuates frequency components that are further away from the centre (W/2, H/2), A~1/σWhere σ is standard deviation of the equivalent spatial domain Gaussian filter.
[Omitted, see PDF]
The Gaussian high pass filter attenuates frequency components that are near to the image center (W/2, H/2);
[Omitted, see PDF]
Figure 3, 4, 5 shows the result of Gaussian filter. Ringing (wave) effect is avoided in the Gaussian filter.
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
Butterworth Filter
Definition
Another version of smoothing/ sharpening filters are the Butterworth filter. A Butterworth filter of order n and cutoff frequency D0 is defined as [2, 7]
[Omitted, see PDF]
An advantage with the Butterworth filter is that we can control the sharpness of the filter with the order.
Butterworth Low Pass Filter
A Butterworth low pass filter keeps frequencies inside radius D0 and discard value outside it introduces a gradual transition from 1 to 0 to reduce ringing artifacts. The transfer function of a Butterworth low pass filter (BLPF) of order n, and with cutoff frequency at distance D0 from the origin, is defined as [2, 7]
[Omitted, see PDF]
Figure 11, 12, 13, 14, 15 show the result of applying Butterworth low pass filter to figure 10, with n = 2 and Do equal to 10,30,60,160 and 460. Therefore notice a smooth transition in blurring as a function of increasing cutoff frequency. No ringing is visible in any of the images processed with this particular BLPF.
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
Butterworth High Pass Filter[1, 2, 7]
A Butterworth high pass filter keeps frequencies outside radius D0 and discards values inside. It has a gradual transition from 0 to 1 to reduce ringing artifacts. A Butterworth highpass filter (BHPF) of order n and cutoff frequency D0 is defined as
[Omitted, see PDF]
Figure 17, 18,19 shows the result of applying Butterworth high pass filter on figure 16,with n = 2, and Do equal to 30,60 and 160. These results are much smoother. The boundaries are much less distorted, even for the smallest value of cutoff frequency. The transition into higher values of cutoff frequencies is much smoother with the BHPF.
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
3d Perspective Plot Of Filter’s Transfer Function [2]
The ideal low pass filter is radially symmetric about the origin, which means that the filter is completely defined by radial cross section as shown in figure 20. Unlike the ILPF, the BLPF transfer function does not have a sharp discontinuity that gives a clear cutoff between passed and filtered
Frequencies as depicted in figure 21. For filter with smooth transfer functions, defining a cutoff frequency locus at points for which H(u, v) is down to a certain fraction of its maximum value is customary. Perspective 3D plot of GLPF is shown in figure 22. Unlike the ILPF, GLPF transfer function also does not have sharp discontinuity but it is much smoother than BLPF. Butterworth filter represents the transition between the sharpness of the ideal filter and broad smoothness of the Gaussian filter. Figure 23, 24, and 25 shows the perspective 3D plots of IHPF, BHPF and GHPF.
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
Image Sharpening With Gaussian and Butterworth High Pass Filter
High pass filter give emphasis to the higher frequencies in the image. The high pass image is then added to the original image so as to obtain a sharper image.[6] It may be interesting to experiment with width and frequency threshold of the Butterworth or the Gaussian high pass filters and it will really interesting to compare the sharpening which is done in frequency domain and can compare it with the sharpening done in spatial domain. We will only demonstrate the image sharpening using Gaussian and Butterworth high pass filter taking Do=100,n=4(where Do is cutoff frequency, n is the order of the filter). Figure 26 is the CT image, figure 27 depicts the FFT of the image, and figure 28shows the Butterworth high pass filter of FFT image. Figure 29 shows the Gaussian high pass filter of FFT image. Similar examples are shown with MRI image in figure 30. Figure 31, 32, 33 shows FFT of image, Butterworth high pass filter of FFT image, Gaussian high pass filter of FFT image. Now the resultant sharpened images of CT and MRI image are shown in figure 34,35,36,37. Now these sharpened images can be used in various image processing tasks, like edge detection and ridge detection.
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
[Omitted, see PDF] |
Conclusion and Result
We use Do=100,n=4 & uses Gaussian and Butterworth high pass filter . High pass filter give emphasis on the high frequencies in the image. The difference between Butterworth and Gaussian filters is that the former is much sharper than latter. The resultant images by BHPF is much sharper than GHPF ,while analysis the FFT of CT and MRI image, one sharp spike is concentrated in the middle. By applying BHPF & GHPF on the images, we find drastically change in the color intensities of high pass filter of FFT images. The split edges are elongated and wider in BHPF case than GHPF. But in GHPF case the split edges are sharper. These elongated split edges in BHPF leads to sharper image than GHPF.
Umbaugh Scot E, Computer Vision and Image Processing, Prentice Hall, NJ, 1988, ISBN 0-13-264599-8
R.C.Gonzales, R.E.Woods, Digital Image Processing, 2-nd Edition, Prentice Hall, 2002
R.A. Haddad and A.N. Akansu, “A Class of Fast Gaussian Binomial Filters for Speech and Image Processing,” IEEE Transactions on Acoustics, Speech and Signal Processing, vol. 39, pp 723-727, March 1991.
Shapiro, L. G. & Stockman, G. C: “Computer Vision”, page 137, 150. Prentence Hall, 2001
Mark S. Nixon and Alberto S. Aguado. Feature Extraction and Image Processing. Academic Press, 2008, p. 88.
Yusuf, Nijad, Sara Tedmory “Exploiting hybrid methods for enhancing digital X-ray images”. The International Arab Journal of Information Technology, Vol. 10, No.1, January 2013.
Gonzales R., Woods R., and Eddins S., Digital Image Processing Using Matlab, 2nd Edition, Prentice Hall, USA,
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2014. This work is licensed under http://creativecommons.org/licenses/by-nc-sa/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Many significant images contains some extent of noise, that is unexplained variation in data disturbances in image intensity which are either uninterpretable or out of interest. Image analysis is often simplified if this unwanted noise is filtered. For this image simplification, filtering in frequency domain is done. In this paper we will demonstrate the image sharpening by Gaussian & Butterworth high pass filter and jot some points revealing their differences.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer