SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 
E-ISSN: 2321-9637 
106 
Different Approaches of Image Enhancement 
Pooja Mishra1 ,Mr.KhomLal Sinha2 
M. Tech. Scholar, Department of Computer Science and Engg. CSIT, Durg INDIA 
Sr. Assistant Professor, Department of Computer Science and Engg. CSIT, Durg INDIA 
khomlalsinha@csitdurg.in,1 poojam2905@gmail.com2 
Abstract-In this recent period, the image processing plays a primary role in different fields of engineering and 
research. Perhaps to increase the value of this field, quality of an image should be improved to support the 
human sensitivity or machine visualization. The contrast of an image is the difference between the lowest & 
highest intensity areas of the image. In this paper different methods available for image contrast enhancement 
like grey level slicing, Image Subtraction, contrast stretching, histogram equalization etc for gray image contrast 
enhancement. Among the image enhancement techniques, contrast enhancement is an important quality factor 
for providing better experience of image perception to viewers. This paper shows the performance of some of 
existing image enhancement algorithms. The performance of algorithms is evaluated both qualitatively and 
quantitatively. 
Index Terms- Image contrast enhancement, Histogram Equalization, Spatial Filtering 
1. INTRODUCTION 
Digital images play a important role in daily life 
applications such as satellite television, magnetic 
resonance imaging, computer tomography as well as 
in areas of research and technology such as 
geographical information systems and astronomy [2]. 
The conversion from one form of image to another 
form such as digitizing the image some form of 
degradation occurs at output. Improvement in quality 
of these degraded images can be achieved by using 
application of enhancement techniques The main 
objective of image enhancement is to provide details 
that are hidden in an image, or to increase the contrast 
in a low contrast image. Image enhancement produces 
an output image that subjectively looks better than the 
original image by changing the pixel’s intensity of the 
input image. Generally, image enhancement enlarges 
the intensity differences among objects and 
background. There are various image enhancement 
techniques that have been proposed and developed 
[1]. In this paper, some image enhancement 
techniques have been discussed with their 
mathematical understanding [3]. This paper will 
provide an overview of underlying concepts with 
focus on spatial domain techniques and spatial 
filtering. 
2. IMAGE ENHANCEMENT TECHNIQUES 
2.1 Contrast Stretching 
Contrast stretching enhances image by enhancing 
contrast 
Between various parts of the original image. The 
basic idea is to improve the image quality by 
increasing the dynamic range of gray levels [4].A 
typical change in contrast enhancement can be seen 
from the Figure 1. 
. Figure 1: Contrast Stretching 
2.2 Grey Level Slicing 
A grey level slicing technique enhances all the gray 
levels by using high values and all other gray levels 
using low values (Figure 2). This function is mostly 
useful to enhance flaws in X-ray images and 
enhancing features such as masses of water in satellite 
imagery. Figure 2 shows the transformation function 
for the range of pixels of interest and also showing the 
effect on image. 
Figure 2: Grey Level slicing
International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 
E-ISSN: 2321-9637 
107 
2.3 Histogram Processing 
The histogram of a digital image with intensity levels 
in the 
range [0, L-1] is a discrete function 
h( rk) =nk (1) 
where rk is the kth intensity values & nk is the number 
of pixels in the image with intensity rk 
Histograms are frequently normalized by the total 
number of pixels in the image. Assuming an M x N 
image, a normalized histogram. 
P(rk) = nk (2) 
MN 
Where k =0,1,…….L-1 
2.3.1 Histogram Equalization (HE) 
Histogram equalization is a technique by which the 
vibrant 
range of the histogram of an image is increased. It 
flattens and stretches the dynamic range of the image's 
histogram and resulting in overall contrast 
improvement [7]. Histogram equalization assign the 
intensity values of pixels in the input image such that 
the output image contains a uniform distribution of 
intensities. It improves contrast by obtaining a 
uniform histogram (Figure 3). This technique can be 
used on a whole image or just on a part of an image 
[5]. 
Figure 3: Histogram Equalization 
2.3.2 Local Enhancement Equalization (LHE) 
Technique. 
The Histogram Equalization discussed above is based 
on global method, means it increases the overall 
contrast of the image. So this method is appropriate 
for overall enhancement. This method can be easily 
adapted to local enhancement. The method is to 
define the neighborhood and move the centre of this 
area from pixel to pixel. At each location, calculate 
histogram of the points in the neighborhood, Obtain 
histogram equalization/specification function. Finally 
this function is used to map gray level of pixel 
cantered in neighborhood [6]. It can use new pixel 
values and previous histogram to calculate next 
histogram [3]. 
Figure 4: Local Histogram Equalization 
2.4 Image Subtraction 
This technique play key role in medical applications. 
The most important application is mask mode 
radiography. The main use of image subtraction 
includes background removal and illumination 
equalization. The image difference between two 
images f(x,y) and g(x,y) can be expressed as 
Z(x,y)=f(x,y)-g(x,y) 
By analyzing the image obtained by subtraction, the 
doctor is in a position to decide the actual location of 
blood blockage [6]. 
Figure 5: Image Subtraction 
3. SPATIAL FILTERING 
The purpose of spatial filters is to remove unwanted 
noise from the image. It is one of the main tools used 
in this field for broad spectrum of applications 
[2].Spatial filters is of two types:
International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 
E-ISSN: 2321-9637 
MSE ………(ii) 
108 
1 Smoothing Spatial Filters 
2 Sharpening Spatial Filters 
3.1Smoothing Filters 
These filters are used for blurring and for noise 
reduction. These filter changes each pixel by the 
average of pixels contained in the neighbourhood 
(filter mask). They are also called averaging or low-pass 
filters. It reduces the noise such as bridging of 
small gaps in the lines or curves in the image [6]. 
Figure 6: Smoothing Filter 
There response is based on ordering the pixels 
contained in the image area encompassed by the filter, 
and then replacing the centre with the value 
determined by the ranking result[2].The well known 
median filter is a Non-Linear filter. 
3.2 Sharpening Spatial Filters 
The principle purpose of sharpening is to highlight 
transitions in intensity. Its applications ranging from 
electronic printing and medical imaging to industrial 
inspection [2]. It can provide more visible details that 
are poor, hazy and of hidden focus in the original 
image [6].The well known sharpening filter is High 
pass filter. 
Figure 7:Sharpening Images 
4 COMPARISON 
The comparison is made between various spatial 
domain 
techniques by studying these methods .The 
quantitative metrics used for comparison are SNR, 
PSNR [8-11]. 
Signal-to-Noise Ratio (SNR) = 
signal 
RMSnoise 
SNR = 20 log10 
Peak Signal-to-Noise Ratio (PSNR) = 
MAXf 
PSNR = 20 log10 MSE …………………(i) 
Where f is the original image 
- 1 
- 
1 m n 
= - 
0 || ( , ) ( , || 
ΣΣ 
0 
1 
0 
f i j g i j 
mn 
The PSNR compute the peak signal-to-noise ratio, in 
decibels,between two images. This ratio is frequently 
used as a quality measurement between the original 
and an enhanced image. The higher the PSNR, the 
better the quality of the enhanced image. From the 
study, it was concluded that contrast stretching gives 
higher values of the metrics. By visual inspection of 
output images (enhanced) (Figure 6) of different 
methods, one can easily determine the difference 
between the input image and the enhanced image. 
5. CONCLUSION 
In this paper, various techniques of enhancement is 
compared. From the visual, it is found that contrast 
stretching yields best among the methods under study. 
In future, for the enhancement purpose more images 
can be taken from the different application fields so 
that it becomes clearer that for which application 
which particular technique is better. 
REFERENCES 
[1] Sunita Dhariwal “Comparative Analysis of 
Various ImageEnhancement Techniques”, IJECT 
Vol. 2, Issue 3, Sept.2011,pp.91-95. 
[2] Rafael C. Gonzalez, Richard E. Woods, “Digital 
Image Processing”, 2nd edition, Prentice Hall, 
2002. 
[3] Raman Maini and Himanshu Aggarwal “A 
Comprehensive Review of Image Enhancement 
Techniques”, Journal of Computing, Volume 2, 
Issue 3, March 2010,pp.8-13. 
[4] Song Tie-Rui and Zheng Wei “The Research of 
X-ray Bone Fracture Image Enhancement 
Algorithms”, IEEE International Conference on
International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 
E-ISSN: 2321-9637 
109 
Computer, Mechatronics, Control and Electronic 
Engineering,2010. 
[5] Sonia Goyal,Seema,” Region Based Contrast 
Limited Adaptive HE with Additive Gradient for 
Contrast Enhancement of Medical Images 
(MRI)”, International Journal of Soft Computing 
and Engineering (IJSCE) ,Volume-1, Issue-4, pp. 
154-157,September 2011. 
[6] S.Annadurai and R.Shanmugalakshmi, 
”Fundamentals of Digital Image 
Processing”,Pearson,2007 
[7] Chen, Soong-Der and Ramli, Abd. Rahman, 
“Minimum Mean Brightness Error Bi-Histogram 
Eualization in Contrast Enhancement”, IEEE 
Transactions on Consumer Electronics, Vol. 49, 
No. 4, 2003, pp. 1310-1319. 
[8] Dileep.MD and A.Sreenivasa Murthy, ”A 
Comparison between different Colour Image 
Contrast Enhancement Algorithms”, IEEE, 
Proceedings of ICETECT 2011, pp 708-712. 
[9] L. Kaur, R.C. Chauhan, and S. C. Saxena, 
“Wavelet based Compression of Medical 
Ultrasound images using Vector Quantization”, 
Taylor and Francis HMET, pp. 128-133,vol. 30, 
no. 3, May-june 2006. 
[10]S. Gupta, L. Kaur, R.C. Chauhan, and S. C. 
Saxena, “A versatile Technique for visual 
enhancement of medical ultrasound images”, 
Elsevier Jr. of Digital Signal Processing, 17, pp. 
542-560, 2007. 
[11]L. Kaur and Savita Gupta, “Wavelet based 
compression using Daubechies filter”, National 
Conf. on Communication at IIT Bombay, 2002..

More Related Content

What's hot

www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...IJERA Editor
 
A Novel Approach for Edge Detection using Modified ACIES Filtering
A Novel Approach for Edge Detection using Modified ACIES FilteringA Novel Approach for Edge Detection using Modified ACIES Filtering
A Novel Approach for Edge Detection using Modified ACIES Filteringidescitation
 
Improved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingImproved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingIAEME Publication
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationCSCJournals
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452IJRAT
 
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 LogicCSCJournals
 
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAIN
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAINIMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAIN
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAINijma
 
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...iosrjce
 
Feature isolation and extraction of satellite images for remote sensing appli...
Feature isolation and extraction of satellite images for remote sensing appli...Feature isolation and extraction of satellite images for remote sensing appli...
Feature isolation and extraction of satellite images for remote sensing appli...IAEME Publication
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus imagesIAEME Publication
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...eSAT Journals
 
IRJET- Enhancement of Image using Fuzzy Inference System for Remotely Sen...
IRJET-  	  Enhancement of Image using Fuzzy Inference System for Remotely Sen...IRJET-  	  Enhancement of Image using Fuzzy Inference System for Remotely Sen...
IRJET- Enhancement of Image using Fuzzy Inference System for Remotely Sen...IRJET Journal
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...IRJET Journal
 
Performance Evaluation of 2D Adaptive Bilateral Filter For Removal of Noise F...
Performance Evaluation of 2D Adaptive Bilateral Filter For Removal of Noise F...Performance Evaluation of 2D Adaptive Bilateral Filter For Removal of Noise F...
Performance Evaluation of 2D Adaptive Bilateral Filter For Removal of Noise F...CSCJournals
 
Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueINFOGAIN PUBLICATION
 

What's hot (16)

www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
 
A Novel Approach for Edge Detection using Modified ACIES Filtering
A Novel Approach for Edge Detection using Modified ACIES FilteringA Novel Approach for Edge Detection using Modified ACIES Filtering
A Novel Approach for Edge Detection using Modified ACIES Filtering
 
Improved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingImproved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matching
 
Cq32579584
Cq32579584Cq32579584
Cq32579584
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime Investigation
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
 
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
 
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAIN
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAINIMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAIN
IMAGE DENOISING BY MEDIAN FILTER IN WAVELET DOMAIN
 
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
The Performance Analysis of Median Filter for Suppressing Impulse Noise from ...
 
Feature isolation and extraction of satellite images for remote sensing appli...
Feature isolation and extraction of satellite images for remote sensing appli...Feature isolation and extraction of satellite images for remote sensing appli...
Feature isolation and extraction of satellite images for remote sensing appli...
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus images
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
 
IRJET- Enhancement of Image using Fuzzy Inference System for Remotely Sen...
IRJET-  	  Enhancement of Image using Fuzzy Inference System for Remotely Sen...IRJET-  	  Enhancement of Image using Fuzzy Inference System for Remotely Sen...
IRJET- Enhancement of Image using Fuzzy Inference System for Remotely Sen...
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
 
Performance Evaluation of 2D Adaptive Bilateral Filter For Removal of Noise F...
Performance Evaluation of 2D Adaptive Bilateral Filter For Removal of Noise F...Performance Evaluation of 2D Adaptive Bilateral Filter For Removal of Noise F...
Performance Evaluation of 2D Adaptive Bilateral Filter For Removal of Noise F...
 
Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid Technique
 

Viewers also liked

Paper id 212014107
Paper id 212014107Paper id 212014107
Paper id 212014107IJRAT
 
Paper id 25201431
Paper id 25201431Paper id 25201431
Paper id 25201431IJRAT
 
Paper id 25201413
Paper id 25201413Paper id 25201413
Paper id 25201413IJRAT
 
Paper id 25201490
Paper id 25201490Paper id 25201490
Paper id 25201490IJRAT
 
Paper id 24201469
Paper id 24201469Paper id 24201469
Paper id 24201469IJRAT
 
Paper id 27201432
Paper id 27201432Paper id 27201432
Paper id 27201432IJRAT
 
Paper id 25201440
Paper id 25201440Paper id 25201440
Paper id 25201440IJRAT
 
Paper id 252014153
Paper id 252014153Paper id 252014153
Paper id 252014153IJRAT
 
Paper id 25201475
Paper id 25201475Paper id 25201475
Paper id 25201475IJRAT
 
Paper id 252014125
Paper id 252014125Paper id 252014125
Paper id 252014125IJRAT
 
Instituto tecnologico de cerro azul
Instituto tecnologico de cerro azulInstituto tecnologico de cerro azul
Instituto tecnologico de cerro azulEdiel Domingo Santos
 
Paper id 2120143
Paper id 2120143Paper id 2120143
Paper id 2120143IJRAT
 
Paper id 25201476
Paper id 25201476Paper id 25201476
Paper id 25201476IJRAT
 
Những điều cần biết về an cung ngưu hoàng đồng nhân đường
Những điều cần biết về an cung ngưu hoàng đồng nhân đườngNhững điều cần biết về an cung ngưu hoàng đồng nhân đường
Những điều cần biết về an cung ngưu hoàng đồng nhân đườngMẹ Thiên Nhiên
 
Paper id 21201447
Paper id 21201447Paper id 21201447
Paper id 21201447IJRAT
 
Paper id 212014106
Paper id 212014106Paper id 212014106
Paper id 212014106IJRAT
 
Paper id 21201475
Paper id 21201475Paper id 21201475
Paper id 21201475IJRAT
 
Paper id 25201478
Paper id 25201478Paper id 25201478
Paper id 25201478IJRAT
 

Viewers also liked (20)

Paper id 212014107
Paper id 212014107Paper id 212014107
Paper id 212014107
 
Paper id 25201431
Paper id 25201431Paper id 25201431
Paper id 25201431
 
Paper id 25201413
Paper id 25201413Paper id 25201413
Paper id 25201413
 
140814 texto-ten reasons not to write
140814 texto-ten reasons not to write140814 texto-ten reasons not to write
140814 texto-ten reasons not to write
 
Paper id 25201490
Paper id 25201490Paper id 25201490
Paper id 25201490
 
Paper id 24201469
Paper id 24201469Paper id 24201469
Paper id 24201469
 
Paper id 27201432
Paper id 27201432Paper id 27201432
Paper id 27201432
 
Paper id 25201440
Paper id 25201440Paper id 25201440
Paper id 25201440
 
Paper id 252014153
Paper id 252014153Paper id 252014153
Paper id 252014153
 
Paper id 25201475
Paper id 25201475Paper id 25201475
Paper id 25201475
 
Paper id 252014125
Paper id 252014125Paper id 252014125
Paper id 252014125
 
Instituto tecnologico de cerro azul
Instituto tecnologico de cerro azulInstituto tecnologico de cerro azul
Instituto tecnologico de cerro azul
 
Paper id 2120143
Paper id 2120143Paper id 2120143
Paper id 2120143
 
Paper id 25201476
Paper id 25201476Paper id 25201476
Paper id 25201476
 
3rd quarter-lesson-1-part-1
3rd quarter-lesson-1-part-13rd quarter-lesson-1-part-1
3rd quarter-lesson-1-part-1
 
Những điều cần biết về an cung ngưu hoàng đồng nhân đường
Những điều cần biết về an cung ngưu hoàng đồng nhân đườngNhững điều cần biết về an cung ngưu hoàng đồng nhân đường
Những điều cần biết về an cung ngưu hoàng đồng nhân đường
 
Paper id 21201447
Paper id 21201447Paper id 21201447
Paper id 21201447
 
Paper id 212014106
Paper id 212014106Paper id 212014106
Paper id 212014106
 
Paper id 21201475
Paper id 21201475Paper id 21201475
Paper id 21201475
 
Paper id 25201478
Paper id 25201478Paper id 25201478
Paper id 25201478
 

Similar to Paper id 28201446

A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...IRJET Journal
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forprjpublications
 
Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesDr. Amarjeet Singh
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET Journal
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET Journal
 
A Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT ImagesA Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT Imagesidescitation
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...sipij
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET Journal
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewIRJET Journal
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainIAEME Publication
 
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...TELKOMNIKA JOURNAL
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...ijsrd.com
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processingSaloni Bhatia
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueIJEEE
 
Optimal Contrast Enhancement for Remote Sensing Images
Optimal Contrast Enhancement for Remote Sensing ImagesOptimal Contrast Enhancement for Remote Sensing Images
Optimal Contrast Enhancement for Remote Sensing ImagesAM Publications
 

Similar to Paper id 28201446 (20)

Dh33653657
Dh33653657Dh33653657
Dh33653657
 
F017614146
F017614146F017614146
F017614146
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm for
 
Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed Images
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
 
A Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT ImagesA Novel Approach For De-Noising CT Images
A Novel Approach For De-Noising CT Images
 
Cq32579584
Cq32579584Cq32579584
Cq32579584
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...
 
A017230107
A017230107A017230107
A017230107
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise Review
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domain
 
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...
Histogram Equalization for Improving Quality of Low-Resolution Ultrasonograph...
 
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
An Efficient Approach for Image Enhancement Based on Image Fusion with Retine...
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion Technique
 
Optimal Contrast Enhancement for Remote Sensing Images
Optimal Contrast Enhancement for Remote Sensing ImagesOptimal Contrast Enhancement for Remote Sensing Images
Optimal Contrast Enhancement for Remote Sensing Images
 

More from IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Recently uploaded

Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfsumitt6_25730773
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...gragchanchal546
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...jabtakhaidam7
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 

Recently uploaded (20)

Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 

Paper id 28201446

  • 1. International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 E-ISSN: 2321-9637 106 Different Approaches of Image Enhancement Pooja Mishra1 ,Mr.KhomLal Sinha2 M. Tech. Scholar, Department of Computer Science and Engg. CSIT, Durg INDIA Sr. Assistant Professor, Department of Computer Science and Engg. CSIT, Durg INDIA khomlalsinha@csitdurg.in,1 poojam2905@gmail.com2 Abstract-In this recent period, the image processing plays a primary role in different fields of engineering and research. Perhaps to increase the value of this field, quality of an image should be improved to support the human sensitivity or machine visualization. The contrast of an image is the difference between the lowest & highest intensity areas of the image. In this paper different methods available for image contrast enhancement like grey level slicing, Image Subtraction, contrast stretching, histogram equalization etc for gray image contrast enhancement. Among the image enhancement techniques, contrast enhancement is an important quality factor for providing better experience of image perception to viewers. This paper shows the performance of some of existing image enhancement algorithms. The performance of algorithms is evaluated both qualitatively and quantitatively. Index Terms- Image contrast enhancement, Histogram Equalization, Spatial Filtering 1. INTRODUCTION Digital images play a important role in daily life applications such as satellite television, magnetic resonance imaging, computer tomography as well as in areas of research and technology such as geographical information systems and astronomy [2]. The conversion from one form of image to another form such as digitizing the image some form of degradation occurs at output. Improvement in quality of these degraded images can be achieved by using application of enhancement techniques The main objective of image enhancement is to provide details that are hidden in an image, or to increase the contrast in a low contrast image. Image enhancement produces an output image that subjectively looks better than the original image by changing the pixel’s intensity of the input image. Generally, image enhancement enlarges the intensity differences among objects and background. There are various image enhancement techniques that have been proposed and developed [1]. In this paper, some image enhancement techniques have been discussed with their mathematical understanding [3]. This paper will provide an overview of underlying concepts with focus on spatial domain techniques and spatial filtering. 2. IMAGE ENHANCEMENT TECHNIQUES 2.1 Contrast Stretching Contrast stretching enhances image by enhancing contrast Between various parts of the original image. The basic idea is to improve the image quality by increasing the dynamic range of gray levels [4].A typical change in contrast enhancement can be seen from the Figure 1. . Figure 1: Contrast Stretching 2.2 Grey Level Slicing A grey level slicing technique enhances all the gray levels by using high values and all other gray levels using low values (Figure 2). This function is mostly useful to enhance flaws in X-ray images and enhancing features such as masses of water in satellite imagery. Figure 2 shows the transformation function for the range of pixels of interest and also showing the effect on image. Figure 2: Grey Level slicing
  • 2. International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 E-ISSN: 2321-9637 107 2.3 Histogram Processing The histogram of a digital image with intensity levels in the range [0, L-1] is a discrete function h( rk) =nk (1) where rk is the kth intensity values & nk is the number of pixels in the image with intensity rk Histograms are frequently normalized by the total number of pixels in the image. Assuming an M x N image, a normalized histogram. P(rk) = nk (2) MN Where k =0,1,…….L-1 2.3.1 Histogram Equalization (HE) Histogram equalization is a technique by which the vibrant range of the histogram of an image is increased. It flattens and stretches the dynamic range of the image's histogram and resulting in overall contrast improvement [7]. Histogram equalization assign the intensity values of pixels in the input image such that the output image contains a uniform distribution of intensities. It improves contrast by obtaining a uniform histogram (Figure 3). This technique can be used on a whole image or just on a part of an image [5]. Figure 3: Histogram Equalization 2.3.2 Local Enhancement Equalization (LHE) Technique. The Histogram Equalization discussed above is based on global method, means it increases the overall contrast of the image. So this method is appropriate for overall enhancement. This method can be easily adapted to local enhancement. The method is to define the neighborhood and move the centre of this area from pixel to pixel. At each location, calculate histogram of the points in the neighborhood, Obtain histogram equalization/specification function. Finally this function is used to map gray level of pixel cantered in neighborhood [6]. It can use new pixel values and previous histogram to calculate next histogram [3]. Figure 4: Local Histogram Equalization 2.4 Image Subtraction This technique play key role in medical applications. The most important application is mask mode radiography. The main use of image subtraction includes background removal and illumination equalization. The image difference between two images f(x,y) and g(x,y) can be expressed as Z(x,y)=f(x,y)-g(x,y) By analyzing the image obtained by subtraction, the doctor is in a position to decide the actual location of blood blockage [6]. Figure 5: Image Subtraction 3. SPATIAL FILTERING The purpose of spatial filters is to remove unwanted noise from the image. It is one of the main tools used in this field for broad spectrum of applications [2].Spatial filters is of two types:
  • 3. International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 E-ISSN: 2321-9637 MSE ………(ii) 108 1 Smoothing Spatial Filters 2 Sharpening Spatial Filters 3.1Smoothing Filters These filters are used for blurring and for noise reduction. These filter changes each pixel by the average of pixels contained in the neighbourhood (filter mask). They are also called averaging or low-pass filters. It reduces the noise such as bridging of small gaps in the lines or curves in the image [6]. Figure 6: Smoothing Filter There response is based on ordering the pixels contained in the image area encompassed by the filter, and then replacing the centre with the value determined by the ranking result[2].The well known median filter is a Non-Linear filter. 3.2 Sharpening Spatial Filters The principle purpose of sharpening is to highlight transitions in intensity. Its applications ranging from electronic printing and medical imaging to industrial inspection [2]. It can provide more visible details that are poor, hazy and of hidden focus in the original image [6].The well known sharpening filter is High pass filter. Figure 7:Sharpening Images 4 COMPARISON The comparison is made between various spatial domain techniques by studying these methods .The quantitative metrics used for comparison are SNR, PSNR [8-11]. Signal-to-Noise Ratio (SNR) = signal RMSnoise SNR = 20 log10 Peak Signal-to-Noise Ratio (PSNR) = MAXf PSNR = 20 log10 MSE …………………(i) Where f is the original image - 1 - 1 m n = - 0 || ( , ) ( , || ΣΣ 0 1 0 f i j g i j mn The PSNR compute the peak signal-to-noise ratio, in decibels,between two images. This ratio is frequently used as a quality measurement between the original and an enhanced image. The higher the PSNR, the better the quality of the enhanced image. From the study, it was concluded that contrast stretching gives higher values of the metrics. By visual inspection of output images (enhanced) (Figure 6) of different methods, one can easily determine the difference between the input image and the enhanced image. 5. CONCLUSION In this paper, various techniques of enhancement is compared. From the visual, it is found that contrast stretching yields best among the methods under study. In future, for the enhancement purpose more images can be taken from the different application fields so that it becomes clearer that for which application which particular technique is better. REFERENCES [1] Sunita Dhariwal “Comparative Analysis of Various ImageEnhancement Techniques”, IJECT Vol. 2, Issue 3, Sept.2011,pp.91-95. [2] Rafael C. Gonzalez, Richard E. Woods, “Digital Image Processing”, 2nd edition, Prentice Hall, 2002. [3] Raman Maini and Himanshu Aggarwal “A Comprehensive Review of Image Enhancement Techniques”, Journal of Computing, Volume 2, Issue 3, March 2010,pp.8-13. [4] Song Tie-Rui and Zheng Wei “The Research of X-ray Bone Fracture Image Enhancement Algorithms”, IEEE International Conference on
  • 4. International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 E-ISSN: 2321-9637 109 Computer, Mechatronics, Control and Electronic Engineering,2010. [5] Sonia Goyal,Seema,” Region Based Contrast Limited Adaptive HE with Additive Gradient for Contrast Enhancement of Medical Images (MRI)”, International Journal of Soft Computing and Engineering (IJSCE) ,Volume-1, Issue-4, pp. 154-157,September 2011. [6] S.Annadurai and R.Shanmugalakshmi, ”Fundamentals of Digital Image Processing”,Pearson,2007 [7] Chen, Soong-Der and Ramli, Abd. Rahman, “Minimum Mean Brightness Error Bi-Histogram Eualization in Contrast Enhancement”, IEEE Transactions on Consumer Electronics, Vol. 49, No. 4, 2003, pp. 1310-1319. [8] Dileep.MD and A.Sreenivasa Murthy, ”A Comparison between different Colour Image Contrast Enhancement Algorithms”, IEEE, Proceedings of ICETECT 2011, pp 708-712. [9] L. Kaur, R.C. Chauhan, and S. C. Saxena, “Wavelet based Compression of Medical Ultrasound images using Vector Quantization”, Taylor and Francis HMET, pp. 128-133,vol. 30, no. 3, May-june 2006. [10]S. Gupta, L. Kaur, R.C. Chauhan, and S. C. Saxena, “A versatile Technique for visual enhancement of medical ultrasound images”, Elsevier Jr. of Digital Signal Processing, 17, pp. 542-560, 2007. [11]L. Kaur and Savita Gupta, “Wavelet based compression using Daubechies filter”, National Conf. on Communication at IIT Bombay, 2002..