SlideShare a Scribd company logo
IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 09, 2014 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 160
Image Enhancement in Case of Uneven Illumination using Variable
Thresholding Method
Satbir Kaur1
Navpreet Kaur Walia2
1,2
Department of Computer Science
1,2
Sri Guru Granth Sahib World University, Fatehgarh Sahib, Punjab, India
Abstract— Uneven illumination always affects the visual
quality images which results in poor understanding about
the content of the images. There is no accepted universal
image enhancement algorithm or specific criteria which can
fulfill user needs. The processed image may be very
different with the original image in the visual effects, but it
also may be similar to the original image [1]. It will be a
developing tradition to integrate the advantage of various
algorithms to practical application to image enhancements
[2]. Zhang et al. [3] presents an adaptive image contrast
enhancement method. The proposed method is based on a
local gamma correction piloted by histogram analysis. In
this paper , to avoid uneven Illuminance image is divided
into different segments . It works locally to decrease
contrast as if we perform enhancement techniques globally
on portions which are already bright then this gives poor
results. Enhancement techniques are applied only to those
dark portions. We need accurate method that not only
enhance the image but also preserve the information.
Key words: Uneven illumination, Contrast enhancement
I. INTRODUCTION
Uneven Illuminance caused many problems in
understanding the scene due to poor contrast and hence
becoming a major topic in research. Many techniques have
been offered in this subject to enhance the contrast of the
images but they still have some drawbacks. In previous
work, three levels Thresholding divide the entire image into
three different levels such as dim, middle, brighter
according to gray scale levels and then applied the gamma
correction on that region differently. We proposed a method
which is a combination of gamma correction and luminance
oriented Thresholding. Our proposed method finds lower
contrast pixels by choosing a threshold and applies the
modified gamma correction to those pixels which need to be
enhanced. The algorithm works well in low contrast regions
captured in natural light. It performs well on natural images
and can be applied to indoor images as well after some
modifications.
II. METHODOLOGY
A. Color Image quantization
Color image quantization has been used to find out low
contrast regions in the image. Generally, color image
quantization is a process to reduce the number of colors of a
digital color image, and the common goal of color
quantization is to display an image with a large number of
different colors such as a 24 bit-planes image on a graphic
display with a small number of colors. The adaptive method
for color image quantization is that the image can be viewed
as a multidimensional data-clustering problem, such that the
set of image data according to their value is partitioned into
a set of clusters, and a representative element is chosen for
each cluster. We used rgb2ind function to divide the image
into low contrast and high contrast pixels. It uses one of
these methods
 Uniform quantization
 Minimum variance quantization
 Color-map approximation
