SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 455
IMAGE ENHANCEMENT TECHNIQUES: A REVIEW
Brindha1
, Bharathi2
, Anusuya3
, Praiseline Karunya4
1
Assistant Professor, Department of ECE, Sethu Institute of Technology, Tamil Nadu, India
2
Assistant Professor, Department of ECE, Sethu Institute of Technology, Tamil Nadu, India
3
Assistant Professor, Department of ECE, Sethu Institute of Technology, Tamil Nadu, India
4
Assistant Professor, Department of ECE, Velammal College of Engineering & Technology, Tamil Nadu, India
Abstract
Field of image processing has vast applications in medical, forensic, research etc., It includes various domains like enhancement,
classification, segmentation, etc., which are widely used for these applications. Image Enhancement is the pre processing step on
which the accuracy of the result lies. Image enhancement aims to improve the visual appearance of an image, without affecting
the original attributes (i.e.,) image contrast is adjusted and noise is removed to produce better quality image. Hence image
enhancement is one of the most important tasks in image processing. Enhancement is classified into two categories spatial domain
enhancement and frequency domain enhancement. Spatial domain enhancement acts upon pixel value whereas frequency domain
enhancement acts on the Fourier transform of the image. The enhancement techniques to be used depend on modality, climatic
and visual perspective etc., In this paper, we present a survey on various existing image enhancement techniques.
Keywords: Enhancement, Spatial domain enhancement, Frequency domain enhancement, Contrast, Modality.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Image enhancement improves the interpretability or
perception of information in images. For automated image
processing system it provides better input. It helps scrutinize
background information that is essential to understand
object behavior without requiring manual inspection. Due to
low contrast image enhancement becomes challenging and
also objects cannot be extracted clearly from dark
background. Images with object and background having
similar color fail here. The existing techniques of image
enhancement can be classified into two types: Spatial based
domain image enhancement and Frequency based domain
image enhancement. Spatial based domain [1] image
enhancement act on pixels directly. Frequency based
domain[2] image enhancement is a term used to describe the
analysis of mathematical functions or signals with respect to
frequency and operate directly on the image - transform
coefficients. Commonly used transform co-efficient are
Fourier Transform(FT), Discrete Cosine Transform (DCT),
Discrete Wavelet Transform (DWT). The basic idea is to
enhance the image by manipulating the transform
coefficients. Spatial domain methods can again be divided
into two sections: Point Processing operation and spatial
filter operations. Traditional image enhancement method
enhances low quality image where the back ground
information are lost in the darker region. In this case
whatever technique we apply, information cannot be
retrieved from darker back ground. Image Smoothing,
Image Sharpening, filtering are some of the commonly used
frequency domain enhancement techniques. In this paper we
focus on both spatial and frequency image enhancement
techniques.
2. IMAGE ENHANCEMENT TECHNIQUES
Image enhancement techniques are used for enhancing the
contrast of the image. These techniques are classified into
two categories:
 Spatial Domain Enhancement
 Frequency Domain Enhancement
3. SPATIAL DOMAIN ENHANCEMENT
TECHNQUES
In spatial domain image enhance technique transformations
are applied directly on the pixels. Point processing methods,
log transformation, histogram processing, morphological
operators are few spatial domain enhancement operations
that are discussed below.
3.1 Gray Level Transformation
Gray level transformations [1] are applied to improve the
contrast of the image. This transformation can be achieved
by adjusting the grey level and dynamic range of the image,
which is the deviation between minimum and maximum
pixel value
3.2 Image Negative
Image negative [3], reverses the pixel value (i.e.,) each pixel
is subtracted from L. Where, L is the maximum pixel value
of the image.
This can be expressed as
rLs  1 -- (1)
Where, s = negative image or output image
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 456
L-1 = maximum pixel value
r = input image
The pixel range for both the input image and negative image
is (0, L-1)
3.3 Log Transformation
Log transformation [4] is used to expand the dark pixels and
compress the brighter pixel. This compresses the dynamic
range of the image with large variations in pixel values.
Log transformation is given by
 rcLogs  1 -- (2)
