SlideShare a Scribd company logo
International Journal of Computer Applications Technology and Research
Volume 4– Issue 5, 414 - 418, 2015, ISSN:- 2319–8656
www.ijcat.com 414
Review and Analysis of Various Image Enhancement
Techniques
Sandaldeep Kaur
Dept of CSE
Guru Nanak Dev University Amritsar,
India
Prabhpreet Kaur
Dept of CSE
Guru Nanak Dev University Amritsar
India
Abstract: Image enhancement plays an important role in vision applications. Recently a lot of work has been performed in the field of
image enhancement. Many techniques have already been proposed till now for enhancing the digital images. This paper has presented
a comparative analysis of various image enhancement techniques. This paper has shown that the fuzzy logic and histogram based
techniques have quite effective results over the available techniques. This paper ends up with suitable future directions to enhance
fuzzy based image enhancement technique further. In the proposed technique, an approach is made to enhance the images other than
low-contrast images as well by balancing the stretching parameter (K) according to the color contrast. Proposed technique is designed
to restore the degraded edges resulted due to contrast enhancement as well.
Keywords: Fuzzy Logic; image processing; color image enhancement; histogram equalization; edge restoration.
1. INTRODUCTION
An image is a two dimensional light intensity function f(x,y),
where x and y denotes the spatial co-ordinates and the value
of ‘f’ at any point is directly proportional to the
brightness(gray level) of the image at that point [1]. Digital
image processing is converting an image into its modified
better version. In computer science, image processing is any
form of signal processing for which the input is an image or
frames of videos and output can be either an image or set of
parameters related to the image [1]. Image processing is the
process of improving image or its features to get maximum
details and highlight the useful information. The area under
applications of image processing has been increased
tremendously. Basic applications of image processing are:
1. Improving the visual quality of images to the next
level.
2. Preparing images for extraction of maximum
possible features.
Image enhancement is basically improving the interpretability
or perception of information in images for human viewers and
providing `better' input for other automated image processing
techniques. Main motive behind image enhancement is to
modify the attributes of given image to make it suitable for
the given task and observer. The modification process may
vary according to the given task. Also, more than one
attributes of the image can be modified as per the
requirements. Various techniques exist for image
enhancement and their selection may vary according to the
observer-specific factors i.e. humans' visual system and their
experience can add great deal of subjectivity to the selection
procedure. For visual perception, color images provide more
information than gray images. Color image enhancement
plays an important role in Digital Image Processing [1]. In
color images, poor illumination may result in dark or low
contrast images. So such images require enhancement to
extract maximum information. In the literature various
enhancement techniques such as histogram equalization have
been discussed. Contrast enhancement is the process of
enhancing the apparent visual quality of that image as well as
the specific image feature for further processing and analysis
by a computer vision system [1].
2. VARIOUS IMAGE ENHANCEMENT
TECHNIQUES:
The image enhancement process consists of various
techniques that improve the visual appearance of the given
image or convert the input image into better form for better
analysis by machines as well as humans. Various
enhancement techniques are as follows:
1. Spatial domain methods.
2. Frequency domain methods.
3. Fuzzy domain methods.
1. Spatial Domain Method (SDM):
Image processing techniques based on spatial methods operate
directly on pixels. These methods modify the pixel values
according to rules depending on original pixel value i.e. local
or point process. Numerous methods exist to compare or
combine the pixel values with their immediate or neighboring
pixels.
Consider the original image f(x,y), transformation T can be
applied to obtain the resultant or processed image g(x,y) as:
g(x,y)=T[f(x,y)]
Operator T is defined over neighborhood pixels of (x,y).
Operator T is applied to each pixel (x,y) to obtain g output at
that point. Various SDM based techniques are discussed
below:
International Journal of Computer Applications Technology and Research
Volume 4– Issue 5, 414 - 418, 2015, ISSN:- 2319–8656
www.ijcat.com 415
Histogram Equalization (HE):
It is one of the most popular techniques for contrast
enhancement of image. HE is a technique based in spatial
domain using histogram of the image [1]. A histogram plots
the frequency of gray level, at each pixel of the image,
varying from 0(black) to 255(white). Histogram is a discrete
function given by:
h(rk)=(nk)/N
Where, rk and nk are intensity levels of the pixels,
N is the number of pixels in the image with intensity resp.
Histogram Equalization is a technique that transforms given
histogram of the image by spreading the gray-level clusters
over a dynamic range. It remaps the gray level frequency
based on a probability distribution of input gray-levels of the
original image to histogram with near-to uniform probability
density function. This technique redistributes the intensity
distribution. Histogram having peak and valleys will have
peak and valleys even after equalization but these will be
shifted [5]. Histogram Equalization can be classified into two
principle categories- global and local histogram equalization.
Global histogram equalization (GHE) uses entire input for
transformation function of the input histogram. While, Local
Histogram Equalization (LHE) uses a sliding window that
slides through every pixel or block of pixels sequentially and
gray-level mapping is performed on the center pixel of that
block only. Another methods based on histograms are
Histogram Specification that transforms histogram of one
image into the histogram of another image, and Dynamic
Histogram Specification works on critical points from the
input histogram.
Global Histogram Equalization (GHE):
In this technique, each pixel of the image is assigned a new
intensity value based on previous cumulative density function.
To perform GHE, the original histogram of the grayscale
image needs to be equalized. GHE accounts the global
information. The resultant image of GHE is enhanced in
contrast. But, it may have unnatural looks due to over-
enhancement of brightness. Also, GHE technique is not
adaptable to local light conditions.
Local Histogram Equalization (LHE):
This technique uses sub-blocks of the input image and use
these blocks to retrieve their histograms. Histogram
equalization is applied to the central pixel of that block by
applying Cumulative Density function. The process is
repeated for every pixel until the end-pixel is equalized. This
technique results in over-enhanced portions. This technique is
not adaptable with partial light information. Also,
computational costs are high for this technique.
Histogram Specification (HS):
Under this approach, histogram of input image is transformed
into the histogram of another image. This approach is used at
the times when output is required to form a specific histogram
by achieving highlighted gray-level ranges. This approach
allows to obtain the desired output. Using this approach is bit
complicated, since it’s difficult to specify the output
histogram as it varies for all the images.
Dynamic Histogram Specification (DHS):
In these techniques, some Critical Points (CPs) of the input
image are selected. On the basis of CPs and some other
variants, a specified histogram is created dynamically. This
approach enhances the image, by preserving some of the
characteristics of the input image's histogram. But, it does not
enhance the overall contrast of the image.
Histogram equalization techniques suffer from mean-shift
problem [4]. The mean intensity value of the image is shifted
to the middle gray-level of the intensity range. Thus, HE
based techniques are not useful in the cases where brightness
preservation is required.
2.1 Frequency domain methods (FDT)
Frequency domain methods are based on Fourier transform.
High-frequency contents in the Fourier transform are
responsible for Edges and sharp transitions in an image.
Smooth areas of image appear due to low frequency contents
of Fourier transform. Enhancement of image f(x,y) is
performed by applying frequency domain based on DFT.
2.2 Fuzzy domain
Various uncertainties and functions in image processing can
be easily applied using fuzzy logic. Fuzzy based image
processing is collection of various fuzzy approaches that
understand, represent and process the image. Fuzzy approach
has three main steps: fuzzification, modification of
membership function values, and defuzzification. Some steps
of fuzzy reasoning can be such as:
Fuzzification: Input values are compared with the
membership function to obtain membership values for each
part of image in case of image processing.
Modification of membership function values: The membership
values are then combined with the defined fuzzy set
operations to get weight of each fuzzy rule.
Defuzzification: The qualified output results are combined to
obtain crisp output based on the defined methods.
Rules for Fuzzy Inferencing:
International Journal of Computer Applications Technology and Research
Volume 4– Issue 5, 414 - 418, 2015, ISSN:- 2319–8656
www.ijcat.com 416
If x is A1 and y is B1, Then z is C1.
If x is A2 and y is B2, Then z is C2.
Figure.1 Rules of Fuzzy Reasoning [17]
The process of fuzzification and defuzzification are just the
steps for encoding and decoding the image and hence the key
point is the modification of membership value. Fuzzy based
image processing depends on the fuzzy inference system
being used and the input image to be processed.
3. LITERATURE SURVEY
Kannan P., Deepa S. and Ramakrishnan [2] presented two
approaches for the enhancement of dark sports images. Low
contrast images may occur because of poor lightning
conditions or small dynamic range of imaging systems. The
methods proposed here are fuzzy rule based method and then
applying sigmoid functions for the dark and bright inputs. The
approach used for enhancement is splitting the color images
into RGB planes and applying membership functions to each
of the plane. The RGB planes are then concatenated to obtain
the resultant enhanced mage. Sigmoid approach is beneficial,
since it is flexible; the contrast factors can be adjusted until a
satisfactory result is obtained.
K. Hasikin, Ashidi M. I. [3] presented a parameter, named,
contrast factor. This parameter provides information on
difference among gray-level values in lo9cal neighborhood. It
divides the degrade image into bright and dark regions.
Gaussian membership function is applied to the respective
dark and bright regions separately. For the dark images,
sigmoid functions are used to enhance the image. While for
colored images, HSV model is used to enhance them. This
approach is best applicable for real time applications.
M. Hanmandlu, D. Jha [6] presented a gaussian membership
function which fuzzifies the image in spatial domain in order
to enhance the given colored image. A global contrast
intensification operator (GINT) is introduced which comprises
three different parameters namely, intensification parameter,
fuzzifier and the crossover point. HSV model is implemented
i this paper and the color component is left unmodified. This
approach provided a visual improvement to the under-exposed
images.
M. Hanmandlu and O.P. Verma [7] proposed a new approach
for color image enhancement. An objective function, called
exposure is defined to differentiate the underexposed and
overexposed regions of image. The image is converted into
HSV color space. The hue component (H) is left completely
untouched in order to preserve the original colors. For the
underexposed images, sigmoid function is used. To recover
the lost information in over exposed regions a power law is
applied.
O.P. Verma, P. Kumar, M.Hanmandlu [8], enhancement of
images over a high range is presented using fuzzy logic and
artificial ant colony system. The AACS is used to identify the
underexposed, mixed and overexposed regions of an image.
The HSV color model is implemented and gaussian factor is
used for the fuzzification of over and under-exposed regions,
while mixed-exposed regions are left untouched. Parametric
sigmoid functions are used for the enhancement. Furthermore,
AACS is used to optimize the visual factor of image and thus
ascertaining the parametric required for enhancement. The
visual appeal is preferred to make the resultant image human
eye friendly. This approach is effective in recovering lost
information from permanently degraded images.
Preethi S.J., K. Rajeswari [9] presented a membership
function ramp used to enhance the visual appearance of the
image so hat maximum possible information could be
extracted. The membership function is modified for dark and
bright regions, but is left unchanged for the middle regions.
This approach can be used in medical images to make the
diagnosis easy.
O.P. Verma, V.K. Madasu and Shantaram [10] proposed two
new transformation functions for the enhancement of under
and over-exposed regions of the same image. Rectangular
hyperbolic function is used for the under-exposed regions,
while for over-exposed regions, S-function is applied. The
HSV color model is used for the enhancement purpose. The
S-function allows more flexible control for the given regions.
The proposed technique is efficient in terms of time required
for getting best possible results.
Mahashwari T., Asthana A [11] presented a fuzzy based
method for image enhancement. The pixels of image are
classified into three classes: dark, bright and gray. On the
basis of this classification membership functions are applied
by following a global approach. The resultant image obtained
is modified and clear.
Shrivastva D., Richhariya V. [12] presented a contrast
enhancement technique based on fuzzy entropy principle and
fuzzy set theory for low contrast gray scale images. The
proposed algorithm is better in contrast enhancement as well
as requires less computational time. It is able to overcome the
International Journal of Computer Applications Technology and Research
Volume 4– Issue 5, 414 - 418, 2015, ISSN:- 2319–8656
www.ijcat.com 417
drawbacks of spatial domain methods of thresholding. It
results in high contrast images.
Chamorro J., Sanchez D. [13] discussed various cardinalities
of fuzzy sets and their uses in quantification. The study shows
that scalar measures are not well suited for measuring
cardinalities and fuzzy numbers suit this well. A new fuzzy
based method has been proposed to evaluate the quantified
sentences. Linguistic histograms have resulted in more
appropriate approach to provide inputs to users. The concepts
of color have been defined very well using fuzzy based
approach which can be efficiently used in fuzzy image
processing.
Raju G. and Madhu S. Nair [14] presented a fast and efficient
fuzzy based color image enhancement method for enhancing
low contrast color images. This method is based on two
parameters M and K, where M is average intensity value of
image and K is contrast intensification parameter. The image's
RGB factor is converted into HSV color space. To enhance
the image, V factor i.e. intensity is stretched under the control
of M and K. The basic principle on which the technique is
designed is transforming skewed histogram of input image
into a uniform histogram. The proposed algorithm is
compared with conventional techniques. Beside the visual
results and computational time, Contrast Improvement Index
(CII) and Tenengrad measure are two quantitative measures
used for performance analysis. The tenengrad value is larger
for high quality images which show that it enhances the
structural information, and thus is the result obtained after
applying this approach to images. The proposed method is
computationally faster than the existing methods and well
suits with the images having background with non-uniform
distribution of brightness.
Chi-FarnChen , Hung-Yu Chang, Li-Yu Chang [15] presented
fuzzy-based approach to enhance the contrast and brightness
information on the image. The test results indicated that the
proposed method provides better contrast image compared to
the conventional enhancement methods in terms of visibility
and image details. Two image quality indices have been used
to evaluate the performance of the proposed enhancement
technique. The comparison of proposed technique with
conventional enhancement techniques showed that the
proposed method can produce better measurements compared
to the conventional techniques. The stretch method used to
enhance each cluster is generated by way of a linear model
with stretch parameters.
4. GAPS IN LITERATURE:
The existing contrast intensification parameter (K), has been
taken 128 by most of the researchers, which is only feasible
for very low contrast images' enhancement and hence over-
contrast images when enhanced result in loss of information.
The traditional methods even lay no attention to the regions or
objects present in image and enhancement is performed by
predefined rules thus resulting in color imbalance of the
output image. Conventional techniques also result in images
with degraded edges. Since, edges play a significant role in
extracting information from images, proposed technique will
concentrate on edge restoration as well.
5. Conclusion:
This paper has presented a study on various image
enhancement techniques. The review has shown that there are
still many improvements required in the available techniques
to handle different kind of images. This paper has shown that
no particular technique is effective for every kind of images or
image data set. Although fuzzy logic and histogram based
techniques have shown quite significant results but it still face
many issues. To overcome the limitations of existing
techniques a new technique will be proposed in near future
which will evaluate K factor of fuzzy based enhancement
automatically using the ant colony optimization to find the
best similarity value among the given set of values which
represents the image in more efficient manner.
6. REFERENCES:
[1] Gonzalez RC, Woods RE. 2002. Digital image processing.
2nd ed. Englewood Cliffs, NJ: Prentice-Hall. ISBN: 0-201-
18075-8.
[2] Kannan, P., S. Deepa, and R. Ramakrishnan. 2012.
"Contrast enhancement of sports images using two
comparative approaches." American Journal of Intelligent
Systems 2.6: 141-147.
[3] Hasikin, Khairunnisa, and NorAshidi Mat Isa. 2013.
"Adaptive fuzzy intensity measure enhancement technique for
non-uniform illumination and low-contrast images." Signal,
Image and Video Processing: 1-24.
[4] Kim, Yeong-Taeg. 1997. "Contrast enhancement using
brightness preserving bi-histogram equalization." Consumer
Electronics, IEEE Transactions on 43.1: 1-8.
[5] Arici, Tarik, SalihDikbas, and YucelAltunbasak. 2009. "A
histogram modification framework and its application for
image contrast enhancement." Image processing, IEEE
Transactions on 18.9: 1921-1935.
[6] Hanmandlu, Madasu, and DevendraJha. 2006. "An
optimal fuzzy system for color image enhancement." Image
Processing, IEEE Transactions on 15.10 : 2956-2966.
International Journal of Computer Applications Technology and Research
Volume 4– Issue 5, 414 - 418, 2015, ISSN:- 2319–8656
www.ijcat.com 418
[7] Hanmandlu, Madasu, et al. 2009. "A novel optimal fuzzy
system for color image enhancement using bacterial
foraging." Instrumentation and Measurement, IEEE
Transactions on 58.8 : 2867-2879.
[8] Verma, Om Prakash, et al. 2012. "High dynamic range
optimal fuzzy color image enhancement using artificial ant
colony system." Applied Soft Computing 12.1 : 394-404.
[9] SJ, MrsPreethi, and Mrs K. Rajeswari. "Membership
Function modification for Image Enhancement using fuzzy
logic."
[10] Verma, Om Prakash, V. K. Madasu, and V. Shantaram.
2011. "High Dynamic Range Color Image Enhancement
Using Fuzzy Logic and Bacterial Foraging." Defence Science
Journal 61.5 : 462-472.
[11] Mahashwari, Tarun, and Amit Asthana. 2013. "Image
enhancement using fuzzy technique." International Journal of
Research in Engineering Science and Technology 2.2 : 1-4.
[12] Shrivastava, Diwakar, and VineetRichhariya, "Analytical
Survey on various parameters."
[13] Chamorro-Martínez, J., et al. 2014. "A discussion on
fuzzy cardinality and quantification. Some applications in
image processing." Fuzzy Sets and Systems 257 : 85-101.
[14] Raju G., and Madhu S. Nair. 2014. "A fast and efficient
color image enhancement method based on fuzzy-logic and
histogram." AEU-International Journal of Electronics and
Communications 68.3 : 237-243.
[15] Chen, Chi-Farn, Hung-Yu Chang, and Li-Yu Chang.
2008. "A Fuzzy-based method for remote sensing image
contrast enhancement." The International Archives of the
Photogrammetry, Remote Sensing and Spatial Information
Sciences 37 :995-998.
[16] Zadeh, Lotfi A. 1975. "The concept of a linguistic
variable and its application to approximate reasoning—II."
Information sciences 8.4 : 301-357.
[17] Tizhoosh 1997. "Contrast Improvement based on Fuzzy
If-Then rules.
[18] Tizhoosh, Hamid R. 1997. "Fuzzy image processing."
Publisher: Springer-Verlag. Kartoniert (TB), Deutsch.

More Related Content

What's hot

CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
IJCSEA Journal
 
Image Fusion
Image FusionImage Fusion
Image Fusion
Vijaykumar Kulkarni
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
ijsrd.com
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution Enhancement
IRJET Journal
 
G0813841
G0813841G0813841
G0813841
IOSR Journals
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
ROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEGROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEG
IJERA Editor
 
Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...
CSCJournals
 
Different Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewDifferent Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical Review
IJMER
 
A New Approach of Medical Image Fusion using Discrete Wavelet Transform
A New Approach of Medical Image Fusion using Discrete Wavelet TransformA New Approach of Medical Image Fusion using Discrete Wavelet Transform
A New Approach of Medical Image Fusion using Discrete Wavelet Transform
IDES Editor
 
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
CSCJournals
 
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
 
Hybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementHybrid Technique for Image Enhancement
Hybrid Technique for Image Enhancement
IRJET Journal
 
Image pre processing
Image pre processingImage pre processing
Image pre processing
Ashish Kumar
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
Editor IJARCET
 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image query
eSAT Journals
 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image query
eSAT Publishing House
 
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
 

What's hot (18)

CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
CONTRAST ENHANCEMENT TECHNIQUES USING HISTOGRAM EQUALIZATION METHODS ON COLOR...
 
Image Fusion
Image FusionImage Fusion
Image Fusion
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution Enhancement
 
G0813841
G0813841G0813841
G0813841
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
ROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEGROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEG
 
Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...Interpolation Technique using Non Linear Partial Differential Equation with E...
Interpolation Technique using Non Linear Partial Differential Equation with E...
 
Different Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewDifferent Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical Review
 
A New Approach of Medical Image Fusion using Discrete Wavelet Transform
A New Approach of Medical Image Fusion using Discrete Wavelet TransformA New Approach of Medical Image Fusion using Discrete Wavelet Transform
A New Approach of Medical Image Fusion using Discrete Wavelet Transform
 
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
A New Method for Indoor-outdoor Image Classification Using Color Correlated T...
 
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...
 
Hybrid Technique for Image Enhancement
Hybrid Technique for Image EnhancementHybrid Technique for Image Enhancement
Hybrid Technique for Image Enhancement
 
Image pre processing
Image pre processingImage pre processing
Image pre processing
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image query
 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image query
 
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...
 

Viewers also liked

Ijsea04031005
Ijsea04031005Ijsea04031005
Ijsea04031005
Editor IJCATR
 
Ijcatr04041015
Ijcatr04041015Ijcatr04041015
Ijcatr04041015
Editor IJCATR
 
Random Valued Impulse Noise Elimination using Neural Filter
Random Valued Impulse Noise Elimination using Neural FilterRandom Valued Impulse Noise Elimination using Neural Filter
Random Valued Impulse Noise Elimination using Neural Filter
Editor IJCATR
 
Ijcatr04041019
Ijcatr04041019Ijcatr04041019
Ijcatr04041019
Editor IJCATR
 
Ijcatr04051009
Ijcatr04051009Ijcatr04051009
Ijcatr04051009
Editor IJCATR
 
Security for Effective Data Storage in Multi Clouds
Security for Effective Data Storage in Multi CloudsSecurity for Effective Data Storage in Multi Clouds
Security for Effective Data Storage in Multi Clouds
Editor IJCATR
 
Journal paper 1
Journal paper 1Journal paper 1
Journal paper 1
Editor IJCATR
 
Ijcatr04041017
Ijcatr04041017Ijcatr04041017
Ijcatr04041017
Editor IJCATR
 
Agent-Driven Distributed Data Mining
Agent-Driven Distributed Data MiningAgent-Driven Distributed Data Mining
Agent-Driven Distributed Data Mining
Editor IJCATR
 
Risk Prediction for Production of an Enterprise
Risk Prediction for Production of an EnterpriseRisk Prediction for Production of an Enterprise
Risk Prediction for Production of an Enterprise
Editor IJCATR
 
Intuitionistic Fuzzy Semipre Generalized Connected Spaces
Intuitionistic Fuzzy Semipre Generalized Connected SpacesIntuitionistic Fuzzy Semipre Generalized Connected Spaces
Intuitionistic Fuzzy Semipre Generalized Connected Spaces
Editor IJCATR
 
Assistive Examination System for Visually Impaired
Assistive Examination System for Visually ImpairedAssistive Examination System for Visually Impaired
Assistive Examination System for Visually Impaired
Editor IJCATR
 
A Formal Machine Learning or Multi Objective Decision Making System for Deter...
A Formal Machine Learning or Multi Objective Decision Making System for Deter...A Formal Machine Learning or Multi Objective Decision Making System for Deter...
A Formal Machine Learning or Multi Objective Decision Making System for Deter...
Editor IJCATR
 
Ijcatr04021016
Ijcatr04021016Ijcatr04021016
Ijcatr04021016
Editor IJCATR
 
Risk-Aware Response Mechanism with Extended D-S theory
Risk-Aware Response Mechanism with Extended D-S theoryRisk-Aware Response Mechanism with Extended D-S theory
Risk-Aware Response Mechanism with Extended D-S theory
Editor IJCATR
 

Viewers also liked (15)

Ijsea04031005
Ijsea04031005Ijsea04031005
Ijsea04031005
 
Ijcatr04041015
Ijcatr04041015Ijcatr04041015
Ijcatr04041015
 
Random Valued Impulse Noise Elimination using Neural Filter
Random Valued Impulse Noise Elimination using Neural FilterRandom Valued Impulse Noise Elimination using Neural Filter
Random Valued Impulse Noise Elimination using Neural Filter
 
Ijcatr04041019
Ijcatr04041019Ijcatr04041019
Ijcatr04041019
 
Ijcatr04051009
Ijcatr04051009Ijcatr04051009
Ijcatr04051009
 
Security for Effective Data Storage in Multi Clouds
Security for Effective Data Storage in Multi CloudsSecurity for Effective Data Storage in Multi Clouds
Security for Effective Data Storage in Multi Clouds
 
Journal paper 1
Journal paper 1Journal paper 1
Journal paper 1
 
Ijcatr04041017
Ijcatr04041017Ijcatr04041017
Ijcatr04041017
 
Agent-Driven Distributed Data Mining
Agent-Driven Distributed Data MiningAgent-Driven Distributed Data Mining
Agent-Driven Distributed Data Mining
 
Risk Prediction for Production of an Enterprise
Risk Prediction for Production of an EnterpriseRisk Prediction for Production of an Enterprise
Risk Prediction for Production of an Enterprise
 
Intuitionistic Fuzzy Semipre Generalized Connected Spaces
Intuitionistic Fuzzy Semipre Generalized Connected SpacesIntuitionistic Fuzzy Semipre Generalized Connected Spaces
Intuitionistic Fuzzy Semipre Generalized Connected Spaces
 
Assistive Examination System for Visually Impaired
Assistive Examination System for Visually ImpairedAssistive Examination System for Visually Impaired
Assistive Examination System for Visually Impaired
 
A Formal Machine Learning or Multi Objective Decision Making System for Deter...
A Formal Machine Learning or Multi Objective Decision Making System for Deter...A Formal Machine Learning or Multi Objective Decision Making System for Deter...
A Formal Machine Learning or Multi Objective Decision Making System for Deter...
 
Ijcatr04021016
Ijcatr04021016Ijcatr04021016
Ijcatr04021016
 
Risk-Aware Response Mechanism with Extended D-S theory
Risk-Aware Response Mechanism with Extended D-S theoryRisk-Aware Response Mechanism with Extended D-S theory
Risk-Aware Response Mechanism with Extended D-S theory
 

Similar to Ijcatr04051016

A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
IJEACS
 
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
Dr. Amarjeet Singh
 
Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...
IRJET Journal
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
Editor IJARCET
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement Techniques
IRJET Journal
 
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
INFOGAIN PUBLICATION
 
An Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement TechniquesAn Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement Techniques
IJMER
 
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
IRJET Journal
 
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
pharmaindexing
 
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
Jim Jimenez
 
A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...
eSAT Publishing House
 
G04302058063
G04302058063G04302058063
G04302058063
ijceronline
 
G04544346
G04544346G04544346
G04544346
IOSR-JEN
 
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
iosrjce
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
IOSR Journals
 
A Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement TechniquesA Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement Techniques
IRJET Journal
 
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
IOSR Journals
 
A Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesA Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision Images
Editor IJCATR
 
Ijarcet vol-2-issue-4-1342-1346
Ijarcet vol-2-issue-4-1342-1346Ijarcet vol-2-issue-4-1342-1346
Ijarcet vol-2-issue-4-1342-1346
Editor IJARCET
 
An image enhancement method based on gabor filtering in wavelet domain and ad...
An image enhancement method based on gabor filtering in wavelet domain and ad...An image enhancement method based on gabor filtering in wavelet domain and ad...
An image enhancement method based on gabor filtering in wavelet domain and ad...
nooriasukmaningtyas
 

Similar to Ijcatr04051016 (20)

A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
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
 
Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...Image Contrast Enhancement Approach using Differential Evolution and Particle...
Image Contrast Enhancement Approach using Differential Evolution and Particle...
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
A Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement TechniquesA Review of Image Contrast Enhancement Techniques
A Review of Image Contrast Enhancement Techniques
 
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
7 ijaems sept-2015-8-design and implementation of fuzzy logic based image fus...
 
An Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement TechniquesAn Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement Techniques
 
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
 
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
A DISCUSSION ON IMAGE ENHANCEMENT USING HISTOGRAM EQUALIZATION BY VARIOUS MET...
 
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLABANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
ANALYSIS OF IMAGE ENHANCEMENT TECHNIQUES USING MATLAB
 
A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...A comprehensive method for image contrast enhancement based on global –local ...
A comprehensive method for image contrast enhancement based on global –local ...
 
G04302058063
G04302058063G04302058063
G04302058063
 
G04544346
G04544346G04544346
G04544346
 
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
 
A Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement TechniquesA Comparative Study on Image Contrast Enhancement Techniques
A Comparative Study on Image Contrast Enhancement Techniques
 
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
 
A Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision ImagesA Novel Color Image Fusion for Multi Sensor Night Vision Images
A Novel Color Image Fusion for Multi Sensor Night Vision Images
 
Ijarcet vol-2-issue-4-1342-1346
Ijarcet vol-2-issue-4-1342-1346Ijarcet vol-2-issue-4-1342-1346
Ijarcet vol-2-issue-4-1342-1346
 
An image enhancement method based on gabor filtering in wavelet domain and ad...
An image enhancement method based on gabor filtering in wavelet domain and ad...An image enhancement method based on gabor filtering in wavelet domain and ad...
An image enhancement method based on gabor filtering in wavelet domain and ad...
 

More from Editor IJCATR

Text Mining in Digital Libraries using OKAPI BM25 Model
 Text Mining in Digital Libraries using OKAPI BM25 Model Text Mining in Digital Libraries using OKAPI BM25 Model
Text Mining in Digital Libraries using OKAPI BM25 Model
Editor IJCATR
 
Green Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendlyGreen Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendly
Editor IJCATR
 
Policies for Green Computing and E-Waste in Nigeria
 Policies for Green Computing and E-Waste in Nigeria Policies for Green Computing and E-Waste in Nigeria
Policies for Green Computing and E-Waste in Nigeria
Editor IJCATR
 
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Editor IJCATR
 
Optimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation ConditionsOptimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation Conditions
Editor IJCATR
 
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Editor IJCATR
 
Web Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source SiteWeb Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source Site
Editor IJCATR
 
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
 Evaluating Semantic Similarity between Biomedical Concepts/Classes through S... Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
Editor IJCATR
 
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
 Semantic Similarity Measures between Terms in the Biomedical Domain within f... Semantic Similarity Measures between Terms in the Biomedical Domain within f...
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
Editor IJCATR
 
A Strategy for Improving the Performance of Small Files in Openstack Swift
 A Strategy for Improving the Performance of Small Files in Openstack Swift  A Strategy for Improving the Performance of Small Files in Openstack Swift
A Strategy for Improving the Performance of Small Files in Openstack Swift
Editor IJCATR
 
Integrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and RegistrationIntegrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and Registration
Editor IJCATR
 
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
 Assessment of the Efficiency of Customer Order Management System: A Case Stu... Assessment of the Efficiency of Customer Order Management System: A Case Stu...
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
Editor IJCATR
 
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Editor IJCATR
 
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Editor IJCATR
 
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Editor IJCATR
 
Hangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector MachineHangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector Machine
Editor IJCATR
 
Application of 3D Printing in Education
Application of 3D Printing in EducationApplication of 3D Printing in Education
Application of 3D Printing in Education
Editor IJCATR
 
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Editor IJCATR
 
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Editor IJCATR
 
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable CoefficientsDecay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
Editor IJCATR
 

More from Editor IJCATR (20)

Text Mining in Digital Libraries using OKAPI BM25 Model
 Text Mining in Digital Libraries using OKAPI BM25 Model Text Mining in Digital Libraries using OKAPI BM25 Model
Text Mining in Digital Libraries using OKAPI BM25 Model
 
Green Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendlyGreen Computing, eco trends, climate change, e-waste and eco-friendly
Green Computing, eco trends, climate change, e-waste and eco-friendly
 
Policies for Green Computing and E-Waste in Nigeria
 Policies for Green Computing and E-Waste in Nigeria Policies for Green Computing and E-Waste in Nigeria
Policies for Green Computing and E-Waste in Nigeria
 
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
Performance Evaluation of VANETs for Evaluating Node Stability in Dynamic Sce...
 
Optimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation ConditionsOptimum Location of DG Units Considering Operation Conditions
Optimum Location of DG Units Considering Operation Conditions
 
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
Analysis of Comparison of Fuzzy Knn, C4.5 Algorithm, and Naïve Bayes Classifi...
 
Web Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source SiteWeb Scraping for Estimating new Record from Source Site
Web Scraping for Estimating new Record from Source Site
 
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
 Evaluating Semantic Similarity between Biomedical Concepts/Classes through S... Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
Evaluating Semantic Similarity between Biomedical Concepts/Classes through S...
 
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
 Semantic Similarity Measures between Terms in the Biomedical Domain within f... Semantic Similarity Measures between Terms in the Biomedical Domain within f...
Semantic Similarity Measures between Terms in the Biomedical Domain within f...
 
A Strategy for Improving the Performance of Small Files in Openstack Swift
 A Strategy for Improving the Performance of Small Files in Openstack Swift  A Strategy for Improving the Performance of Small Files in Openstack Swift
A Strategy for Improving the Performance of Small Files in Openstack Swift
 
Integrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and RegistrationIntegrated System for Vehicle Clearance and Registration
Integrated System for Vehicle Clearance and Registration
 
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
 Assessment of the Efficiency of Customer Order Management System: A Case Stu... Assessment of the Efficiency of Customer Order Management System: A Case Stu...
Assessment of the Efficiency of Customer Order Management System: A Case Stu...
 
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
Energy-Aware Routing in Wireless Sensor Network Using Modified Bi-Directional A*
 
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...Security in Software Defined Networks (SDN): Challenges and Research Opportun...
Security in Software Defined Networks (SDN): Challenges and Research Opportun...
 
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
Measure the Similarity of Complaint Document Using Cosine Similarity Based on...
 
Hangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector MachineHangul Recognition Using Support Vector Machine
Hangul Recognition Using Support Vector Machine
 
Application of 3D Printing in Education
Application of 3D Printing in EducationApplication of 3D Printing in Education
Application of 3D Printing in Education
 
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
Survey on Energy-Efficient Routing Algorithms for Underwater Wireless Sensor ...
 
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
Comparative analysis on Void Node Removal Routing algorithms for Underwater W...
 
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable CoefficientsDecay Property for Solutions to Plate Type Equations with Variable Coefficients
Decay Property for Solutions to Plate Type Equations with Variable Coefficients
 

Recently uploaded

Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
MiscAnnoy1
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
Madan Karki
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
UReason
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
SakkaravarthiShanmug
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 

Recently uploaded (20)

Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
 
john krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptxjohn krisinger-the science and history of the alcoholic beverage.pptx
john krisinger-the science and history of the alcoholic beverage.pptx
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 

Ijcatr04051016

  • 1. International Journal of Computer Applications Technology and Research Volume 4– Issue 5, 414 - 418, 2015, ISSN:- 2319–8656 www.ijcat.com 414 Review and Analysis of Various Image Enhancement Techniques Sandaldeep Kaur Dept of CSE Guru Nanak Dev University Amritsar, India Prabhpreet Kaur Dept of CSE Guru Nanak Dev University Amritsar India Abstract: Image enhancement plays an important role in vision applications. Recently a lot of work has been performed in the field of image enhancement. Many techniques have already been proposed till now for enhancing the digital images. This paper has presented a comparative analysis of various image enhancement techniques. This paper has shown that the fuzzy logic and histogram based techniques have quite effective results over the available techniques. This paper ends up with suitable future directions to enhance fuzzy based image enhancement technique further. In the proposed technique, an approach is made to enhance the images other than low-contrast images as well by balancing the stretching parameter (K) according to the color contrast. Proposed technique is designed to restore the degraded edges resulted due to contrast enhancement as well. Keywords: Fuzzy Logic; image processing; color image enhancement; histogram equalization; edge restoration. 1. INTRODUCTION An image is a two dimensional light intensity function f(x,y), where x and y denotes the spatial co-ordinates and the value of ‘f’ at any point is directly proportional to the brightness(gray level) of the image at that point [1]. Digital image processing is converting an image into its modified better version. In computer science, image processing is any form of signal processing for which the input is an image or frames of videos and output can be either an image or set of parameters related to the image [1]. Image processing is the process of improving image or its features to get maximum details and highlight the useful information. The area under applications of image processing has been increased tremendously. Basic applications of image processing are: 1. Improving the visual quality of images to the next level. 2. Preparing images for extraction of maximum possible features. Image enhancement is basically improving the interpretability or perception of information in images for human viewers and providing `better' input for other automated image processing techniques. Main motive behind image enhancement is to modify the attributes of given image to make it suitable for the given task and observer. The modification process may vary according to the given task. Also, more than one attributes of the image can be modified as per the requirements. Various techniques exist for image enhancement and their selection may vary according to the observer-specific factors i.e. humans' visual system and their experience can add great deal of subjectivity to the selection procedure. For visual perception, color images provide more information than gray images. Color image enhancement plays an important role in Digital Image Processing [1]. In color images, poor illumination may result in dark or low contrast images. So such images require enhancement to extract maximum information. In the literature various enhancement techniques such as histogram equalization have been discussed. Contrast enhancement is the process of enhancing the apparent visual quality of that image as well as the specific image feature for further processing and analysis by a computer vision system [1]. 2. VARIOUS IMAGE ENHANCEMENT TECHNIQUES: The image enhancement process consists of various techniques that improve the visual appearance of the given image or convert the input image into better form for better analysis by machines as well as humans. Various enhancement techniques are as follows: 1. Spatial domain methods. 2. Frequency domain methods. 3. Fuzzy domain methods. 1. Spatial Domain Method (SDM): Image processing techniques based on spatial methods operate directly on pixels. These methods modify the pixel values according to rules depending on original pixel value i.e. local or point process. Numerous methods exist to compare or combine the pixel values with their immediate or neighboring pixels. Consider the original image f(x,y), transformation T can be applied to obtain the resultant or processed image g(x,y) as: g(x,y)=T[f(x,y)] Operator T is defined over neighborhood pixels of (x,y). Operator T is applied to each pixel (x,y) to obtain g output at that point. Various SDM based techniques are discussed below:
  • 2. International Journal of Computer Applications Technology and Research Volume 4– Issue 5, 414 - 418, 2015, ISSN:- 2319–8656 www.ijcat.com 415 Histogram Equalization (HE): It is one of the most popular techniques for contrast enhancement of image. HE is a technique based in spatial domain using histogram of the image [1]. A histogram plots the frequency of gray level, at each pixel of the image, varying from 0(black) to 255(white). Histogram is a discrete function given by: h(rk)=(nk)/N Where, rk and nk are intensity levels of the pixels, N is the number of pixels in the image with intensity resp. Histogram Equalization is a technique that transforms given histogram of the image by spreading the gray-level clusters over a dynamic range. It remaps the gray level frequency based on a probability distribution of input gray-levels of the original image to histogram with near-to uniform probability density function. This technique redistributes the intensity distribution. Histogram having peak and valleys will have peak and valleys even after equalization but these will be shifted [5]. Histogram Equalization can be classified into two principle categories- global and local histogram equalization. Global histogram equalization (GHE) uses entire input for transformation function of the input histogram. While, Local Histogram Equalization (LHE) uses a sliding window that slides through every pixel or block of pixels sequentially and gray-level mapping is performed on the center pixel of that block only. Another methods based on histograms are Histogram Specification that transforms histogram of one image into the histogram of another image, and Dynamic Histogram Specification works on critical points from the input histogram. Global Histogram Equalization (GHE): In this technique, each pixel of the image is assigned a new intensity value based on previous cumulative density function. To perform GHE, the original histogram of the grayscale image needs to be equalized. GHE accounts the global information. The resultant image of GHE is enhanced in contrast. But, it may have unnatural looks due to over- enhancement of brightness. Also, GHE technique is not adaptable to local light conditions. Local Histogram Equalization (LHE): This technique uses sub-blocks of the input image and use these blocks to retrieve their histograms. Histogram equalization is applied to the central pixel of that block by applying Cumulative Density function. The process is repeated for every pixel until the end-pixel is equalized. This technique results in over-enhanced portions. This technique is not adaptable with partial light information. Also, computational costs are high for this technique. Histogram Specification (HS): Under this approach, histogram of input image is transformed into the histogram of another image. This approach is used at the times when output is required to form a specific histogram by achieving highlighted gray-level ranges. This approach allows to obtain the desired output. Using this approach is bit complicated, since it’s difficult to specify the output histogram as it varies for all the images. Dynamic Histogram Specification (DHS): In these techniques, some Critical Points (CPs) of the input image are selected. On the basis of CPs and some other variants, a specified histogram is created dynamically. This approach enhances the image, by preserving some of the characteristics of the input image's histogram. But, it does not enhance the overall contrast of the image. Histogram equalization techniques suffer from mean-shift problem [4]. The mean intensity value of the image is shifted to the middle gray-level of the intensity range. Thus, HE based techniques are not useful in the cases where brightness preservation is required. 2.1 Frequency domain methods (FDT) Frequency domain methods are based on Fourier transform. High-frequency contents in the Fourier transform are responsible for Edges and sharp transitions in an image. Smooth areas of image appear due to low frequency contents of Fourier transform. Enhancement of image f(x,y) is performed by applying frequency domain based on DFT. 2.2 Fuzzy domain Various uncertainties and functions in image processing can be easily applied using fuzzy logic. Fuzzy based image processing is collection of various fuzzy approaches that understand, represent and process the image. Fuzzy approach has three main steps: fuzzification, modification of membership function values, and defuzzification. Some steps of fuzzy reasoning can be such as: Fuzzification: Input values are compared with the membership function to obtain membership values for each part of image in case of image processing. Modification of membership function values: The membership values are then combined with the defined fuzzy set operations to get weight of each fuzzy rule. Defuzzification: The qualified output results are combined to obtain crisp output based on the defined methods. Rules for Fuzzy Inferencing:
  • 3. International Journal of Computer Applications Technology and Research Volume 4– Issue 5, 414 - 418, 2015, ISSN:- 2319–8656 www.ijcat.com 416 If x is A1 and y is B1, Then z is C1. If x is A2 and y is B2, Then z is C2. Figure.1 Rules of Fuzzy Reasoning [17] The process of fuzzification and defuzzification are just the steps for encoding and decoding the image and hence the key point is the modification of membership value. Fuzzy based image processing depends on the fuzzy inference system being used and the input image to be processed. 3. LITERATURE SURVEY Kannan P., Deepa S. and Ramakrishnan [2] presented two approaches for the enhancement of dark sports images. Low contrast images may occur because of poor lightning conditions or small dynamic range of imaging systems. The methods proposed here are fuzzy rule based method and then applying sigmoid functions for the dark and bright inputs. The approach used for enhancement is splitting the color images into RGB planes and applying membership functions to each of the plane. The RGB planes are then concatenated to obtain the resultant enhanced mage. Sigmoid approach is beneficial, since it is flexible; the contrast factors can be adjusted until a satisfactory result is obtained. K. Hasikin, Ashidi M. I. [3] presented a parameter, named, contrast factor. This parameter provides information on difference among gray-level values in lo9cal neighborhood. It divides the degrade image into bright and dark regions. Gaussian membership function is applied to the respective dark and bright regions separately. For the dark images, sigmoid functions are used to enhance the image. While for colored images, HSV model is used to enhance them. This approach is best applicable for real time applications. M. Hanmandlu, D. Jha [6] presented a gaussian membership function which fuzzifies the image in spatial domain in order to enhance the given colored image. A global contrast intensification operator (GINT) is introduced which comprises three different parameters namely, intensification parameter, fuzzifier and the crossover point. HSV model is implemented i this paper and the color component is left unmodified. This approach provided a visual improvement to the under-exposed images. M. Hanmandlu and O.P. Verma [7] proposed a new approach for color image enhancement. An objective function, called exposure is defined to differentiate the underexposed and overexposed regions of image. The image is converted into HSV color space. The hue component (H) is left completely untouched in order to preserve the original colors. For the underexposed images, sigmoid function is used. To recover the lost information in over exposed regions a power law is applied. O.P. Verma, P. Kumar, M.Hanmandlu [8], enhancement of images over a high range is presented using fuzzy logic and artificial ant colony system. The AACS is used to identify the underexposed, mixed and overexposed regions of an image. The HSV color model is implemented and gaussian factor is used for the fuzzification of over and under-exposed regions, while mixed-exposed regions are left untouched. Parametric sigmoid functions are used for the enhancement. Furthermore, AACS is used to optimize the visual factor of image and thus ascertaining the parametric required for enhancement. The visual appeal is preferred to make the resultant image human eye friendly. This approach is effective in recovering lost information from permanently degraded images. Preethi S.J., K. Rajeswari [9] presented a membership function ramp used to enhance the visual appearance of the image so hat maximum possible information could be extracted. The membership function is modified for dark and bright regions, but is left unchanged for the middle regions. This approach can be used in medical images to make the diagnosis easy. O.P. Verma, V.K. Madasu and Shantaram [10] proposed two new transformation functions for the enhancement of under and over-exposed regions of the same image. Rectangular hyperbolic function is used for the under-exposed regions, while for over-exposed regions, S-function is applied. The HSV color model is used for the enhancement purpose. The S-function allows more flexible control for the given regions. The proposed technique is efficient in terms of time required for getting best possible results. Mahashwari T., Asthana A [11] presented a fuzzy based method for image enhancement. The pixels of image are classified into three classes: dark, bright and gray. On the basis of this classification membership functions are applied by following a global approach. The resultant image obtained is modified and clear. Shrivastva D., Richhariya V. [12] presented a contrast enhancement technique based on fuzzy entropy principle and fuzzy set theory for low contrast gray scale images. The proposed algorithm is better in contrast enhancement as well as requires less computational time. It is able to overcome the
  • 4. International Journal of Computer Applications Technology and Research Volume 4– Issue 5, 414 - 418, 2015, ISSN:- 2319–8656 www.ijcat.com 417 drawbacks of spatial domain methods of thresholding. It results in high contrast images. Chamorro J., Sanchez D. [13] discussed various cardinalities of fuzzy sets and their uses in quantification. The study shows that scalar measures are not well suited for measuring cardinalities and fuzzy numbers suit this well. A new fuzzy based method has been proposed to evaluate the quantified sentences. Linguistic histograms have resulted in more appropriate approach to provide inputs to users. The concepts of color have been defined very well using fuzzy based approach which can be efficiently used in fuzzy image processing. Raju G. and Madhu S. Nair [14] presented a fast and efficient fuzzy based color image enhancement method for enhancing low contrast color images. This method is based on two parameters M and K, where M is average intensity value of image and K is contrast intensification parameter. The image's RGB factor is converted into HSV color space. To enhance the image, V factor i.e. intensity is stretched under the control of M and K. The basic principle on which the technique is designed is transforming skewed histogram of input image into a uniform histogram. The proposed algorithm is compared with conventional techniques. Beside the visual results and computational time, Contrast Improvement Index (CII) and Tenengrad measure are two quantitative measures used for performance analysis. The tenengrad value is larger for high quality images which show that it enhances the structural information, and thus is the result obtained after applying this approach to images. The proposed method is computationally faster than the existing methods and well suits with the images having background with non-uniform distribution of brightness. Chi-FarnChen , Hung-Yu Chang, Li-Yu Chang [15] presented fuzzy-based approach to enhance the contrast and brightness information on the image. The test results indicated that the proposed method provides better contrast image compared to the conventional enhancement methods in terms of visibility and image details. Two image quality indices have been used to evaluate the performance of the proposed enhancement technique. The comparison of proposed technique with conventional enhancement techniques showed that the proposed method can produce better measurements compared to the conventional techniques. The stretch method used to enhance each cluster is generated by way of a linear model with stretch parameters. 4. GAPS IN LITERATURE: The existing contrast intensification parameter (K), has been taken 128 by most of the researchers, which is only feasible for very low contrast images' enhancement and hence over- contrast images when enhanced result in loss of information. The traditional methods even lay no attention to the regions or objects present in image and enhancement is performed by predefined rules thus resulting in color imbalance of the output image. Conventional techniques also result in images with degraded edges. Since, edges play a significant role in extracting information from images, proposed technique will concentrate on edge restoration as well. 5. Conclusion: This paper has presented a study on various image enhancement techniques. The review has shown that there are still many improvements required in the available techniques to handle different kind of images. This paper has shown that no particular technique is effective for every kind of images or image data set. Although fuzzy logic and histogram based techniques have shown quite significant results but it still face many issues. To overcome the limitations of existing techniques a new technique will be proposed in near future which will evaluate K factor of fuzzy based enhancement automatically using the ant colony optimization to find the best similarity value among the given set of values which represents the image in more efficient manner. 6. REFERENCES: [1] Gonzalez RC, Woods RE. 2002. Digital image processing. 2nd ed. Englewood Cliffs, NJ: Prentice-Hall. ISBN: 0-201- 18075-8. [2] Kannan, P., S. Deepa, and R. Ramakrishnan. 2012. "Contrast enhancement of sports images using two comparative approaches." American Journal of Intelligent Systems 2.6: 141-147. [3] Hasikin, Khairunnisa, and NorAshidi Mat Isa. 2013. "Adaptive fuzzy intensity measure enhancement technique for non-uniform illumination and low-contrast images." Signal, Image and Video Processing: 1-24. [4] Kim, Yeong-Taeg. 1997. "Contrast enhancement using brightness preserving bi-histogram equalization." Consumer Electronics, IEEE Transactions on 43.1: 1-8. [5] Arici, Tarik, SalihDikbas, and YucelAltunbasak. 2009. "A histogram modification framework and its application for image contrast enhancement." Image processing, IEEE Transactions on 18.9: 1921-1935. [6] Hanmandlu, Madasu, and DevendraJha. 2006. "An optimal fuzzy system for color image enhancement." Image Processing, IEEE Transactions on 15.10 : 2956-2966.
  • 5. International Journal of Computer Applications Technology and Research Volume 4– Issue 5, 414 - 418, 2015, ISSN:- 2319–8656 www.ijcat.com 418 [7] Hanmandlu, Madasu, et al. 2009. "A novel optimal fuzzy system for color image enhancement using bacterial foraging." Instrumentation and Measurement, IEEE Transactions on 58.8 : 2867-2879. [8] Verma, Om Prakash, et al. 2012. "High dynamic range optimal fuzzy color image enhancement using artificial ant colony system." Applied Soft Computing 12.1 : 394-404. [9] SJ, MrsPreethi, and Mrs K. Rajeswari. "Membership Function modification for Image Enhancement using fuzzy logic." [10] Verma, Om Prakash, V. K. Madasu, and V. Shantaram. 2011. "High Dynamic Range Color Image Enhancement Using Fuzzy Logic and Bacterial Foraging." Defence Science Journal 61.5 : 462-472. [11] Mahashwari, Tarun, and Amit Asthana. 2013. "Image enhancement using fuzzy technique." International Journal of Research in Engineering Science and Technology 2.2 : 1-4. [12] Shrivastava, Diwakar, and VineetRichhariya, "Analytical Survey on various parameters." [13] Chamorro-Martínez, J., et al. 2014. "A discussion on fuzzy cardinality and quantification. Some applications in image processing." Fuzzy Sets and Systems 257 : 85-101. [14] Raju G., and Madhu S. Nair. 2014. "A fast and efficient color image enhancement method based on fuzzy-logic and histogram." AEU-International Journal of Electronics and Communications 68.3 : 237-243. [15] Chen, Chi-Farn, Hung-Yu Chang, and Li-Yu Chang. 2008. "A Fuzzy-based method for remote sensing image contrast enhancement." The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences 37 :995-998. [16] Zadeh, Lotfi A. 1975. "The concept of a linguistic variable and its application to approximate reasoning—II." Information sciences 8.4 : 301-357. [17] Tizhoosh 1997. "Contrast Improvement based on Fuzzy If-Then rules. [18] Tizhoosh, Hamid R. 1997. "Fuzzy image processing." Publisher: Springer-Verlag. Kartoniert (TB), Deutsch.