B. Thresholding
Thresholding has been used in order to limit the range of
contrast from very low to very high. Thresholding function
separates the whole image into low contrast and high
contrast region depending upon the popularity function of
the illuminant pixels. As the thresholding factor increases
more and more pixels are shifted towards high illuminant
region.
C. Local Gamma Correction
As described by Guan et al. [4] Ideal display system is a
linear system, whose output of illumination intensity of the
display system should be proportional to the input video
signal. Suppose the output illumination intensity of the
display system is Lout and input is Lin, for the linear display
system, there is a relationship as follows: Lout = Lin. Fig.
1(a) shows the function of the relationship between output
and input signals in linear display system. However, the
practical application of the display system is non-linear. For
instance, the cathode ray tube display (CRT) in the
mainstream of computer field, is non-linear display system.
In other words, it is not proportional between the output and
input illumination intensity values. In fact, since the
existence of the hardware characteristics (Gamma>1), the
output and input values of CRT shows the relationship can
be indicated by Gamma function, as Fig. 1(b) shows. From
comparing Fig. 1(a) with Fig. 1(b), there is always nonlinear
display. It is non-linearity leads to the output value of the
display producing distortion according to the original image.
The distortion of the system is determined by the Gamma
value of the display system. Traditional Gamma correction
method is to carry out the pre-compensation for image data
when the signal is transported into the display system,
firstly. The principle is: Suppose the data value of the
original image is Lorg, before send Lorg to the CRT
display, substitute Lorg in Equation (1):
Lin=Lorg1/Gamma
………….(1)
And then send the pre-compensation image data
Lin to the CRT display with distortion. After arrangement,
the relationship between output Lout and input value Lorg
of the distortion CRT is:
Lout=Lin
gamma
= ((Lorg
1/Gamma) gamma
) = Lorg...(2)
As Equation (2) shows, the input of CRT generates
Gamma reverse distortion contrasting the original image
beforehand, which counteracts the Gamma hardware of
display device. Therefore, a linear relationship is established
between the output of display device and the original data of
the image to achieving the Gamma correction on the CRT.
Image Enhancement in Case of Uneven Illumination using Variable Thresholding Method
(IJSRD/Vol. 2/Issue 09/2014/036)
All rights reserved by www.ijsrd.com 161
Fig 1: Linear-Nonlinear display system
Fig. 2: Gamma correction of CRT
Fig. 3: Gamma correction of image
Image Enhancement in Case of Uneven Illumination using Variable Thresholding Method
(IJSRD/Vol. 2/Issue 09/2014/036)
All rights reserved by www.ijsrd.com 162
The Gamma correction is based on a non-linear
multiplication-based conversion and has been used to gray-
value image analysis. For alternating the pixel value to
enhance the image, the projection relationship between pixel
value and Gamma value is established according to the
internal map. Assume P represents the of pixel value in the
range of [0,255], Ὠ represents the angle value, Ѓ is the
representative of the range of Gamma value, x represents a
pixel grayscale value ( x element of p) Let xm as the middle
point of range [0, 255]. The line defined from group P to Ὠ
is:
The mapping from Ὠ to Iis defined as:
Here a (element of [0, 1]) is a weighted coefficient.
There are the corresponding relationships between pixel
values group P and group Ѓ is based on this map. Arbitrary
pixel value is relative to a determined numerical Gamma.
Let ү(x) = h(x), and choose Gamma correction function as
follow:
g(x) represents the output of correction value for
pixel grayscale x. By this way, the correction value of pixel
is connected with the value of original pixel, which achieves
the requirements of image correction without former
knowledge. Fig. 3 shows the Gamma value and the pixel
value after Gamma correction respectively.
III. FLOWCHART
IV. RESULTS AND DISCUSSION
The proposed technique has been applied to natural images
from varying natural scenes. Pictures chosen have very low
contrast in some regions and need to be enhanced to get the
clear view perception. First of all color quantization has
been applied to the pixels of the image. The objective is to
approximate as closely as possible the original full-color
images. Different algorithms can be used for this, however
as our objective is separate the lower luminance and higher
luminance pixels, we did approximation using high
luminance intensity pixels.
Fig. 4: Images used in our work from different prospective.
The proposed algorithm divides the color space
into disjointed regions according to luminance. From each
region a color or group of colors has been chosen as their
representative colors for that region. After that we
approximate the colors by choosing dither parameter. We
show the results for Desert image here. A threshold function
has been used to move the number line from left to right in
choosing high luminance regions. Below are detailed results
for desert image.
A. Results at threshold value 1
Fig. 5: Original image
Fig. shown above is our test image. It has been
changed to grayscale before applying the algorithm.
original image
Image Enhancement in Case of Uneven Illumination using Variable Thresholding Method
(IJSRD/Vol. 2/Issue 09/2014/036)
All rights reserved by www.ijsrd.com 163
Fig. 6: Image after gamma correction
Image displayed above is after gamma correction.
Gamma correction applies enhancement on all the pixels in
that range. As there are many high luminance pixels, they
don’t need to be enhanced. The proposed algorithm selects
only those pixels which have low contrast for enhancement.
Below is the picture which divides the image into low and
high luminance pixels.
Fig. 7: Separated regions according to luminance level
Fig. 8: Results after applying gamma correction to low
luminance pixels
Above is the resulted image after the proposed
algorithm and below is the difference image where white
pixels represent enhance pixels and blue pixels represent
unchanged.
Fig. 9: Difference image describing enhanced pixels with
white color
 Total pixels in original image= 2359256
 luminant_pixels_without_gamma_correction
=350902
 Enhanced pixels=85.3268%
B. Threshold value 1
Fig. 10: After applying gamma correction, thresholding 100
Total pixels in original image= 2359256
 luminant_pixels_without_gamma_correction =
364164
 Enhanced pixels= 84.5647 %
 Threshold value 100
After gamma correction
--->towards blue,low luminance---->towards red,high luminance
100 200 300 400 500 600 700 800 900 1000
100
200
300
400
500
600
700
After applying gamma correction on minimum luminance pixels
white--> with modified pixels, black--->without modifications
--->towards blue,low luminance---->towards red,high luminance
100 200 300 400 500 600 700 800 900 1000
100
200
300
400
500
600
700
After applying gamma correction on minimum luminance pixels white--> with modified pixels, black--->without modifications
--->towards blue,low luminance---->towards red,high luminance
100 200 300 400 500 600 700 800 900 1000
100
200
300
400
500
600
700
Image Enhancement in Case of Uneven Illumination using Variable Thresholding Method
(IJSRD/Vol. 2/Issue 09/2014/036)
All rights reserved by www.ijsrd.com 164
Fig. 11: After applying gamma correction, thresholding
1000
 Total pixels in original image= 2359256
 luminant_pixels_without_gamma_correction=