3.4 Histogram Processing
Histogram equalization: Histogram equalization [5] is used
for contrast adjustment using the image histogram When
ROI is represented by close contrast values, this histogram
equalization enhances the image by increasing the global
contrast. As a result, the intensities are well scattered on the
histogram and low contrast region is converted to region
with higher contrast. This is achieved by considering more
frequently occurring intensity value and spreading it along
the histogram. Histogram equalization plays a major role in
images having both ROI and other region as either darker or
brighter. It’s advantage is, it goes good with images having
high color depth. For example images like 16-bit gray-scale
images or continuous data. This technique is widely used in
images that are over-exposed or under-exposed, scientific
images like X-Ray images in medical diagnosis, remote
sensing, and thermal images. Same way this technique has
its own defects, like unrealistic illusions in photographs and
undesirable effect in low color depth images.
The histogram equalization formula is given by:
   
 
 








 1
min
min
L
cdfnm
cdfvcdf
roundvh -- (3)
3.5 Piecewise Linear Transformation
Contrast Stretching: In contrast stretching [6], upper and
lower threshold are fixed and the contrast is stretched
between these thresholds. It is contrast enhancement method
based on the intensity value as shown
    yxIfyxI ,,0  -- (4)
Where, the original image is  yxI , , the output image is
 yxI ,0 after contrast enhancement, and  rT the
transformation function. The transformation function T(r) is
given by (5), and shown in Fig-1.
  srT  -- (5)
Where s is,
Fig -1: Contrast Stretching- Transformation Function
Where l, m, n are the Slopes of the three regions. It is
obvious that l & n are < 1. The s is the modified gray levels
and r is the original gray levels. Where a and b are the limit
of lower and upper threshold. Contrast stretching makes
brighter portion brighter and darker portion darker.
3.6 Morphological Operators
Top-Hat Transformation: Small elements or ROI or small
details are extracted from an image using Top-Hat
Transformations [7]. Top-hat transformation can be broadly
classified into:
White Top-Hat Transform: It is defined as the difference
between the input image and its opening by some structuring
element.
Black Top-Hat Transform: It is defined as the difference
between the closing by some structuring element and the
input image.
This transforms are applied for various image processing
tasks, such as feature extraction, background equalization,
image enhancement, and others.
White Top-Hat Transformation:
  bIIITw  -- (6)
Where “ ” denotes the opening operation.
Black Top-Hat Transformation:
  IbIITb  -- (7)
Where “•” is the closing operation.
Bottom-Hat Transformation: The bottom-hat
transformation [7] is used for dark objects on a light
background. This operator subtracts input image from
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 457
morphologically closed input image. Bottom-Hat
Transformation is similar to that of Black Top-Hat
Transformation.
  bIIITbh  -- (8)
Where “•” is the closing operation.
3.7 Global Power Law Transform
Global Power Law Transform [8] is given by,

crS  -- (9)
This transformation function is also called as gamma
correction. Different levels of enhancement are obtained by
varying the values of γ. The difference between the log-
transformation function and the power-law functions is that
using the power-law function a family of possible
transformation curves can be obtained just by varying the λ.
3.8 Adaptive Power Law Transform
Adaptive Power Law Transforms [9] is a modified form of
Global Power Law Transform. Contrast variations are
reduced between poor and well contrast regions. The
proposed APLT adjusts the intensity of each pixel with the
exponent in power-law transformation being dynamically
set based on the local intensity range of its neighborhood
pixels. The mathematical expressions of APLT are as
follows:
   
yxgyxg ,,  -- (10)
 






yxd ,
1
ln -- (11)
       pypxgpypxgyxd  ,min,max,
-- (12)
Where,
   
   2/~2/
2/~2/
wwq
wwp


Where  yxg , is the intensity of pixel at yx, ,
w is the size of a window centered at  yx,
3.9 Spatial Filtering
Spatial filtering removes noise from the image. Filters that
are used for the removal of noise are Smoothing and
sharpening spatial filters.
Smoothing filters [10] are used for blurring and noise
reduction. This is also called as average filter or low pass
filters. In this technique each and every pixel is replaced by
the average of neighborhood pixels. (i.e.) average masking
is used.










111
111
111
9
1










