SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 2, March -April 2013, pp.579-584
579 | P a g e
Image Enhancement And Analysis Of Thermal Images Using
Various Techniques Of Image Processing
*Ms. Shweta Tyagi **Hemant Amhia
(M.E. student Deptt. of Electrical Engineering, JEC Jabalpur)
( Asstt.Professor, Deptt. of Electrical Engineering, JEC Jabalpur)
ABSTRACT:
Principle objective of Image enhancement
is to process an image so that result is more
suitable than original image for specific
application. Thermal image enhancement used in
Quality Control ,Problem Diagnostics,Research
and Development,Insurance Risk Assessment,Risk
Management Programme,Digital infrared thermal
imaging in health care, Surveillance in security,
law enforcement and defence. Various
enhancement schemes are used for enhancing an
image which includes gray scale manipulation,
filtering and Histogram Equalization (HE),fast
fourier transform.Image enhancement is the
process of making images more useful. The
reasons for doing this include, Highlighting
interesting detail in images, Removing noise from
images, Making images more visually appealing,
edge enhancement and increase the contrast of the
image.
KEYWORDS: Image enhancement , histogram
equalisation, linear filtering, adaptive filtering , fast
fourier transform, opening and closing.
I. INTRODUCTION:
The aim of image enhancement is to
improve the interpretability or perception of
information in images for human viewers, or to
provide `better' input for other automated image
processing techniques. Digital image processing are
used in various application in medicines medicine,
space exploration, authentication, automated industry
inspection and many more areas.
II. Image Enhancement And Analysis
Techniques
Image enhancement is actually the class of
image processing operations whose goal is to produce
an output digital image that is visually more suitable
as appearance for its visual examination by a human
observer
 The relevant features for the examination task
are enhanced
 The irrelevant features for the examination
task are removed/reduced
• Specific to image enhancement:
- input = digital image (grey scale or color)
- output = digital image (grey scale or color)
2.1. Conversion of the RGB image into
GRAYSCALE image:
In RGB images each pixel has a particular
color; that color is described by the amount of red,
green and blue in it. If each of these components has
a range 0–255, this gives a total of 256^3 different
possible colors. Such an image is a “stack” of three
matrices; representing the red, green and blue values
for each pixel. This means that for every pixel there
correspond 3 values. Whereas in greyscale each pixel
is a shade of gray, normally from 0 (black) to 255
(white). This range means that each pixel can be
represented by eight bits, or exactly one byte. Other
greyscale ranges are used, but generally they are a
power of 2.so,we can say gray image takes less space
in memory in comparison to RGB images.
2.2 HISTOGRAM ,HISTOGRAM EQUALISATION AND CONTRAST ENHANCEMENT:
The histogram of an image shows us the distribution of grey levels in the image massively useful in image
processing, especially in segmentation .The shape of the histogram of an image gives us useful information
Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 2, March -April 2013, pp.579-584
580 | P a g e
about the possibility for contrast enhancement. A histogram of a narrow shape indicates little dynamic range and
thus corresponds to an image having low contrast.
Histogram equalization is used to enhance the contrast of the image it spreads the intensity values over full
range. Histogram equalization involves finding a grey scale transformation function that creates an output image
with a uniform histogram
Under Contrast adjustment, overall lightness or darkness of the image is changed. Contrast enhancements
improve the perceptibility of objects in the scene by enhancing the brightness difference between objects and
their backgrounds A contrast stretch improves the brightness differences uniformly across the dynamic range of
the image,
2.2.Linear filtering and noise removal image
Filtering is a technique for modifying or enhancing an image. For example, you can filter an image to
emphasize certain features or remove other features. Image processing operations implemented with filtering
include smoothing, sharpening, and edge enhancement.Linear filtering is filtering in which the value of an
output pixel is a linear combination of the values of the pixels in the input pixel's neighbourhood.The noise is
removed by adaptive filtering approach, often produces better results than linear filtering. The adaptive filter is
more selective than a comparable linear filter, preserving edges and other high-frequency parts of an image
Gray scale image histogram
Resulting histogram after
histogram equalisation
ation
Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 2, March -April 2013, pp.579-584
581 | P a g e
III. Morphology:
Morphological techniques typically probe an image with a small shape or template known as a
structuring element. The structuring element is positioned at all possible locations in the image and it is
compared with the corresponding neighborhood of pixels.Morphological operations differ in how they carry out
this comparison. Mathematical morphology is based on geometry. The theoretical foundations of morphological
image processing lies in set theory and the mathematical theory of order. The basic idea is to probe an image
with a template shape, which is called structuring element, to quantify the manner in which the structuring
element fits within a given image.
Filtered image after the histogram
equalisation
Noise removal image by adaptive
filtering
output = I – B, where output is the image obtained after the
removal of non-uniform backround (B) from grayscale image (I)
uniform background throughout the image
Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 2, March -April 2013, pp.579-584
582 | P a g e
IV. FFT transform:
FFT function is an effective tool for computing the discrete Fourier transform of a signal.In fourier
transform it actually change the domain of the image. In this we get the restored image after taking the inverse
FFT. The FFT contains information between 0 and fs, however, we know that the sampling frequencymust be at
least twice the highest frequency component. Therefore, the signal's spectrum should be entirly below fs/2 , the
Nyquist frequency.
FFT image
Output histogram of the above image
Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 2, March -April 2013, pp.579-584
583 | P a g e
5. PROPOSED FLOW CHART:
V. RESULTS:
The result obtained from the enhancement of the thermal images is the improvement of the image in
which we get the useful information. The histogram obtained from these images is also improved which shows
that image is enhanced, the intensity range is also better . The mesh plot is also better in the morphology
operation and the fft mesh plot is only change the domain.
Reading the image
Convert Rgb image into gray
scale image (ORIGINAL IMAGE)
Apply histogram
equalisation
Perform linear filtering
operation on the above
image
Remove the noise by
adaptive filtering
Successive erosion and dilation of the
image using morphological operation to
get nonuniform background
Subtracting non uniform background
from the original image and plot
histogram
Apply FFT transform on the
morphological image and obtained
restored image BY IFFT
Compare with gray image and its
histogram
Compare results with
linear filtering image
Compare histogram with the
original
Original image with uniform
background is attained
Histogram plotting
and mesh plotting
Enhanced
image (result)
Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 2, March -April 2013, pp.579-584
584 | P a g e
VI. CONCLUSION:
The enhancement of thermal images is useful in quality control , problem diagnostics, research and
development. The work indicates that histogram equalization technique can’t be used for images suffering from
non-uniform illumination in their backgrounds specifically for particle analysis purposes as this process only
adds extra pixels to the light regions of the image and removes extra pixels from dark regions of the image
resulting in a high dynamic range in the output image. The image obtained after the morphology operation is
much clear than the other images,that will be helpful in problem diagnostics.FFT transform convert the domain
of the image. So,it is necessary to enhance an image so that its information can be used that the image contain.
REFERENCES
1. Komal Vij,et al. “Enhancement of Images Using Histogram Processing Techniques Vol 2” , pp309-313,
2009.
2. Kevin Loquin,et al. “Convolution Filtering And Mathematical Morphology On An Image: A Unified
View”, pp1-4, 2010.
3. M. Kowalczyk,et al.“Application of mathematical morphology operations for simplification and
improvement of correlation of images in close-range photogrammetry”,pp153-158, 2008.
4. J. Zimmerman, S. Pizer, E. Staab, E. Perry, W. McCartney,B. Brenton, “Evaluation of the effectiveness of
adaptive histogram equalization for contrast enhancement,” IEEE Transactions on Medical Imaging, pp.
304-312, 1988.
5. M. Abdullah-Al-Wadud, Md. Hasanul Kabir, M. Ali Akber Dewan, Oksam Chae, “A dynamic histogram
equalization for image contrast enhancement”, IEEE Transactions. Consumer Electron., vol. 53, no. 2, pp.
593- 600, May 2007.
6. Rafael C. Gonzalez, Richard E. Woods, “Digital Image Processing”, 2nd edition, Prentice Hall, 2002
7. A. K. Jain, “Fundamentals of Digital Image Processing”. Englewood Cliffs, NJ: Prentice-Hall, 1991.
8. J. Alex Stark “Adaptive Image Contrast Enhancement Using Generalizations of Histogram Equalization”,
IEEE Transactions on Image Processing, Vol. 9, No. 5, May 2000.
a b
c d
(a)gray scale image ( b)resulting image
after histogram equalisation (c)image
after morphological operation (d) restored
image after the fft tranform
Gray image mesh plot Morphology mesh plot Restored image after fft

Contenu connexe

Tendances

Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...eSAT Publishing House
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...IAEME Publication
 
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...IOSR Journals
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewIRJET Journal
 
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
 
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...IOSR Journals
 
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET-  	  Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET-  	  Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET- Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET Journal
 
A Novel Approach To Detection and Evaluation of Resampled Tampered Images
A Novel Approach To Detection and Evaluation of Resampled Tampered ImagesA Novel Approach To Detection and Evaluation of Resampled Tampered Images
A Novel Approach To Detection and Evaluation of Resampled Tampered ImagesCSCJournals
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceinventy
 
A study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsA study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsManje Gowda
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONIAEME Publication
 
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUE
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUEOBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUE
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUEJournal For Research
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forprjpublications
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMcsandit
 

Tendances (17)

B42020710
B42020710B42020710
B42020710
 
Ijetcas14 372
Ijetcas14 372Ijetcas14 372
Ijetcas14 372
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...
 
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
Feature Extraction of an Image by Using Adaptive Filtering and Morpological S...
 
F43053237
F43053237F43053237
F43053237
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise Review
 
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...
 
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
 
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET-  	  Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET-  	  Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
 
A Novel Approach To Detection and Evaluation of Resampled Tampered Images
A Novel Approach To Detection and Evaluation of Resampled Tampered ImagesA Novel Approach To Detection and Evaluation of Resampled Tampered Images
A Novel Approach To Detection and Evaluation of Resampled Tampered Images
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
A study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithmsA study and comparison of different image segmentation algorithms
A study and comparison of different image segmentation algorithms
 
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATIONCOLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
 
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUE
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUEOBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUE
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUE
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm for
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
 

En vedette (20)

Gr3112821287
Gr3112821287Gr3112821287
Gr3112821287
 
Bv32457460
Bv32457460Bv32457460
Bv32457460
 
Ck32540542
Ck32540542Ck32540542
Ck32540542
 
Bh33345348
Bh33345348Bh33345348
Bh33345348
 
Gm3112421245
Gm3112421245Gm3112421245
Gm3112421245
 
Gl3112351241
Gl3112351241Gl3112351241
Gl3112351241
 
A32001005
A32001005A32001005
A32001005
 
Ax32327332
Ax32327332Ax32327332
Ax32327332
 
Aj32242252
Aj32242252Aj32242252
Aj32242252
 
Ar32295299
Ar32295299Ar32295299
Ar32295299
 
Ag32224229
Ag32224229Ag32224229
Ag32224229
 
Eh32845848
Eh32845848Eh32845848
Eh32845848
 
Ij3115691576
Ij3115691576Ij3115691576
Ij3115691576
 
El futbol en baja california
El futbol en baja californiaEl futbol en baja california
El futbol en baja california
 
路死二十載,醫活三千萬 童綜合醫院三千萬判決報告
路死二十載,醫活三千萬   童綜合醫院三千萬判決報告路死二十載,醫活三千萬   童綜合醫院三千萬判決報告
路死二十載,醫活三千萬 童綜合醫院三千萬判決報告
 
Filme amizade colorida
Filme amizade coloridaFilme amizade colorida
Filme amizade colorida
 
Primera guerra mundial
Primera guerra mundialPrimera guerra mundial
Primera guerra mundial
 
Depende de quien sean las manos
Depende de quien sean las manosDepende de quien sean las manos
Depende de quien sean las manos
 
Sabes quien es
Sabes quien esSabes quien es
Sabes quien es
 
Licitação
LicitaçãoLicitação
Licitação
 

Similaire à Cq32579584

Paper on image processing
Paper on image processingPaper on image processing
Paper on image processingSaloni Bhatia
 
Comparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainComparative study on image fusion methods in spatial domain
Comparative study on image fusion methods in spatial domainIAEME Publication
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementSamrudh Keshava Kumar
 
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
 
Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesDr. Amarjeet Singh
 
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 MATLABJim Jimenez
 
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
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...IRJET Journal
 
Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...eSAT Publishing House
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationCSCJournals
 
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTERMEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTERcscpconf
 
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...ijistjournal
 
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...ijistjournal
 
V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1KARTHIKEYAN V
 
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoisejournalBEEI
 
Quality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueQuality Assessment of Gray and Color Images through Image Fusion Technique
Quality Assessment of Gray and Color Images through Image Fusion TechniqueIJEEE
 
Performance and analysis of improved unsharp masking algorithm for image
Performance and analysis of improved unsharp masking algorithm for imagePerformance and analysis of improved unsharp masking algorithm for image
Performance and analysis of improved unsharp masking algorithm for imageIAEME 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 TechniquesIJMER
 

Similaire à Cq32579584 (20)

Dh33653657
Dh33653657Dh33653657
Dh33653657
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
 
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
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
 
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...
 
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
 
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
 
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)
 
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
A Novel Framework For Preprocessing Of Breast Ultra Sound Images By Combining...
 
Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...Efficient contrast enhancement using gamma correction with multilevel thresho...
Efficient contrast enhancement using gamma correction with multilevel thresho...
 
Image Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime InvestigationImage Enhancement by Image Fusion for Crime Investigation
Image Enhancement by Image Fusion for Crime Investigation
 
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTERMEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
 
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
 
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
A NOVEL APPROACH FOR SEGMENTATION OF SECTOR SCAN SONAR IMAGES USING ADAPTIVE ...
 
V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1
 
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse NoiseAn Efficient Image Denoising Approach for the Recovery of Impulse Noise
An Efficient Image Denoising Approach for the Recovery of Impulse Noise
 
C044021013
C044021013C044021013
C044021013
 
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
 
Performance and analysis of improved unsharp masking algorithm for image
Performance and analysis of improved unsharp masking algorithm for imagePerformance and analysis of improved unsharp masking algorithm for image
Performance and analysis of improved unsharp masking algorithm for image
 
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
 

Dernier

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 

Dernier (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

Cq32579584

  • 1. Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 2, March -April 2013, pp.579-584 579 | P a g e Image Enhancement And Analysis Of Thermal Images Using Various Techniques Of Image Processing *Ms. Shweta Tyagi **Hemant Amhia (M.E. student Deptt. of Electrical Engineering, JEC Jabalpur) ( Asstt.Professor, Deptt. of Electrical Engineering, JEC Jabalpur) ABSTRACT: Principle objective of Image enhancement is to process an image so that result is more suitable than original image for specific application. Thermal image enhancement used in Quality Control ,Problem Diagnostics,Research and Development,Insurance Risk Assessment,Risk Management Programme,Digital infrared thermal imaging in health care, Surveillance in security, law enforcement and defence. Various enhancement schemes are used for enhancing an image which includes gray scale manipulation, filtering and Histogram Equalization (HE),fast fourier transform.Image enhancement is the process of making images more useful. The reasons for doing this include, Highlighting interesting detail in images, Removing noise from images, Making images more visually appealing, edge enhancement and increase the contrast of the image. KEYWORDS: Image enhancement , histogram equalisation, linear filtering, adaptive filtering , fast fourier transform, opening and closing. I. INTRODUCTION: The aim of image enhancement is to improve the interpretability or perception of information in images for human viewers, or to provide `better' input for other automated image processing techniques. Digital image processing are used in various application in medicines medicine, space exploration, authentication, automated industry inspection and many more areas. II. Image Enhancement And Analysis Techniques Image enhancement is actually the class of image processing operations whose goal is to produce an output digital image that is visually more suitable as appearance for its visual examination by a human observer  The relevant features for the examination task are enhanced  The irrelevant features for the examination task are removed/reduced • Specific to image enhancement: - input = digital image (grey scale or color) - output = digital image (grey scale or color) 2.1. Conversion of the RGB image into GRAYSCALE image: In RGB images each pixel has a particular color; that color is described by the amount of red, green and blue in it. If each of these components has a range 0–255, this gives a total of 256^3 different possible colors. Such an image is a “stack” of three matrices; representing the red, green and blue values for each pixel. This means that for every pixel there correspond 3 values. Whereas in greyscale each pixel is a shade of gray, normally from 0 (black) to 255 (white). This range means that each pixel can be represented by eight bits, or exactly one byte. Other greyscale ranges are used, but generally they are a power of 2.so,we can say gray image takes less space in memory in comparison to RGB images. 2.2 HISTOGRAM ,HISTOGRAM EQUALISATION AND CONTRAST ENHANCEMENT: The histogram of an image shows us the distribution of grey levels in the image massively useful in image processing, especially in segmentation .The shape of the histogram of an image gives us useful information
  • 2. Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 2, March -April 2013, pp.579-584 580 | P a g e about the possibility for contrast enhancement. A histogram of a narrow shape indicates little dynamic range and thus corresponds to an image having low contrast. Histogram equalization is used to enhance the contrast of the image it spreads the intensity values over full range. Histogram equalization involves finding a grey scale transformation function that creates an output image with a uniform histogram Under Contrast adjustment, overall lightness or darkness of the image is changed. Contrast enhancements improve the perceptibility of objects in the scene by enhancing the brightness difference between objects and their backgrounds A contrast stretch improves the brightness differences uniformly across the dynamic range of the image, 2.2.Linear filtering and noise removal image Filtering is a technique for modifying or enhancing an image. For example, you can filter an image to emphasize certain features or remove other features. Image processing operations implemented with filtering include smoothing, sharpening, and edge enhancement.Linear filtering is filtering in which the value of an output pixel is a linear combination of the values of the pixels in the input pixel's neighbourhood.The noise is removed by adaptive filtering approach, often produces better results than linear filtering. The adaptive filter is more selective than a comparable linear filter, preserving edges and other high-frequency parts of an image Gray scale image histogram Resulting histogram after histogram equalisation ation
  • 3. Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 2, March -April 2013, pp.579-584 581 | P a g e III. Morphology: Morphological techniques typically probe an image with a small shape or template known as a structuring element. The structuring element is positioned at all possible locations in the image and it is compared with the corresponding neighborhood of pixels.Morphological operations differ in how they carry out this comparison. Mathematical morphology is based on geometry. The theoretical foundations of morphological image processing lies in set theory and the mathematical theory of order. The basic idea is to probe an image with a template shape, which is called structuring element, to quantify the manner in which the structuring element fits within a given image. Filtered image after the histogram equalisation Noise removal image by adaptive filtering output = I – B, where output is the image obtained after the removal of non-uniform backround (B) from grayscale image (I) uniform background throughout the image
  • 4. Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 2, March -April 2013, pp.579-584 582 | P a g e IV. FFT transform: FFT function is an effective tool for computing the discrete Fourier transform of a signal.In fourier transform it actually change the domain of the image. In this we get the restored image after taking the inverse FFT. The FFT contains information between 0 and fs, however, we know that the sampling frequencymust be at least twice the highest frequency component. Therefore, the signal's spectrum should be entirly below fs/2 , the Nyquist frequency. FFT image Output histogram of the above image
  • 5. Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 2, March -April 2013, pp.579-584 583 | P a g e 5. PROPOSED FLOW CHART: V. RESULTS: The result obtained from the enhancement of the thermal images is the improvement of the image in which we get the useful information. The histogram obtained from these images is also improved which shows that image is enhanced, the intensity range is also better . The mesh plot is also better in the morphology operation and the fft mesh plot is only change the domain. Reading the image Convert Rgb image into gray scale image (ORIGINAL IMAGE) Apply histogram equalisation Perform linear filtering operation on the above image Remove the noise by adaptive filtering Successive erosion and dilation of the image using morphological operation to get nonuniform background Subtracting non uniform background from the original image and plot histogram Apply FFT transform on the morphological image and obtained restored image BY IFFT Compare with gray image and its histogram Compare results with linear filtering image Compare histogram with the original Original image with uniform background is attained Histogram plotting and mesh plotting Enhanced image (result)
  • 6. Ms. Shweta Tyagi, Hemant Amhia / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 2, March -April 2013, pp.579-584 584 | P a g e VI. CONCLUSION: The enhancement of thermal images is useful in quality control , problem diagnostics, research and development. The work indicates that histogram equalization technique can’t be used for images suffering from non-uniform illumination in their backgrounds specifically for particle analysis purposes as this process only adds extra pixels to the light regions of the image and removes extra pixels from dark regions of the image resulting in a high dynamic range in the output image. The image obtained after the morphology operation is much clear than the other images,that will be helpful in problem diagnostics.FFT transform convert the domain of the image. So,it is necessary to enhance an image so that its information can be used that the image contain. REFERENCES 1. Komal Vij,et al. “Enhancement of Images Using Histogram Processing Techniques Vol 2” , pp309-313, 2009. 2. Kevin Loquin,et al. “Convolution Filtering And Mathematical Morphology On An Image: A Unified View”, pp1-4, 2010. 3. M. Kowalczyk,et al.“Application of mathematical morphology operations for simplification and improvement of correlation of images in close-range photogrammetry”,pp153-158, 2008. 4. J. Zimmerman, S. Pizer, E. Staab, E. Perry, W. McCartney,B. Brenton, “Evaluation of the effectiveness of adaptive histogram equalization for contrast enhancement,” IEEE Transactions on Medical Imaging, pp. 304-312, 1988. 5. M. Abdullah-Al-Wadud, Md. Hasanul Kabir, M. Ali Akber Dewan, Oksam Chae, “A dynamic histogram equalization for image contrast enhancement”, IEEE Transactions. Consumer Electron., vol. 53, no. 2, pp. 593- 600, May 2007. 6. Rafael C. Gonzalez, Richard E. Woods, “Digital Image Processing”, 2nd edition, Prentice Hall, 2002 7. A. K. Jain, “Fundamentals of Digital Image Processing”. Englewood Cliffs, NJ: Prentice-Hall, 1991. 8. J. Alex Stark “Adaptive Image Contrast Enhancement Using Generalizations of Histogram Equalization”, IEEE Transactions on Image Processing, Vol. 9, No. 5, May 2000. a b c d (a)gray scale image ( b)resulting image after histogram equalisation (c)image after morphological operation (d) restored image after the fft tranform Gray image mesh plot Morphology mesh plot Restored image after fft