483165
 Enhanced pixels= 79.5208 %
 Threshold value 1000
Fig. 12: After applying gamma correction, thresholding
5000
 Total pixels in original image= 2359256
 luminant_pixels_without_gamma_correction=
538865
 Enhanced pixels= 77.1599 %
 Threshold value 5000
We have tested our proposed algorithm and
compared it at different threshold levels. Images taken have
both the low level and high level contrasts. Proposed
algorithm works well in conditions when images have large
portions of uneven luminance. We used pictures of different
types including portraits, natural scenes, wild flowers etc.
here results are provided on some fixed threshold levels.
However it is not necessary to use these fixed levels in real
time applications. Selection of threshold level depend on
many factors including size of the image, intrinsic camera
parameters as different cameras produce different results,
difference between low and high contrast pixels in the image
etc.
By applying gamma correction directly on the
images, the underexposed regions became lighter and the
details more noticeable. Therefore high luminance pixels
can overexposed if we use simple gamma correction. This
technique helps in correction of low contrast regions and do
not involve high contrast regions. This image enhancement
algorithm was developed to improve the visual quality of
digital images captured under insufficient lighting
conditions.
V. CONCLUSION AND FUTURE WORK
A. Conclusion
We have proposed an algorithm in order to enhance the
images having uneven illuminance. Many different
techniques have been existed which can enhance the pixels
having uneven illuminance. We took our motivation from
literature review of different techniques which used
histogram equalization, gamma correction and three level
gamma-corrections etc. These techniques modify the whole
image and make the high luminance pixels brighter. The
proposed algorithm reveals high-lights and low-lights
without affecting the well-balanced region. The high light
area is preserved whereas low lights areas modified
according to the user needs by varying gamma factor in
gamma correction technique. The ultimate goal behind the
proposed method is to allow higher level of brightness
preservation to avoid unpleasant artifacts and unnatural
enhancement due to excessive equalization while enhancing
the contrast of a given image as much as possible. The high
brightness area can be shifted and preserved by using
different threshold.
B. Future work
The problem of the technique is that we cannot decide the
threshold automatically and user has to decide it before
applying the algorithm. In future scope, this algorithm can
be modified in such a way that it should decide the selection
of threshold by using the entropy or intensity values of the
image.
REFERENCES
[1] A. H. Anderson, “A filter-subtract-decimate
hierarchical pyramid signal analyzing and
synthesizing technique”, U.S. Patent 4,718,104,
No. 07/051,210, 1987.
[2] P. Burt and R. Kolczynski, “Enhanced image
capture through fusion,” in Proc. ICCV, Berlin,
Germany, pp. 173–182, 1993.
[3] Dongni Zhang, Won-Jae Park, Seung-Jun Lee,
Kang-A Choi, and Sung-JeaKo, “Histogram
Partition based Gamma Correction for Image
Contrast Enhancement”, IEEE 16th International
Symposium, pp. 1-4, june 2012.
[4] Xu Guan, Su Jian, Pan Hongda, Zhang Zhiguo,
Gong Haibin, “An Image Enhancement Method
Based on Gamma Correction’’, Second
International Symposium on Computational
Intelligence and Design, pp. 60-63, 2009.
After applying gamma correction on minimum luminance pixels white--> with modified pixels, black--->without modifications
--->towards blue,low luminance---->towards red,high luminance
100 200 300 400 500 600 700 800 900 1000
100
200
300
400
500
600
700
Afterapplyinggammacorrectiononminimum luminancepixels white--> withmodifiedpixels, black--->without modifications

More Related Content

What's hot

Image enhancement lecture
Image enhancement lectureImage enhancement lecture
Image enhancement lecture
ISRAR HUSSAIN
 
image enhancement
 image enhancement image enhancement
image enhancement
Rajendra Prasad
 
Digital Image Processing_ ch2 enhancement spatial-domain
Digital Image Processing_ ch2 enhancement spatial-domainDigital Image Processing_ ch2 enhancement spatial-domain
Digital Image Processing_ ch2 enhancement spatial-domain
Malik obeisat
 
Image enhancement techniques a review
Image enhancement techniques   a reviewImage enhancement techniques   a review
Image enhancement techniques a review
eSAT Journals
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
Dr INBAMALAR T M
 
Image enhancement ppt nal2
Image enhancement ppt nal2Image enhancement ppt nal2
Image enhancement ppt nal2
Surabhi Ks
 
Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniques
Saideep
 