121
242
121
16
1
Fig -2: Averaging Filter
Sharpening filters [11] are used to enhance the intensity
transitions. In an image, crisper the intensity transitions,
more sharper the image. The intensity transitions between
adjacent pixels are related to the derivatives of the image.
Hence, operators are used to compute the derivatives of a
digital image.
The figure shows some of the spatial filters













010
141
010













111
181
111
Fig -3: Laplacian operator






10
01





 
01
10
Fig -4: Robert operator









 
121
000
121













101
202
101
Fig -5: Sobel operator
4. FREQUENCY DOMAIN ENHANCEMENT
TECHNQUES
In frequency domain method [2] [11] fourier transform of
the image is computed and then enhancement techniques are
applied. This frequency domain method involves 3 basic
steps,
 Transform the input image into its Fourier
transform
 Apply the transfer function
 Inverse Fourier transform is applied to get
enhanced image
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 458
Fig -6: Frequency domain enhancement
Image enhancement is applied to modify the image contrast
brightness of the pixel. In frequency domain enhancement
technique, the pixel value of the output image will be
modified according to the transfer function applied to the
image.
This can be represented as
 rTs  -- (13)
Where, s= pixel value of input image F
r = pixel value of output image G
T = transformation function (H)
Filtering is commonly used for frequency domain
enhancement. Therefore based on DFT enhancement of
image is done. This filtering is classified into low pass and
high pass filtering.
5. CONCLUSION
In this paper, various techniques of enhancement discussed.
Point processing enhances the contrast of the image. Image
negative is widely used where brighter regions embedded in
darker region acts as ROI. This is used in medical image
processing. Power law transformation is used for contrast
manipulation and for dark images. Frequency domain
enhancement methods are used to overcome defects of
spatial domain enhancement. In Histogram equalization
contrast of the image is enhanced. Spatial filtering is used to
remove the noise in the image.
REFERENCES
[1]. R. C. Gonzalez, Richard E. Woods, Digital Image
processing, Addision-Wesely, 2003
[2]. Yusra Banday, R.Swaminathan, “Survey of Image
Enhancement Techniques in Wavelet Domain”,
International Journal of Latest Technology in Engineering,
Management & Applied Science, ISSN 2278-2540
[3]. Suneetha, Venkateswaralu, “Enhancement Techniques
for Gray Scale Image in Spatial Domain”, International
Journal of Emerging Technology and Advanced
Engineering, ISSN: 2250-2459
[4]. Foisal Hossain, “Image Enhancement Based on
Lograthmic Transform Co-efficient and Adaptive Histogram
Equalization”, International Conference on Convergence
Information Technology.
[5]. Rajesh Garg, Bhawna Mittal, “Histogram Equalization
Techniques for Image Enhancement”, International Journal
of Current Engineering and Technology, ISSN: 2230-7109
[6]. Raman Maini, Himanshu Aggarwal, “Comprehensive
Review on Image Enhancement Technique” Journal of
Computing ISSN: 2151-9617
[7]. Suman Thapar, “Study and Implementation of Various
Morphology Based Image Contrast Enhancement
Techniques”, International Journal of Computing &
Business Research ISSN (Online): 2229-6166.
[8] Vimal, Thiruvikraman,”Automated Image Enhancement
using Power Law Transformation”, Indian Academy of
Sciences.
[9]. Chun-Ming Tsai, “Adaptive Local Power Law
Transformation for Color Image Enhancement”,
International Journal on Applied Mathematics and
Information Science, ISSN: 2019-2026
[10]. Saruchi, Madan Lal, “Comparative Study Different
Image Enhancement Techniques”, International Journal of
Computers & Technology ISSN 2277-3061
[11]. Bedi, Rati Khandelwal, “Various Image Enhancement
Techniques: A Critical Review”, International Journal of
Advanced Research in Computer and Communication
Engineering, ISSN: 2278-1021
BIOGRAPHIES
Brindha M.E., currently working as
assistant professor/Department of ECE in
Sethu Institute of Technology
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 459
Bharathi M.E., from Syed Ammal College
of Engineering, currently working as
assistant professor/Department of ECE in
Sethu Institute of Technology
Anusuya M.E., currently working as
assistant professor/Department of ECE in
Sethu Institute of Technology
Praiseline Karunya M.E., currently
working as assistant professor/Department
of ECE in Velammal College of
Engineering and Technology

