SlideShare a Scribd company logo
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

More Related Content

What's hot

B42020710
B42020710B42020710
B42020710
IJERA Editor
 
Ijetcas14 372
Ijetcas14 372Ijetcas14 372
Ijetcas14 372
Iasir Journals
 
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
 
F43053237
F43053237F43053237
F43053237
IJERA Editor
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise Review
IRJET Journal
 
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
IOSR Journals
 
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 Clustering
IRJET 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 Images
CSCJournals
 
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
inventy
 
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
Manje 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 SEGMENTATION
IAEME 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 TECHNIQUE
Journal 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 for
prjpublications
 
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
csandit
 

What's hot (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
 

Viewers also liked

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

Viewers also liked (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
 

Similar to Cq32579584

Dh33653657
Dh33653657Dh33653657
Dh33653657
IJERA Editor
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
Saloni 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 domain
IAEME Publication
 
Fuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast EnhancementFuzzy Logic based Contrast Enhancement
Fuzzy Logic based Contrast Enhancement
Samrudh 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 Images
Dr. 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 MATLAB
Jim 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 Investigation
CSCJournals
 
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTERMEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
MEDICAL IMAGE TEXTURE SEGMENTATION USINGRANGE FILTER
cscpconf
 
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 1
KARTHIKEYAN 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 Noise
journalBEEI
 
C044021013
C044021013C044021013
C044021013
IJERA Editor
 
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
 
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
IAEME Publication
 
An Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement TechniquesAn Inclusive Analysis on Various Image Enhancement Techniques
An Inclusive Analysis on Various Image Enhancement Techniques
IJMER
 

Similar to 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
 

Recently uploaded

How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdfAI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
Techgropse Pvt.Ltd.
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 

Recently uploaded (20)

How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdfAI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
AI-Powered Food Delivery Transforming App Development in Saudi Arabia.pdf
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 

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