Spatial enhancement
Spatial enhancement Spatial enhancement
Spatial enhancement
abinarkt
 
Image enhancement techniques
Image enhancement techniques Image enhancement techniques
Image enhancement techniques
Arshad khan
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
ABIRAMI M
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSING
garima0690
 
Digital image processing Tool presentation
Digital image processing Tool presentationDigital image processing Tool presentation
Digital image processing Tool presentation
dikshabehl5392
 
04 image enhancement in spatial domain DIP
04 image enhancement in spatial domain DIP04 image enhancement in spatial domain DIP
04 image enhancement in spatial domain DIP
babak danyal
 
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
journal ijrtem
 
The application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale imagesThe application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale images
Nisar Ahmed Rana
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domain
IAEME Publication
 
Matlab Image Enhancement Techniques
Matlab Image Enhancement TechniquesMatlab Image Enhancement Techniques
Matlab Image Enhancement Techniques
DataminingTools Inc
 
Image Enhancement - Point Processing
Image Enhancement - Point ProcessingImage Enhancement - Point Processing
Image Enhancement - Point Processing
Gayathri31093
 
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
Abhishekvb
 

What's hot (20)

Image enhancement lecture
Image enhancement lectureImage enhancement lecture
Image enhancement lecture
 
image enhancement
 image enhancement image enhancement
image enhancement
 
Digital Image Processing_ ch2 enhancement spatial-domain
Digital Image Processing_ ch2 enhancement spatial-domainDigital Image Processing_ ch2 enhancement spatial-domain
Digital Image Processing_ ch2 enhancement spatial-domain
 
Image enhancement techniques a review
Image enhancement techniques   a reviewImage enhancement techniques   a review
Image enhancement techniques a review
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 
Image enhancement ppt nal2
Image enhancement ppt nal2Image enhancement ppt nal2
Image enhancement ppt nal2
 
Image enhancement techniques
Image enhancement techniquesImage enhancement techniques
Image enhancement techniques
 
Spatial enhancement
Spatial enhancement Spatial enhancement
Spatial enhancement
 
Image enhancement techniques
Image enhancement techniques Image enhancement techniques
Image enhancement techniques
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
IMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSINGIMAGE FUSION IN IMAGE PROCESSING
IMAGE FUSION IN IMAGE PROCESSING
 
Digital image processing Tool presentation
Digital image processing Tool presentationDigital image processing Tool presentation
Digital image processing Tool presentation
 
04 image enhancement in spatial domain DIP
04 image enhancement in spatial domain DIP04 image enhancement in spatial domain DIP
04 image enhancement in spatial domain DIP
 
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
PAN Sharpening of Remotely Sensed Images using Undecimated Multiresolution De...
 
The application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale imagesThe application of image enhancement in color and grayscale images
The application of image enhancement in color and grayscale images
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domain
 
Matlab Image Enhancement Techniques
Matlab Image Enhancement TechniquesMatlab Image Enhancement Techniques
Matlab Image Enhancement Techniques
 
Image Enhancement - Point Processing
Image Enhancement - Point ProcessingImage Enhancement - Point Processing
Image Enhancement - Point Processing
 
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
 

Viewers also liked

A novel approach for denoising and enhancement of extremely low light video
A novel approach for denoising and enhancement of extremely low light videoA novel approach for denoising and enhancement of extremely low light video
A novel approach for denoising and enhancement of extremely low light video
I3E Technologies
 
Multi Aperture Photography
Multi Aperture PhotographyMulti Aperture Photography
Multi Aperture Photography
makrofajj
 
study Coded Aperture
study Coded Aperturestudy Coded Aperture
study Coded Aperture
Chiamin Hsu
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
Ayaelshiwi
 
The Low Vision Examination
The Low Vision ExaminationThe Low Vision Examination
The Low Vision Examination
Hossein Mirzaie
 
Digital Image Processing Fundamental
Digital Image Processing FundamentalDigital Image Processing Fundamental
Digital Image Processing Fundamental
Thuong Nguyen Canh
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...
Louise Antonio
 
Image processing ppt
Image processing pptImage processing ppt
Image processing ppt
Raviteja Chowdary Adusumalli
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
Sahil Biswas
 

Viewers also liked (9)

A novel approach for denoising and enhancement of extremely low light video
A novel approach for denoising and enhancement of extremely low light videoA novel approach for denoising and enhancement of extremely low light video
A novel approach for denoising and enhancement of extremely low light video
 
Multi Aperture Photography
Multi Aperture PhotographyMulti Aperture Photography
Multi Aperture Photography
 