More Related Content

What's hot

Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniquessakshij91
 
Image filtering in Digital image processing
Image filtering in Digital image processingImage filtering in Digital image processing
Image filtering in Digital image processingAbinaya B
 
Color Image Processing: Basics
Color Image Processing: BasicsColor Image Processing: Basics
Color Image Processing: BasicsA B Shinde
 
Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial DomainDEEPASHRI HK
 
Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)Kalyan Acharjya
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationMostafa G. M. Mostafa
 
Image Smoothing using Frequency Domain Filters
Image Smoothing using Frequency Domain FiltersImage Smoothing using Frequency Domain Filters
Image Smoothing using Frequency Domain FiltersSuhaila Afzana
 
Introduction to image contrast and enhancement method
Introduction to image contrast and enhancement methodIntroduction to image contrast and enhancement method
Introduction to image contrast and enhancement methodAbhishekvb
 
Image Restoration
Image RestorationImage Restoration
Image RestorationPoonam Seth
 
Point processing
Point processingPoint processing
Point processingpanupriyaa7
 
Media Player with Face Detection and Hand Gesture
Media Player with Face Detection and Hand GestureMedia Player with Face Detection and Hand Gesture
Media Player with Face Detection and Hand GestureIRJET Journal
 
Sharpening using frequency Domain Filter
Sharpening using frequency Domain FilterSharpening using frequency Domain Filter
Sharpening using frequency Domain Filterarulraj121
 
Digital Image Processing Fundamental
Digital Image Processing FundamentalDigital Image Processing Fundamental
Digital Image Processing FundamentalThuong Nguyen Canh
 
SPATIAL FILTERING IN IMAGE PROCESSING
SPATIAL FILTERING IN IMAGE PROCESSINGSPATIAL FILTERING IN IMAGE PROCESSING
SPATIAL FILTERING IN IMAGE PROCESSINGmuthu181188
 
Introduction to Digital Image Processing
Introduction to Digital Image ProcessingIntroduction to Digital Image Processing
Introduction to Digital Image Processingkalaimuthu2
 
Fundamental Steps of Digital Image Processing & Image Components
Fundamental Steps of Digital Image Processing & Image ComponentsFundamental Steps of Digital Image Processing & Image Components
Fundamental Steps of Digital Image Processing & Image ComponentsKalyan Acharjya
 

What's hot (20)

Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniques
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Image filtering in Digital image processing
Image filtering in Digital image processingImage filtering in Digital image processing
Image filtering in Digital image processing
 
Color Image Processing: Basics
Color Image Processing: BasicsColor Image Processing: Basics
Color Image Processing: Basics
 
Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial Domain
 
Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image Segmentation
 
image enhancement
 image enhancement image enhancement
image enhancement
 
Image Smoothing using Frequency Domain Filters
Image Smoothing using Frequency Domain FiltersImage Smoothing using Frequency Domain Filters
Image Smoothing using Frequency Domain Filters
 
Introduction to image contrast and enhancement method
Introduction to image contrast and enhancement methodIntroduction to image contrast and enhancement method
Introduction to image contrast and enhancement method
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Image Restoration
Image RestorationImage Restoration
Image Restoration
 
Point processing
Point processingPoint processing
Point processing
 
Media Player with Face Detection and Hand Gesture
Media Player with Face Detection and Hand GestureMedia Player with Face Detection and Hand Gesture
Media Player with Face Detection and Hand Gesture
 
Sharpening using frequency Domain Filter
Sharpening using frequency Domain FilterSharpening using frequency Domain Filter
Sharpening using frequency Domain Filter
 
Digital Image Processing Fundamental
Digital Image Processing FundamentalDigital Image Processing Fundamental
Digital Image Processing Fundamental
 
SPATIAL FILTERING IN IMAGE PROCESSING
SPATIAL FILTERING IN IMAGE PROCESSINGSPATIAL FILTERING IN IMAGE PROCESSING
SPATIAL FILTERING IN IMAGE PROCESSING
 
Introduction to Digital Image Processing
Introduction to Digital Image ProcessingIntroduction to Digital Image Processing
Introduction to Digital Image Processing
 
Fundamental Steps of Digital Image Processing & Image Components
Fundamental Steps of Digital Image Processing & Image ComponentsFundamental Steps of Digital Image Processing & Image Components
Fundamental Steps of Digital Image Processing & Image Components
 

Similar to Image enhancement techniques a review

Gaussian noise reduction on images automatically
Gaussian noise reduction on images automaticallyGaussian noise reduction on images automatically
Gaussian noise reduction on images automaticallyeSAT Journals
 
Use of horizontal and vertical edge processing technique to improve number pl...
Use of horizontal and vertical edge processing technique to improve number pl...Use of horizontal and vertical edge processing technique to improve number pl...
Use of horizontal and vertical edge processing technique to improve number pl...eSAT Journals
 
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...eSAT Publishing House
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...eSAT Publishing House
 
A new approach for generalised unsharp masking alogorithm
A new approach for generalised unsharp masking alogorithmA new approach for generalised unsharp masking alogorithm
A new approach for generalised unsharp masking alogorithmeSAT Journals
 
New approach for generalised unsharp masking alogorithm
New approach for generalised unsharp masking alogorithmNew approach for generalised unsharp masking alogorithm
New approach for generalised unsharp masking alogorithmeSAT Publishing House
 
Solving linear equations from an image using ann
Solving linear equations from an image using annSolving linear equations from an image using ann
Solving linear equations from an image using anneSAT Journals
 
A study to improve the quality of image enhancement
A study to improve the quality of image enhancementA study to improve the quality of image enhancement
A study to improve the quality of image enhancementeSAT Publishing House
 
Vhdl implementation for edge detection using log gabor filter for disease det...
Vhdl implementation for edge detection using log gabor filter for disease det...Vhdl implementation for edge detection using log gabor filter for disease det...
Vhdl implementation for edge detection using log gabor filter for disease det...eSAT Journals
 
A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...eSAT Journals
 
Application of normalized cross correlation to image registration
Application of normalized cross correlation to image registrationApplication of normalized cross correlation to image registration
Application of normalized cross correlation to image registrationeSAT Publishing House
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET Journal
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformeSAT Journals
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformeSAT Publishing House
 
The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)eSAT Publishing House
 
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
 
The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)eSAT Journals
 

Similar to Image enhancement techniques a review (20)

Gaussian noise reduction on images automatically
Gaussian noise reduction on images automaticallyGaussian noise reduction on images automatically
Gaussian noise reduction on images automatically
 
Use of horizontal and vertical edge processing technique to improve number pl...
Use of horizontal and vertical edge processing technique to improve number pl...Use of horizontal and vertical edge processing technique to improve number pl...
Use of horizontal and vertical edge processing technique to improve number pl...
 
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
 
A new approach for generalised unsharp masking alogorithm
A new approach for generalised unsharp masking alogorithmA new approach for generalised unsharp masking alogorithm
A new approach for generalised unsharp masking alogorithm
 
New approach for generalised unsharp masking alogorithm
New approach for generalised unsharp masking alogorithmNew approach for generalised unsharp masking alogorithm
New approach for generalised unsharp masking alogorithm
 
Solving linear equations from an image using ann
Solving linear equations from an image using annSolving linear equations from an image using ann
Solving linear equations from an image using ann
 
A study to improve the quality of image enhancement
A study to improve the quality of image enhancementA study to improve the quality of image enhancement
A study to improve the quality of image enhancement
 
Vhdl implementation for edge detection using log gabor filter for disease det...
Vhdl implementation for edge detection using log gabor filter for disease det...Vhdl implementation for edge detection using log gabor filter for disease det...
Vhdl implementation for edge detection using log gabor filter for disease det...
 
Dh33653657
Dh33653657Dh33653657
Dh33653657
 
Dh33653657
Dh33653657Dh33653657
Dh33653657
 
A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...A lossless color image compression using an improved reversible color transfo...
A lossless color image compression using an improved reversible color transfo...
 