study Coded Aperture
study Coded Aperturestudy Coded Aperture
study Coded Aperture
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 
The Low Vision Examination
The Low Vision ExaminationThe Low Vision Examination
The Low Vision Examination
 
Digital Image Processing Fundamental
Digital Image Processing FundamentalDigital Image Processing Fundamental
Digital Image Processing Fundamental
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...
 
Image processing ppt
Image processing pptImage processing ppt
Image processing ppt
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 

Similar to IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING METHOD

project presentation-90-MCS-200003.pptx
project presentation-90-MCS-200003.pptxproject presentation-90-MCS-200003.pptx
project presentation-90-MCS-200003.pptx
NiladriBhattacharjee10
 
Digital image processing - Image Enhancement (MATERIAL)
Digital image processing  - Image Enhancement (MATERIAL)Digital image processing  - Image Enhancement (MATERIAL)
Digital image processing - Image Enhancement (MATERIAL)
Mathankumar S
 
Digital Image Processing - Image Enhancement
Digital Image Processing  - Image EnhancementDigital Image Processing  - Image Enhancement
Digital Image Processing - Image Enhancement
Mathankumar S
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
IOSR Journals
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
garudht
 
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
IJMER
 
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
 
h.pdf
h.pdfh.pdf
[IJET-V1I6P10] Authors: Mr.B.V.Sathish Kumar, M.Tech Scholar G.Sumalatha
[IJET-V1I6P10] Authors: Mr.B.V.Sathish Kumar, M.Tech Scholar G.Sumalatha [IJET-V1I6P10] Authors: Mr.B.V.Sathish Kumar, M.Tech Scholar G.Sumalatha
[IJET-V1I6P10] Authors: Mr.B.V.Sathish Kumar, M.Tech Scholar G.Sumalatha
IJET - International Journal of Engineering and Techniques
 
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
IJECEIAES
 
UNIT-2 image enhancement.pdf Image Processing Unit 2 AKTU
UNIT-2 image enhancement.pdf Image Processing Unit 2 AKTUUNIT-2 image enhancement.pdf Image Processing Unit 2 AKTU
UNIT-2 image enhancement.pdf Image Processing Unit 2 AKTU
ankushspencer015
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
IJEACS
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion Technique
IJEEE
 
Contrast enhancement in digital images
Contrast enhancement in digital imagesContrast enhancement in digital images
Contrast enhancement in digital images
Sakher BELOUADAH
 
Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...
Jagan Rampalli
 
Image processing sw & hw
Image processing sw & hwImage processing sw & hw
Image processing sw & hw
amalalhait
 
Image processing second unit Notes
Image processing second unit NotesImage processing second unit Notes
Image processing second unit Notes
AAKANKSHA JAIN
 
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
IJSRD
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
ecij
 
The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...
Editor IJCATR
 

Similar to IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING METHOD (20)

project presentation-90-MCS-200003.pptx
project presentation-90-MCS-200003.pptxproject presentation-90-MCS-200003.pptx
project presentation-90-MCS-200003.pptx
 
Digital image processing - Image Enhancement (MATERIAL)
Digital image processing  - Image Enhancement (MATERIAL)Digital image processing  - Image Enhancement (MATERIAL)
Digital image processing - Image Enhancement (MATERIAL)
 
Digital Image Processing - Image Enhancement
Digital Image Processing  - Image EnhancementDigital Image Processing  - Image Enhancement
Digital Image Processing - Image Enhancement
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
 
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
 
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
 
h.pdf
h.pdfh.pdf
h.pdf
 
[IJET-V1I6P10] Authors: Mr.B.V.Sathish Kumar, M.Tech Scholar G.Sumalatha
[IJET-V1I6P10] Authors: Mr.B.V.Sathish Kumar, M.Tech Scholar G.Sumalatha [IJET-V1I6P10] Authors: Mr.B.V.Sathish Kumar, M.Tech Scholar G.Sumalatha
[IJET-V1I6P10] Authors: Mr.B.V.Sathish Kumar, M.Tech Scholar G.Sumalatha
 
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
Intensity Preserving Cast Removal in Color Images Using Particle Swarm Optimi...
 
UNIT-2 image enhancement.pdf Image Processing Unit 2 AKTU
UNIT-2 image enhancement.pdf Image Processing Unit 2 AKTUUNIT-2 image enhancement.pdf Image Processing Unit 2 AKTU
UNIT-2 image enhancement.pdf Image Processing Unit 2 AKTU
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion Technique
 
Contrast enhancement in digital images
Contrast enhancement in digital imagesContrast enhancement in digital images
Contrast enhancement in digital images
 
Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...Icamme managed brightness and contrast enhancement using adapted histogram eq...
Icamme managed brightness and contrast enhancement using adapted histogram eq...
 