Application of normalized cross correlation to image registration
Application of normalized cross correlation to image registrationApplication of normalized cross correlation to image registration
Application of normalized cross correlation to image registration
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution Enhancement
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transform
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transform
 
The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)
 
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
 
The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)The automatic license plate recognition(alpr)
The automatic license plate recognition(alpr)
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 

Recently uploaded (20)

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 

Image enhancement techniques a review

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 455 IMAGE ENHANCEMENT TECHNIQUES: A REVIEW Brindha1 , Bharathi2 , Anusuya3 , Praiseline Karunya4 1 Assistant Professor, Department of ECE, Sethu Institute of Technology, Tamil Nadu, India 2 Assistant Professor, Department of ECE, Sethu Institute of Technology, Tamil Nadu, India 3 Assistant Professor, Department of ECE, Sethu Institute of Technology, Tamil Nadu, India 4 Assistant Professor, Department of ECE, Velammal College of Engineering & Technology, Tamil Nadu, India Abstract Field of image processing has vast applications in medical, forensic, research etc., It includes various domains like enhancement, classification, segmentation, etc., which are widely used for these applications. Image Enhancement is the pre processing step on which the accuracy of the result lies. Image enhancement aims to improve the visual appearance of an image, without affecting the original attributes (i.e.,) image contrast is adjusted and noise is removed to produce better quality image. Hence image enhancement is one of the most important tasks in image processing. Enhancement is classified into two categories spatial domain enhancement and frequency domain enhancement. Spatial domain enhancement acts upon pixel value whereas frequency domain enhancement acts on the Fourier transform of the image. The enhancement techniques to be used depend on modality, climatic and visual perspective etc., In this paper, we present a survey on various existing image enhancement techniques. Keywords: Enhancement, Spatial domain enhancement, Frequency domain enhancement, Contrast, Modality. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Image enhancement improves the interpretability or perception of information in images. For automated image processing system it provides better input. It helps scrutinize background information that is essential to understand object behavior without requiring manual inspection. Due to low contrast image enhancement becomes challenging and also objects cannot be extracted clearly from dark background. Images with object and background having similar color fail here. The existing techniques of image enhancement can be classified into two types: Spatial based domain image enhancement and Frequency based domain image enhancement. Spatial based domain [1] image enhancement act on pixels directly. Frequency based domain[2] image enhancement is a term used to describe the analysis of mathematical functions or signals with respect to frequency and operate directly on the image - transform coefficients. Commonly used transform co-efficient are Fourier Transform(FT), Discrete Cosine Transform (DCT), Discrete Wavelet Transform (DWT). The basic idea is to enhance the image by manipulating the transform coefficients. Spatial domain methods can again be divided into two sections: Point Processing operation and spatial filter operations. Traditional image enhancement method enhances low quality image where the back ground information are lost in the darker region. In this case whatever technique we apply, information cannot be retrieved from darker back ground. Image Smoothing, Image Sharpening, filtering are some of the commonly used frequency domain enhancement techniques. In this paper we focus on both spatial and frequency image enhancement techniques. 2. IMAGE ENHANCEMENT TECHNIQUES Image enhancement techniques are used for enhancing the contrast of the image. These techniques are classified into two categories:  Spatial Domain Enhancement  Frequency Domain Enhancement 3. SPATIAL DOMAIN ENHANCEMENT TECHNQUES In spatial domain image enhance technique transformations are applied directly on the pixels. Point processing methods, log transformation, histogram processing, morphological operators are few spatial domain enhancement operations that are discussed below. 3.1 Gray Level Transformation Gray level transformations [1] are applied to improve the contrast of the image. This transformation can be achieved by adjusting the grey level and dynamic range of the image, which is the deviation between minimum and maximum pixel value 3.2 Image Negative Image negative [3], reverses the pixel value (i.e.,) each pixel is subtracted from L. Where, L is the maximum pixel value of the image. This can be expressed as rLs  1 -- (1) Where, s = negative image or output image
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 456 L-1 = maximum pixel value r = input image The pixel range for both the input image and negative image is (0, L-1) 3.3 Log Transformation Log transformation [4] is used to expand the dark pixels and compress the brighter pixel. This compresses the dynamic range of the image with large variations in pixel values. Log transformation is given by  rcLogs  1 -- (2) 3.4 Histogram Processing Histogram equalization: Histogram equalization [5] is used for contrast adjustment using the image histogram When ROI is represented by close contrast values, this histogram equalization enhances the image by increasing the global contrast. As a result, the intensities are well scattered on the histogram and low contrast region is converted to region with higher contrast. This is achieved by considering more frequently occurring intensity value and spreading it along the histogram. Histogram equalization plays a major role in images having both ROI and other region as either darker or brighter. It’s advantage is, it goes good with images having high color depth. For example images like 16-bit gray-scale images or continuous data. This technique is widely used in images that are over-exposed or under-exposed, scientific images like X-Ray images in medical diagnosis, remote sensing, and thermal images. Same way this technique has its own defects, like unrealistic illusions in photographs and undesirable effect in low color depth images. The histogram equalization formula is given by:                  1 min min L cdfnm cdfvcdf roundvh -- (3) 3.5 Piecewise Linear Transformation Contrast Stretching: In contrast stretching [6], upper and lower threshold are fixed and the contrast is stretched between these thresholds. It is contrast enhancement method based on the intensity value as shown     yxIfyxI ,,0  -- (4) Where, the original image is  yxI , , the output image is  yxI ,0 after contrast enhancement, and  rT the transformation function. The transformation function T(r) is given by (5), and shown in Fig-1.   srT  -- (5) Where s is, Fig -1: Contrast Stretching- Transformation Function Where l, m, n are the Slopes of the three regions. It is obvious that l & n are < 1. The s is the modified gray levels and r is the original gray levels. Where a and b are the limit of lower and upper threshold. Contrast stretching makes brighter portion brighter and darker portion darker. 3.6 Morphological Operators Top-Hat Transformation: Small elements or ROI or small details are extracted from an image using Top-Hat Transformations [7]. Top-hat transformation can be broadly classified into: White Top-Hat Transform: It is defined as the difference between the input image and its opening by some structuring element. Black Top-Hat Transform: It is defined as the difference between the closing by some structuring element and the input image. This transforms are applied for various image processing tasks, such as feature extraction, background equalization, image enhancement, and others. White Top-Hat Transformation:   bIIITw  -- (6) Where “ ” denotes the opening operation. Black Top-Hat Transformation:   IbIITb  -- (7) Where “•” is the closing operation. Bottom-Hat Transformation: The bottom-hat transformation [7] is used for dark objects on a light background. This operator subtracts input image from
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 457 morphologically closed input image. Bottom-Hat Transformation is similar to that of Black Top-Hat Transformation.   bIIITbh  -- (8) Where “•” is the closing operation. 3.7 Global Power Law Transform Global Power Law Transform [8] is given by,  crS  -- (9) This transformation function is also called as gamma correction. Different levels of enhancement are obtained by varying the values of γ. The difference between the log- transformation function and the power-law functions is that using the power-law function a family of possible transformation curves can be obtained just by varying the λ. 3.8 Adaptive Power Law Transform Adaptive Power Law Transforms [9] is a modified form of Global Power Law Transform. Contrast variations are reduced between poor and well contrast regions. The proposed APLT adjusts the intensity of each pixel with the exponent in power-law transformation being dynamically set based on the local intensity range of its neighborhood pixels. The mathematical expressions of APLT are as follows:     yxgyxg ,,  -- (10)         yxd , 1 ln -- (11)        pypxgpypxgyxd  ,min,max, -- (12) Where,        2/~2/ 2/~2/ wwq wwp   Where  yxg , is the intensity of pixel at yx, , w is the size of a window centered at  yx, 3.9 Spatial Filtering Spatial filtering removes noise from the image. Filters that are used for the removal of noise are Smoothing and sharpening spatial filters. Smoothing filters [10] are used for blurring and noise reduction. This is also called as average filter or low pass filters. In this technique each and every pixel is replaced by the average of neighborhood pixels. (i.e.) average masking is used.           111 111 111 9 1           121 242 121 16 1 Fig -2: Averaging Filter Sharpening filters [11] are used to enhance the intensity transitions. In an image, crisper the intensity transitions, more sharper the image. The intensity transitions between adjacent pixels are related to the derivatives of the image. Hence, operators are used to compute the derivatives of a digital image. The figure shows some of the spatial filters              010 141 010              111 181 111 Fig -3: Laplacian operator       10 01        01 10 Fig -4: Robert operator            121 000 121              101 202 101 Fig -5: Sobel operator 4. FREQUENCY DOMAIN ENHANCEMENT TECHNQUES In frequency domain method [2] [11] fourier transform of the image is computed and then enhancement techniques are applied. This frequency domain method involves 3 basic steps,  Transform the input image into its Fourier transform  Apply the transfer function  Inverse Fourier transform is applied to get enhanced image
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 458 Fig -6: Frequency domain enhancement Image enhancement is applied to modify the image contrast brightness of the pixel. In frequency domain enhancement technique, the pixel value of the output image will be modified according to the transfer function applied to the image. This can be represented as  rTs  -- (13) Where, s= pixel value of input image F r = pixel value of output image G T = transformation function (H) Filtering is commonly used for frequency domain enhancement. Therefore based on DFT enhancement of image is done. This filtering is classified into low pass and high pass filtering. 5. CONCLUSION In this paper, various techniques of enhancement discussed. Point processing enhances the contrast of the image. Image negative is widely used where brighter regions embedded in darker region acts as ROI. This is used in medical image processing. Power law transformation is used for contrast manipulation and for dark images. Frequency domain enhancement methods are used to overcome defects of spatial domain enhancement. In Histogram equalization contrast of the image is enhanced. Spatial filtering is used to remove the noise in the image. REFERENCES [1]. R. C. Gonzalez, Richard E. Woods, Digital Image processing, Addision-Wesely, 2003 [2]. Yusra Banday, R.Swaminathan, “Survey of Image Enhancement Techniques in Wavelet Domain”, International Journal of Latest Technology in Engineering, Management & Applied Science, ISSN 2278-2540 [3]. Suneetha, Venkateswaralu, “Enhancement Techniques for Gray Scale Image in Spatial Domain”, International Journal of Emerging Technology and Advanced Engineering, ISSN: 2250-2459 [4]. Foisal Hossain, “Image Enhancement Based on Lograthmic Transform Co-efficient and Adaptive Histogram Equalization”, International Conference on Convergence Information Technology. [5]. Rajesh Garg, Bhawna Mittal, “Histogram Equalization Techniques for Image Enhancement”, International Journal of Current Engineering and Technology, ISSN: 2230-7109 [6]. Raman Maini, Himanshu Aggarwal, “Comprehensive Review on Image Enhancement Technique” Journal of Computing ISSN: 2151-9617 [7]. Suman Thapar, “Study and Implementation of Various Morphology Based Image Contrast Enhancement Techniques”, International Journal of Computing & Business Research ISSN (Online): 2229-6166. [8] Vimal, Thiruvikraman,”Automated Image Enhancement using Power Law Transformation”, Indian Academy of Sciences. [9]. Chun-Ming Tsai, “Adaptive Local Power Law Transformation for Color Image Enhancement”, International Journal on Applied Mathematics and Information Science, ISSN: 2019-2026 [10]. Saruchi, Madan Lal, “Comparative Study Different Image Enhancement Techniques”, International Journal of Computers & Technology ISSN 2277-3061 [11]. Bedi, Rati Khandelwal, “Various Image Enhancement Techniques: A Critical Review”, International Journal of Advanced Research in Computer and Communication Engineering, ISSN: 2278-1021 BIOGRAPHIES Brindha M.E., currently working as assistant professor/Department of ECE in Sethu Institute of Technology
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 459 Bharathi M.E., from Syed Ammal College of Engineering, currently working as assistant professor/Department of ECE in Sethu Institute of Technology Anusuya M.E., currently working as assistant professor/Department of ECE in Sethu Institute of Technology Praiseline Karunya M.E., currently working as assistant professor/Department of ECE in Velammal College of Engineering and Technology