Image processing sw & hw
Image processing sw & hwImage processing sw & hw
Image processing sw & hw
 
Image processing second unit Notes
Image processing second unit NotesImage processing second unit Notes
Image processing second unit Notes
 
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
Study on Contrast Enhancement with the help of Associate Regions Histogram Eq...
 
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATIONCOLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
COLOUR IMAGE ENHANCEMENT BASED ON HISTOGRAM EQUALIZATION
 
The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
ijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
ijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
ijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
ijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
ijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
ijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
ijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
ijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
ijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
ijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
ijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
ijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
ijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
melliereed
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
RamseyBerglund
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
deepaannamalai16
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
HajraNaeem15
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
PsychoTech Services
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
سمير بسيوني
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47
MysoreMuleSoftMeetup
 

Recently uploaded (20)

How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
 
Electric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger HuntElectric Fetus - Record Store Scavenger Hunt
Electric Fetus - Record Store Scavenger Hunt
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...Gender and Mental Health - Counselling and Family Therapy Applications and In...
Gender and Mental Health - Counselling and Family Therapy Applications and In...
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdfمصحف القراءات العشر   أعد أحرف الخلاف سمير بسيوني.pdf
مصحف القراءات العشر أعد أحرف الخلاف سمير بسيوني.pdf
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47
 

IMAGE ENHANCEMENT IN CASE OF UNEVEN ILLUMINATION USING VARIABLE THRESHOLDING METHOD

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 09, 2014 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 160 Image Enhancement in Case of Uneven Illumination using Variable Thresholding Method Satbir Kaur1 Navpreet Kaur Walia2 1,2 Department of Computer Science 1,2 Sri Guru Granth Sahib World University, Fatehgarh Sahib, Punjab, India Abstract— Uneven illumination always affects the visual quality images which results in poor understanding about the content of the images. There is no accepted universal image enhancement algorithm or specific criteria which can fulfill user needs. The processed image may be very different with the original image in the visual effects, but it also may be similar to the original image [1]. It will be a developing tradition to integrate the advantage of various algorithms to practical application to image enhancements [2]. Zhang et al. [3] presents an adaptive image contrast enhancement method. The proposed method is based on a local gamma correction piloted by histogram analysis. In this paper , to avoid uneven Illuminance image is divided into different segments . It works locally to decrease contrast as if we perform enhancement techniques globally on portions which are already bright then this gives poor results. Enhancement techniques are applied only to those dark portions. We need accurate method that not only enhance the image but also preserve the information. Key words: Uneven illumination, Contrast enhancement I. INTRODUCTION Uneven Illuminance caused many problems in understanding the scene due to poor contrast and hence becoming a major topic in research. Many techniques have been offered in this subject to enhance the contrast of the images but they still have some drawbacks. In previous work, three levels Thresholding divide the entire image into three different levels such as dim, middle, brighter according to gray scale levels and then applied the gamma correction on that region differently. We proposed a method which is a combination of gamma correction and luminance oriented Thresholding. Our proposed method finds lower contrast pixels by choosing a threshold and applies the modified gamma correction to those pixels which need to be enhanced. The algorithm works well in low contrast regions captured in natural light. It performs well on natural images and can be applied to indoor images as well after some modifications. II. METHODOLOGY A. Color Image quantization Color image quantization has been used to find out low contrast regions in the image. Generally, color image quantization is a process to reduce the number of colors of a digital color image, and the common goal of color quantization is to display an image with a large number of different colors such as a 24 bit-planes image on a graphic display with a small number of colors. The adaptive method for color image quantization is that the image can be viewed as a multidimensional data-clustering problem, such that the set of image data according to their value is partitioned into a set of clusters, and a representative element is chosen for each cluster. We used rgb2ind function to divide the image into low contrast and high contrast pixels. It uses one of these methods  Uniform quantization  Minimum variance quantization  Color-map approximation B. Thresholding Thresholding has been used in order to limit the range of contrast from very low to very high. Thresholding function separates the whole image into low contrast and high contrast region depending upon the popularity function of the illuminant pixels. As the thresholding factor increases more and more pixels are shifted towards high illuminant region. C. Local Gamma Correction As described by Guan et al. [4] Ideal display system is a linear system, whose output of illumination intensity of the display system should be proportional to the input video signal. Suppose the output illumination intensity of the display system is Lout and input is Lin, for the linear display system, there is a relationship as follows: Lout = Lin. Fig. 1(a) shows the function of the relationship between output and input signals in linear display system. However, the practical application of the display system is non-linear. For instance, the cathode ray tube display (CRT) in the mainstream of computer field, is non-linear display system. In other words, it is not proportional between the output and input illumination intensity values. In fact, since the existence of the hardware characteristics (Gamma>1), the output and input values of CRT shows the relationship can be indicated by Gamma function, as Fig. 1(b) shows. From comparing Fig. 1(a) with Fig. 1(b), there is always nonlinear display. It is non-linearity leads to the output value of the display producing distortion according to the original image. The distortion of the system is determined by the Gamma value of the display system. Traditional Gamma correction method is to carry out the pre-compensation for image data when the signal is transported into the display system, firstly. The principle is: Suppose the data value of the original image is Lorg, before send Lorg to the CRT display, substitute Lorg in Equation (1): Lin=Lorg1/Gamma ………….(1) And then send the pre-compensation image data Lin to the CRT display with distortion. After arrangement, the relationship between output Lout and input value Lorg of the distortion CRT is: Lout=Lin gamma = ((Lorg 1/Gamma) gamma ) = Lorg...(2) As Equation (2) shows, the input of CRT generates Gamma reverse distortion contrasting the original image beforehand, which counteracts the Gamma hardware of display device. Therefore, a linear relationship is established between the output of display device and the original data of the image to achieving the Gamma correction on the CRT.
  • 2. Image Enhancement in Case of Uneven Illumination using Variable Thresholding Method (IJSRD/Vol. 2/Issue 09/2014/036) All rights reserved by www.ijsrd.com 161 Fig 1: Linear-Nonlinear display system Fig. 2: Gamma correction of CRT Fig. 3: Gamma correction of image
  • 3. Image Enhancement in Case of Uneven Illumination using Variable Thresholding Method (IJSRD/Vol. 2/Issue 09/2014/036) All rights reserved by www.ijsrd.com 162 The Gamma correction is based on a non-linear multiplication-based conversion and has been used to gray- value image analysis. For alternating the pixel value to enhance the image, the projection relationship between pixel value and Gamma value is established according to the internal map. Assume P represents the of pixel value in the range of [0,255], Ὠ represents the angle value, Ѓ is the representative of the range of Gamma value, x represents a pixel grayscale value ( x element of p) Let xm as the middle point of range [0, 255]. The line defined from group P to Ὠ is: The mapping from Ὠ to Iis defined as: Here a (element of [0, 1]) is a weighted coefficient. There are the corresponding relationships between pixel values group P and group Ѓ is based on this map. Arbitrary pixel value is relative to a determined numerical Gamma. Let ү(x) = h(x), and choose Gamma correction function as follow: g(x) represents the output of correction value for pixel grayscale x. By this way, the correction value of pixel is connected with the value of original pixel, which achieves the requirements of image correction without former knowledge. Fig. 3 shows the Gamma value and the pixel value after Gamma correction respectively. III. FLOWCHART IV. RESULTS AND DISCUSSION The proposed technique has been applied to natural images from varying natural scenes. Pictures chosen have very low contrast in some regions and need to be enhanced to get the clear view perception. First of all color quantization has been applied to the pixels of the image. The objective is to approximate as closely as possible the original full-color images. Different algorithms can be used for this, however as our objective is separate the lower luminance and higher luminance pixels, we did approximation using high luminance intensity pixels. Fig. 4: Images used in our work from different prospective. The proposed algorithm divides the color space into disjointed regions according to luminance. From each region a color or group of colors has been chosen as their representative colors for that region. After that we approximate the colors by choosing dither parameter. We show the results for Desert image here. A threshold function has been used to move the number line from left to right in choosing high luminance regions. Below are detailed results for desert image. A. Results at threshold value 1 Fig. 5: Original image Fig. shown above is our test image. It has been changed to grayscale before applying the algorithm. original image
  • 4. Image Enhancement in Case of Uneven Illumination using Variable Thresholding Method (IJSRD/Vol. 2/Issue 09/2014/036) All rights reserved by www.ijsrd.com 163 Fig. 6: Image after gamma correction Image displayed above is after gamma correction. Gamma correction applies enhancement on all the pixels in that range. As there are many high luminance pixels, they don’t need to be enhanced. The proposed algorithm selects only those pixels which have low contrast for enhancement. Below is the picture which divides the image into low and high luminance pixels. Fig. 7: Separated regions according to luminance level Fig. 8: Results after applying gamma correction to low luminance pixels Above is the resulted image after the proposed algorithm and below is the difference image where white pixels represent enhance pixels and blue pixels represent unchanged. Fig. 9: Difference image describing enhanced pixels with white color  Total pixels in original image= 2359256  luminant_pixels_without_gamma_correction =350902  Enhanced pixels=85.3268% B. Threshold value 1 Fig. 10: After applying gamma correction, thresholding 100 Total pixels in original image= 2359256  luminant_pixels_without_gamma_correction = 364164  Enhanced pixels= 84.5647 %  Threshold value 100 After gamma correction --->towards blue,low luminance---->towards red,high luminance 100 200 300 400 500 600 700 800 900 1000 100 200 300 400 500 600 700 After applying gamma correction on minimum luminance pixels white--> with modified pixels, black--->without modifications --->towards blue,low luminance---->towards red,high luminance 100 200 300 400 500 600 700 800 900 1000 100 200 300 400 500 600 700 After applying gamma correction on minimum luminance pixels white--> with modified pixels, black--->without modifications --->towards blue,low luminance---->towards red,high luminance 100 200 300 400 500 600 700 800 900 1000 100 200 300 400 500 600 700
  • 5. Image Enhancement in Case of Uneven Illumination using Variable Thresholding Method (IJSRD/Vol. 2/Issue 09/2014/036) All rights reserved by www.ijsrd.com 164 Fig. 11: After applying gamma correction, thresholding 1000  Total pixels in original image= 2359256  luminant_pixels_without_gamma_correction= 483165  Enhanced pixels= 79.5208 %  Threshold value 1000 Fig. 12: After applying gamma correction, thresholding 5000  Total pixels in original image= 2359256  luminant_pixels_without_gamma_correction= 538865  Enhanced pixels= 77.1599 %  Threshold value 5000 We have tested our proposed algorithm and compared it at different threshold levels. Images taken have both the low level and high level contrasts. Proposed algorithm works well in conditions when images have large portions of uneven luminance. We used pictures of different types including portraits, natural scenes, wild flowers etc. here results are provided on some fixed threshold levels. However it is not necessary to use these fixed levels in real time applications. Selection of threshold level depend on many factors including size of the image, intrinsic camera parameters as different cameras produce different results, difference between low and high contrast pixels in the image etc. By applying gamma correction directly on the images, the underexposed regions became lighter and the details more noticeable. Therefore high luminance pixels can overexposed if we use simple gamma correction. This technique helps in correction of low contrast regions and do not involve high contrast regions. This image enhancement algorithm was developed to improve the visual quality of digital images captured under insufficient lighting conditions. V. CONCLUSION AND FUTURE WORK A. Conclusion We have proposed an algorithm in order to enhance the images having uneven illuminance. Many different techniques have been existed which can enhance the pixels having uneven illuminance. We took our motivation from literature review of different techniques which used histogram equalization, gamma correction and three level gamma-corrections etc. These techniques modify the whole image and make the high luminance pixels brighter. The proposed algorithm reveals high-lights and low-lights without affecting the well-balanced region. The high light area is preserved whereas low lights areas modified according to the user needs by varying gamma factor in gamma correction technique. The ultimate goal behind the proposed method is to allow higher level of brightness preservation to avoid unpleasant artifacts and unnatural enhancement due to excessive equalization while enhancing the contrast of a given image as much as possible. The high brightness area can be shifted and preserved by using different threshold. B. Future work The problem of the technique is that we cannot decide the threshold automatically and user has to decide it before applying the algorithm. In future scope, this algorithm can be modified in such a way that it should decide the selection of threshold by using the entropy or intensity values of the image. REFERENCES [1] A. H. Anderson, “A filter-subtract-decimate hierarchical pyramid signal analyzing and synthesizing technique”, U.S. Patent 4,718,104, No. 07/051,210, 1987. [2] P. Burt and R. Kolczynski, “Enhanced image capture through fusion,” in Proc. ICCV, Berlin, Germany, pp. 173–182, 1993. [3] Dongni Zhang, Won-Jae Park, Seung-Jun Lee, Kang-A Choi, and Sung-JeaKo, “Histogram Partition based Gamma Correction for Image Contrast Enhancement”, IEEE 16th International Symposium, pp. 1-4, june 2012. [4] Xu Guan, Su Jian, Pan Hongda, Zhang Zhiguo, Gong Haibin, “An Image Enhancement Method Based on Gamma Correction’’, Second International Symposium on Computational Intelligence and Design, pp. 60-63, 2009. After applying gamma correction on minimum luminance pixels white--> with modified pixels, black--->without modifications --->towards blue,low luminance---->towards red,high luminance 100 200 300 400 500 600 700 800 900 1000 100 200 300 400 500 600 700 Afterapplyinggammacorrectiononminimum luminancepixels white--> withmodifiedpixels, black--->without modifications