SlideShare a Scribd company logo
1 of 4
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 07, 2014 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 570
Application of Image Retrieval Techniques to Understand Evolving
Weather
K. V. Sasidhar1
T. Krishna Chaitanya2
Dr. Amit P. Kesarkar3
1
M.Tech. Student 2
Assistant Professor 3
Scientist/Engineer-SE
1,2
Department of Electronics and Communication Engineering 3
Department of Space
1,2
Bapatla Engineering College, Bapatla, Andhra Pradesh, India 3
National Atmospheric Research
Laboratory (NARL), Gadanki, Tirupati, India
Abstract— Multispectral satellite images provide valuable
information to understand the evolution of various weather
systems such as tropical cyclones, shifting of intra tropical
convergence zone, moments of various troughs etc.,
accurate prediction and estimation will save live and
property. This work will deal with the development of an
application which will enable users to search an image from
database using either gray level, texture and shape features
for meteorological satellite image retrieval .Gray level
feature is extracted using histogram method. The Texture
feature is extracted using gray level co-occurrence method
and wavelet approach. The shape feature vector is extracted
using morphological operations. The similarity between
query image and database images is calculated using
Euclidian distance. The performance of the system is
evaluated using precision
Keywords: Image retrieval, Tropical cyclones, Histogram,
Cloud intensity, Euclidian distance
I. INTRODUCTION
Multispectral satellite images provide valuable information
to understand the evolution of various weather systems such
as tropical cyclones, shifting of intra tropical convergence
zone, moments of various troughs etc., accurate prediction
and estimation will save live and property. Meteorological
satellites provide data and information contents in the form
of images .With increased number of satellites the data
volume and `information contents along with applications
ranging from weather forecasting and navigation also
significantly improved.
The types of clouds associated with tropical
cyclones are cumulonimbus types of clouds. Understanding
clouds for study require past images. A retrieval system can
be used to study past images. Traditional methods cannot
describe image contents such as clouds [1][2] and done after
the classification of images. The limitation of them is that
the retrieval is based on pre extracted objects. To overcome
that we use independent features rather than of classes.
Content-Based Image retrieval is based on low level features
of the images which are colour, texture and shape. Texture
and shape are important features for meteorological
satellites.
The goal of this application is to enable user to
retrieve cyclone images from meteorological remote sensing
archives using gray level, texture, shape features and a semi
automated method to find intensity of tropical cyclone.
The paper is organized as follows .Section2
provides the methodology for content based image retrieval
and Section3 provides implementation and section 4
provides results. Section 5 gives conclusions
II. METHODOLOGY
This section is divided into four main phases. The first phase
describes the database, the second phase describes the
features extracted for CBIR. The third phase describes, the
procedure for intensity estimation
A. Data and Software used
The meteosat series of satellites are geostationary satellites
operated by European union[3].They provide images of full
earth disc and data for weather forecasts. Figure 1 shows
sample Infra Red image and many of such images belonging
to various cyclones including Mala, Gonu, Sidr, Giri are
used for feature extraction process and data base creation
B. Feature extraction:
1) Gray level Feature extraction:
In general colour histograms are used to compare images.
Figure: 2(a) shows the histogram of the infrared satellite
image. The image histogram shows the variations in gray
levels from 0 to 255 .Since all these values cannot be used
an feature vector, the histogram is sampled into number of
bins to reduce the size of feature vector[4][5]. The generated
histogram is shown in figure2(b).
Fig. 1 : Infra red satellite image
Fig. 2: Histogram of Infra red satellite image
Application of Image Retrieval Techniques to Understand Evolving Weather
(IJSRD/Vol. 2/Issue 07/2014/129)
All rights reserved by www.ijsrd.com 571
2) Texture feature extraction using GLCM method
GLCM is a statistical method of examining texture that
considers the spatial relationship of pixels in an image. This
method characterizes the texture of an image by calculating
the presence of the specific pairs and spatial relationship of
the pixels in an image. Four statistical features namely
energy, contrast, entropy and correlation are obtained by
using the means of all parameters
3) Contrast
Measures the local variations in the gray-level co-
occurrence matrix. Contrast is 0 for a constant image. The
contrast is given by
∑ ∑ ( )
4) Correlation
Measures the joint probability occurrence of the specified
pixel pairs. Correlation is 1 or -1 for a perfectly positively or
negatively correlated image. . The correlation is given by:
∑
∑
( )( )
5) Energy
Provides the sum of squared elements in the GLCM, Also
known as uniformity or the angular second moment. Energy
is 1 for a constant image. The energy is given by:
∑ ∑
6) Homogeneity
Measures the closeness of the distribution of elements in the
GLCM to the GLCM diagonal. Homogeneity is 1 for a
diagonal GLCM computation of entropy.
Homogeneity is given
∑ ∑
| |
Steps for obtaining Texture feature vector are
(1) Load Image
(2) Convert RGB to gray image
(3) Calculate GLCM matrix in four directions with
four distance vector from pixel of interest
(4) Calculate the texture measures contrast, correlation,
homogeneity and energy for all GLCMs
(5) Calculate mean of all GLCM
(6) Obtain Texture feature vector
7) Texture feature extraction using pyramidal wavelet
transform
Wavelet provides good multi resolution capability, good
energy compaction, and good adaptability to human visual
characteristics. Wavelets are finite in time and the average
value of a wavelet is zero. A wavelet is waveform that is
bounded in frequency and time
The computation of the wavelet transforms of a 2D
signal involves recursive filtering and sub-sampling. At each
level, the signal is decomposed into four frequency sub-
bands, LL, LH, HL, and HH, where L denotes low
frequency and H denotes high frequency[8]. For texture
analysis here we use pyramidal structural wavelet transform.
Figure3 shows a three level pyramidal wavelet
decomposition of an image .During the first level of
decomposition one low pass sub image ( ) and three
orientation high pass sub images ( )are created.
In the second level of decomposition the low pass sub image
is further decomposed into one low pass and three sub
images( ).The energy of third level sub image
is used as feature vector. The energy is given by
∑ ∑ | ( )|
Fig. 3: Pyramidal wavelet transform of image
8) Shape feature extraction using morphological
operations
In this paper, the image processing techniques and
morphological operations have been used to extract shape
feature vector.[9][10]
To extract shape feature following steps are followed.
(1) Convert RGB image to gray image
(2) Apply threshold value to more than 175 and
convert to binary image
(3) Apply morphological filling operation to fill the
holes of objects in binary image
(4) Apply morphological opening operation to extract
cyclone shape
(5) Calculate shape parameters like area and perimeter
to generate feature vector
Fig. 4: (a) Satellite image after converting to binary image
Fig. 4: (b) Satellite image after filling operation
Fig. 4: (c) Extracted image after opening operation
(1)
(2)
(3)
(4)
Application of Image Retrieval Techniques to Understand Evolving Weather
(IJSRD/Vol. 2/Issue 07/2014/129)
All rights reserved by www.ijsrd.com 572
Fig. 4: (d) Boundary extracted of cloud shape
The image has been converted to the gray scale
image and then to binary image with threshold value of 175
to remove noise. There are two basic type of morphological
operations namely erosion and dilation. The erosion
operation removes the pixel from object boundaries and
dilation adds pixels to the object boundaries .The adding and
removing pixels depends on structural element to be
processed. The image obtained after filling and opening
operations is shown in figure 4(c) .The extracted boundary
is showed in figure 4(d).
III. IMPLEMENTATION
To check the performance of the system the techniques
discussed are tested on a database of 150 satellite images
.They are cropped to the area under study using photoshop
.This work is implemented using MATLAB2012a
The similarities between images are caluclated
using Euclidian distance .Gray level ,texture and shape
similaritis have been clauclated using formulas shown below
IV. RESULTS
In order to check the efficiency of application the feature
vectors for figure 1is shown below
A. Gray level feature vectors
The gray levels feature vector is represented by the
frequencies of pixels that occur in each of the quantized bins
and is presented in the Table 5-1
Table 4.1 Gray level feature vector
Bins Frequencies
0-16 58953
17-32 48931
33-48 32119
49-64 30751
65-80 19270
81-96 16345
97-112 15171
113-128 15918
129-144 17166
145-160 17515
161-176 9484
177-192 3854
193-208 65
209-224 25
225-240 194
241-256 27
B. Texture feature vector
Texture feature vector is computed using GLCM and
pyramidal wavelet transform method are presented below
Table 4.2 Texture feature vector using GLCM method
Average value
Contrast 0.3686
Correlation 0.9177
Homogeneity 0.9013
Energy 0.1494
Table 4.3: Feature vector using pyramidal wavelet
Energy
Average value 97.7062
C. Shape feature vector
The shape feature vector of the extracted TC from the
infrared satellite image is presented in table 4.4
Area Perimeter metric
Values 3903 269.9655 0.6730
Table 4.4: shape feature extracted
D. Similarity computation
The similarity between a query image and database images
is computed and ten best results are displayed in the
following table 4.5
Table 4.5 ten best similarity values with query image
Similarity value
2000-01-01-18.jpg 1.1654
2000-01-01-21.jpg 2.6344
2000-01-13-18.jpg 3.1631
2000-01-02-09.jpg 3.1875
2000-01-01-15.jpg 3.4488
2000-12-24-03.jpg 3.6422
2000-12-23-18.jpg 3.6672
2000-01-02-00.jpg 4.1658
2000-12-25-03.jpg 4.2154
Images are ranked and retrived based on similarity
values and the first ten images retrieved as shown in figure 5
Application of Image Retrieval Techniques to Understand Evolving Weather
(IJSRD/Vol. 2/Issue 07/2014/129)
All rights reserved by www.ijsrd.com 573
Fig. 5: Retrieved images based on gray level feature
E. System performance
Precision is used to evaluate the performance of the
application. It is defined as the ratio of number of relevant
images to the number of images retrieved
Figure 6 will show the plot between precision and
number of images retrieved
Fig. 6: Precision vs number of images retrieved
V. CONCLUSIONS
Understanding weather phenomena such as cyclone
requires past images. Search for relevant images has become
a challenging task .The methods presented in this paper for
meteorological satellite image retrieval are fairly food for
most of query images. The performance can be further
improved by adding relevance feedback.
REFERENCES
[1] Wei Shang Guan ,Yan Ling Hao“The research and
application content based satellite cloud
retrieval”Mechatronics and automation,2007.ICMA
2007
[2] E. Jones and A. Roydhouse, “Intelligent retrieval of
archived meteorological data,” IEEE Expert, vol. 10,
1995, pp. 50-58.
[3] http://www.eumetsat.int/website/home/Satellites/Curr
entSatellites/Meteosat/IndianOceanDataCoverage/ind
ex.html
[4] R.chakravarthi and xiannong “A study of colour
histogram based image retrieval” Information
technology :New Generations 2009;
[5] N. Sai and R. Patil, “New Feature Vector for Image
Retrieval: Sum of Value of Histogram Bins,”
Advances in Computing, Control, &
Telecommunication Technologies, 2009. ACT '09.
International Conference on, 2009, pp. 550-554.
[6] R. Gonzalez, Digital image processing, Dorling
Kindersley ;Pearson Prentice Hall, 2009.
[7] D. Clausi, “An Analysis of Co-occurrence Texture
Statistics as a Function of Grey Level Quantization,”
Canadian Journal of Remote Sensing, vol. 28, 2002,
pp. 45-62.
[8] Manesh Kokare, B.N. Chatterji and P.K. Biswas
“Wavelet Transform Based Texture Features For
Content Based Image Retrieval”
[9] Q. Zhang, L. Lai, and W. Sun, “Location of Tropical
Cyclone Center with Intelligent Image Processing
Technique,” Advances in Machine Learning and
Cybernetics, 2006, pp. 898-907
[10]R. Lee and J. Lin, “An elastic contour matching
model for tropical cyclone pattern recognition,”
Systems, Man, and Cybernetics, Part B: Cybernetics,
IEEE Transactions on, vol. 31, 2001, pp. 413-417.
[11]Jyothi sarup, Mahendra kumar Gurve “Satellite cloud
image and information retrieval” World congress on
information and communication technologies2012

More Related Content

What's hot

Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...Prof Dr techn Murthy Chavali Yadav
 
IRJET- Image Registration in GIS: A Survey
IRJET-  	  Image Registration in GIS: A SurveyIRJET-  	  Image Registration in GIS: A Survey
IRJET- Image Registration in GIS: A SurveyIRJET Journal
 
Final Review
Final ReviewFinal Review
Final ReviewAfzal Meeran
 
Multiexposure Image Fusion
Multiexposure Image FusionMultiexposure Image Fusion
Multiexposure Image FusionIJMER
 
G143741
G143741G143741
G143741irjes
 
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...idescitation
 
Digital image processing
Digital image processingDigital image processing
Digital image processinglakhveer singh
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentationsk asadul haque
 
PCA and Classification
PCA and ClassificationPCA and Classification
PCA and ClassificationFatwa Ramdani
 
Basics of dip
Basics of dipBasics of dip
Basics of dipPrateek Omer
 
OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor csandit
 
Change Detection of Water-Body in Synthetic Aperture Radar Images
Change Detection of Water-Body in Synthetic Aperture Radar ImagesChange Detection of Water-Body in Synthetic Aperture Radar Images
Change Detection of Water-Body in Synthetic Aperture Radar ImagesCSCJournals
 
Supervised and unsupervised classification techniques for satellite imagery i...
Supervised and unsupervised classification techniques for satellite imagery i...Supervised and unsupervised classification techniques for satellite imagery i...
Supervised and unsupervised classification techniques for satellite imagery i...gaup_geo
 
Feature Based Image Classification by using Principal Component Analysis
Feature Based Image Classification by using Principal Component AnalysisFeature Based Image Classification by using Principal Component Analysis
Feature Based Image Classification by using Principal Component AnalysisIT Industry
 
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCTIRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCTIRJET Journal
 
A novel approach for georeferenced data analysis using hard clustering algorithm
A novel approach for georeferenced data analysis using hard clustering algorithmA novel approach for georeferenced data analysis using hard clustering algorithm
A novel approach for georeferenced data analysis using hard clustering algorithmeSAT Publishing House
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...CSCJournals
 
Multiple Ant Colony Optimizations for Stereo Matching
Multiple Ant Colony Optimizations for Stereo MatchingMultiple Ant Colony Optimizations for Stereo Matching
Multiple Ant Colony Optimizations for Stereo MatchingCSCJournals
 

What's hot (18)

Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
 
IRJET- Image Registration in GIS: A Survey
IRJET-  	  Image Registration in GIS: A SurveyIRJET-  	  Image Registration in GIS: A Survey
IRJET- Image Registration in GIS: A Survey
 
Final Review
Final ReviewFinal Review
Final Review
 
Multiexposure Image Fusion
Multiexposure Image FusionMultiexposure Image Fusion
Multiexposure Image Fusion
 
G143741
G143741G143741
G143741
 
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Band ratioing presentation
Band ratioing presentationBand ratioing presentation
Band ratioing presentation
 
PCA and Classification
PCA and ClassificationPCA and Classification
PCA and Classification
 
Basics of dip
Basics of dipBasics of dip
Basics of dip
 
OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor
 
Change Detection of Water-Body in Synthetic Aperture Radar Images
Change Detection of Water-Body in Synthetic Aperture Radar ImagesChange Detection of Water-Body in Synthetic Aperture Radar Images
Change Detection of Water-Body in Synthetic Aperture Radar Images
 
Supervised and unsupervised classification techniques for satellite imagery i...
Supervised and unsupervised classification techniques for satellite imagery i...Supervised and unsupervised classification techniques for satellite imagery i...
Supervised and unsupervised classification techniques for satellite imagery i...
 
Feature Based Image Classification by using Principal Component Analysis
Feature Based Image Classification by using Principal Component AnalysisFeature Based Image Classification by using Principal Component Analysis
Feature Based Image Classification by using Principal Component Analysis
 
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCTIRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
 
A novel approach for georeferenced data analysis using hard clustering algorithm
A novel approach for georeferenced data analysis using hard clustering algorithmA novel approach for georeferenced data analysis using hard clustering algorithm
A novel approach for georeferenced data analysis using hard clustering algorithm
 
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
Unsupervised Building Extraction from High Resolution Satellite Images Irresp...
 
Multiple Ant Colony Optimizations for Stereo Matching
Multiple Ant Colony Optimizations for Stereo MatchingMultiple Ant Colony Optimizations for Stereo Matching
Multiple Ant Colony Optimizations for Stereo Matching
 

Viewers also liked

Antigen antibody interaction
Antigen antibody interactionAntigen antibody interaction
Antigen antibody interactionAftab Khan
 
Antigen antibody interaction
Antigen antibody interactionAntigen antibody interaction
Antigen antibody interactionBipul Das
 
Antigen ab reactions
Antigen ab reactionsAntigen ab reactions
Antigen ab reactionsBruno Mmassy
 
Principles and Applications of ELISA
Principles and Applications of ELISAPrinciples and Applications of ELISA
Principles and Applications of ELISASubramani Parasuraman
 
Antigen and antibody reaction
Antigen and antibody reactionAntigen and antibody reaction
Antigen and antibody reactionRachana Tiwari
 

Viewers also liked (6)

Antigen –antibody reaction
Antigen –antibody reactionAntigen –antibody reaction
Antigen –antibody reaction
 
Antigen antibody interaction
Antigen antibody interactionAntigen antibody interaction
Antigen antibody interaction
 
Antigen antibody interaction
Antigen antibody interactionAntigen antibody interaction
Antigen antibody interaction
 
Antigen ab reactions
Antigen ab reactionsAntigen ab reactions
Antigen ab reactions
 
Principles and Applications of ELISA
Principles and Applications of ELISAPrinciples and Applications of ELISA
Principles and Applications of ELISA
 
Antigen and antibody reaction
Antigen and antibody reactionAntigen and antibody reaction
Antigen and antibody reaction
 

Similar to Application of Image Retrieval Techniques to Understand Evolving Weather

Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformContent Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformIOSR Journals
 
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURESSEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATUREScscpconf
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...ijsrd.com
 
V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1KARTHIKEYAN V
 
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...csandit
 
Mn3621372142
Mn3621372142Mn3621372142
Mn3621372142IJERA Editor
 
Novel Approach for Image Restoration and Transmission
Novel Approach for Image Restoration and TransmissionNovel Approach for Image Restoration and Transmission
Novel Approach for Image Restoration and TransmissionCSCJournals
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking througheSAT Publishing House
 
Multi Resolution features of Content Based Image Retrieval
Multi Resolution features of Content Based Image RetrievalMulti Resolution features of Content Based Image Retrieval
Multi Resolution features of Content Based Image RetrievalIDES Editor
 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceeSAT Publishing House
 
Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...IJECEIAES
 
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...cscpconf
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesIRJET Journal
 
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...ijma
 
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...cscpconf
 
Oc2423022305
Oc2423022305Oc2423022305
Oc2423022305IJERA Editor
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 

Similar to Application of Image Retrieval Techniques to Understand Evolving Weather (20)

I010135760
I010135760I010135760
I010135760
 
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformContent Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
 
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURESSEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
 
B42020710
B42020710B42020710
B42020710
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
 
IJET-V2I6P17
IJET-V2I6P17IJET-V2I6P17
IJET-V2I6P17
 
V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1V.KARTHIKEYAN PUBLISHED ARTICLE 1
V.KARTHIKEYAN PUBLISHED ARTICLE 1
 
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
 
Mn3621372142
Mn3621372142Mn3621372142
Mn3621372142
 
Novel Approach for Image Restoration and Transmission
Novel Approach for Image Restoration and TransmissionNovel Approach for Image Restoration and Transmission
Novel Approach for Image Restoration and Transmission
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
 
Multi Resolution features of Content Based Image Retrieval
Multi Resolution features of Content Based Image RetrievalMulti Resolution features of Content Based Image Retrieval
Multi Resolution features of Content Based Image Retrieval
 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillance
 
Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...
 
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
A NOVEL APPROACH TO SMOOTHING ON 3D STRUCTURED ADAPTIVE MESH OF THE KINECT-BA...
 
A Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and TechniquesA Survey on Image Retrieval By Different Features and Techniques
A Survey on Image Retrieval By Different Features and Techniques
 
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...
Leader Follower Formation Control of Ground Vehicles Using Dynamic Pixel Coun...
 
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
EXTENDED WAVELET TRANSFORM BASED IMAGE INPAINTING ALGORITHM FOR NATURAL SCENE...
 
Oc2423022305
Oc2423022305Oc2423022305
Oc2423022305
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 

More from ijsrd.com

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

More from ijsrd.com (20)

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

Recently uploaded

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)Dr. Mazin Mohamed alkathiri
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAĐĄY_INDEX-DM_23-1-final-eng.pdf
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 

Application of Image Retrieval Techniques to Understand Evolving Weather

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 07, 2014 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 570 Application of Image Retrieval Techniques to Understand Evolving Weather K. V. Sasidhar1 T. Krishna Chaitanya2 Dr. Amit P. Kesarkar3 1 M.Tech. Student 2 Assistant Professor 3 Scientist/Engineer-SE 1,2 Department of Electronics and Communication Engineering 3 Department of Space 1,2 Bapatla Engineering College, Bapatla, Andhra Pradesh, India 3 National Atmospheric Research Laboratory (NARL), Gadanki, Tirupati, India Abstract— Multispectral satellite images provide valuable information to understand the evolution of various weather systems such as tropical cyclones, shifting of intra tropical convergence zone, moments of various troughs etc., accurate prediction and estimation will save live and property. This work will deal with the development of an application which will enable users to search an image from database using either gray level, texture and shape features for meteorological satellite image retrieval .Gray level feature is extracted using histogram method. The Texture feature is extracted using gray level co-occurrence method and wavelet approach. The shape feature vector is extracted using morphological operations. The similarity between query image and database images is calculated using Euclidian distance. The performance of the system is evaluated using precision Keywords: Image retrieval, Tropical cyclones, Histogram, Cloud intensity, Euclidian distance I. INTRODUCTION Multispectral satellite images provide valuable information to understand the evolution of various weather systems such as tropical cyclones, shifting of intra tropical convergence zone, moments of various troughs etc., accurate prediction and estimation will save live and property. Meteorological satellites provide data and information contents in the form of images .With increased number of satellites the data volume and `information contents along with applications ranging from weather forecasting and navigation also significantly improved. The types of clouds associated with tropical cyclones are cumulonimbus types of clouds. Understanding clouds for study require past images. A retrieval system can be used to study past images. Traditional methods cannot describe image contents such as clouds [1][2] and done after the classification of images. The limitation of them is that the retrieval is based on pre extracted objects. To overcome that we use independent features rather than of classes. Content-Based Image retrieval is based on low level features of the images which are colour, texture and shape. Texture and shape are important features for meteorological satellites. The goal of this application is to enable user to retrieve cyclone images from meteorological remote sensing archives using gray level, texture, shape features and a semi automated method to find intensity of tropical cyclone. The paper is organized as follows .Section2 provides the methodology for content based image retrieval and Section3 provides implementation and section 4 provides results. Section 5 gives conclusions II. METHODOLOGY This section is divided into four main phases. The first phase describes the database, the second phase describes the features extracted for CBIR. The third phase describes, the procedure for intensity estimation A. Data and Software used The meteosat series of satellites are geostationary satellites operated by European union[3].They provide images of full earth disc and data for weather forecasts. Figure 1 shows sample Infra Red image and many of such images belonging to various cyclones including Mala, Gonu, Sidr, Giri are used for feature extraction process and data base creation B. Feature extraction: 1) Gray level Feature extraction: In general colour histograms are used to compare images. Figure: 2(a) shows the histogram of the infrared satellite image. The image histogram shows the variations in gray levels from 0 to 255 .Since all these values cannot be used an feature vector, the histogram is sampled into number of bins to reduce the size of feature vector[4][5]. The generated histogram is shown in figure2(b). Fig. 1 : Infra red satellite image Fig. 2: Histogram of Infra red satellite image
  • 2. Application of Image Retrieval Techniques to Understand Evolving Weather (IJSRD/Vol. 2/Issue 07/2014/129) All rights reserved by www.ijsrd.com 571 2) Texture feature extraction using GLCM method GLCM is a statistical method of examining texture that considers the spatial relationship of pixels in an image. This method characterizes the texture of an image by calculating the presence of the specific pairs and spatial relationship of the pixels in an image. Four statistical features namely energy, contrast, entropy and correlation are obtained by using the means of all parameters 3) Contrast Measures the local variations in the gray-level co- occurrence matrix. Contrast is 0 for a constant image. The contrast is given by ∑ ∑ ( ) 4) Correlation Measures the joint probability occurrence of the specified pixel pairs. Correlation is 1 or -1 for a perfectly positively or negatively correlated image. . The correlation is given by: ∑ ∑ ( )( ) 5) Energy Provides the sum of squared elements in the GLCM, Also known as uniformity or the angular second moment. Energy is 1 for a constant image. The energy is given by: ∑ ∑ 6) Homogeneity Measures the closeness of the distribution of elements in the GLCM to the GLCM diagonal. Homogeneity is 1 for a diagonal GLCM computation of entropy. Homogeneity is given ∑ ∑ | | Steps for obtaining Texture feature vector are (1) Load Image (2) Convert RGB to gray image (3) Calculate GLCM matrix in four directions with four distance vector from pixel of interest (4) Calculate the texture measures contrast, correlation, homogeneity and energy for all GLCMs (5) Calculate mean of all GLCM (6) Obtain Texture feature vector 7) Texture feature extraction using pyramidal wavelet transform Wavelet provides good multi resolution capability, good energy compaction, and good adaptability to human visual characteristics. Wavelets are finite in time and the average value of a wavelet is zero. A wavelet is waveform that is bounded in frequency and time The computation of the wavelet transforms of a 2D signal involves recursive filtering and sub-sampling. At each level, the signal is decomposed into four frequency sub- bands, LL, LH, HL, and HH, where L denotes low frequency and H denotes high frequency[8]. For texture analysis here we use pyramidal structural wavelet transform. Figure3 shows a three level pyramidal wavelet decomposition of an image .During the first level of decomposition one low pass sub image ( ) and three orientation high pass sub images ( )are created. In the second level of decomposition the low pass sub image is further decomposed into one low pass and three sub images( ).The energy of third level sub image is used as feature vector. The energy is given by ∑ ∑ | ( )| Fig. 3: Pyramidal wavelet transform of image 8) Shape feature extraction using morphological operations In this paper, the image processing techniques and morphological operations have been used to extract shape feature vector.[9][10] To extract shape feature following steps are followed. (1) Convert RGB image to gray image (2) Apply threshold value to more than 175 and convert to binary image (3) Apply morphological filling operation to fill the holes of objects in binary image (4) Apply morphological opening operation to extract cyclone shape (5) Calculate shape parameters like area and perimeter to generate feature vector Fig. 4: (a) Satellite image after converting to binary image Fig. 4: (b) Satellite image after filling operation Fig. 4: (c) Extracted image after opening operation (1) (2) (3) (4)
  • 3. Application of Image Retrieval Techniques to Understand Evolving Weather (IJSRD/Vol. 2/Issue 07/2014/129) All rights reserved by www.ijsrd.com 572 Fig. 4: (d) Boundary extracted of cloud shape The image has been converted to the gray scale image and then to binary image with threshold value of 175 to remove noise. There are two basic type of morphological operations namely erosion and dilation. The erosion operation removes the pixel from object boundaries and dilation adds pixels to the object boundaries .The adding and removing pixels depends on structural element to be processed. The image obtained after filling and opening operations is shown in figure 4(c) .The extracted boundary is showed in figure 4(d). III. IMPLEMENTATION To check the performance of the system the techniques discussed are tested on a database of 150 satellite images .They are cropped to the area under study using photoshop .This work is implemented using MATLAB2012a The similarities between images are caluclated using Euclidian distance .Gray level ,texture and shape similaritis have been clauclated using formulas shown below IV. RESULTS In order to check the efficiency of application the feature vectors for figure 1is shown below A. Gray level feature vectors The gray levels feature vector is represented by the frequencies of pixels that occur in each of the quantized bins and is presented in the Table 5-1 Table 4.1 Gray level feature vector Bins Frequencies 0-16 58953 17-32 48931 33-48 32119 49-64 30751 65-80 19270 81-96 16345 97-112 15171 113-128 15918 129-144 17166 145-160 17515 161-176 9484 177-192 3854 193-208 65 209-224 25 225-240 194 241-256 27 B. Texture feature vector Texture feature vector is computed using GLCM and pyramidal wavelet transform method are presented below Table 4.2 Texture feature vector using GLCM method Average value Contrast 0.3686 Correlation 0.9177 Homogeneity 0.9013 Energy 0.1494 Table 4.3: Feature vector using pyramidal wavelet Energy Average value 97.7062 C. Shape feature vector The shape feature vector of the extracted TC from the infrared satellite image is presented in table 4.4 Area Perimeter metric Values 3903 269.9655 0.6730 Table 4.4: shape feature extracted D. Similarity computation The similarity between a query image and database images is computed and ten best results are displayed in the following table 4.5 Table 4.5 ten best similarity values with query image Similarity value 2000-01-01-18.jpg 1.1654 2000-01-01-21.jpg 2.6344 2000-01-13-18.jpg 3.1631 2000-01-02-09.jpg 3.1875 2000-01-01-15.jpg 3.4488 2000-12-24-03.jpg 3.6422 2000-12-23-18.jpg 3.6672 2000-01-02-00.jpg 4.1658 2000-12-25-03.jpg 4.2154 Images are ranked and retrived based on similarity values and the first ten images retrieved as shown in figure 5
  • 4. Application of Image Retrieval Techniques to Understand Evolving Weather (IJSRD/Vol. 2/Issue 07/2014/129) All rights reserved by www.ijsrd.com 573 Fig. 5: Retrieved images based on gray level feature E. System performance Precision is used to evaluate the performance of the application. It is defined as the ratio of number of relevant images to the number of images retrieved Figure 6 will show the plot between precision and number of images retrieved Fig. 6: Precision vs number of images retrieved V. CONCLUSIONS Understanding weather phenomena such as cyclone requires past images. Search for relevant images has become a challenging task .The methods presented in this paper for meteorological satellite image retrieval are fairly food for most of query images. The performance can be further improved by adding relevance feedback. REFERENCES [1] Wei Shang Guan ,Yan Ling Hao“The research and application content based satellite cloud retrieval”Mechatronics and automation,2007.ICMA 2007 [2] E. Jones and A. Roydhouse, “Intelligent retrieval of archived meteorological data,” IEEE Expert, vol. 10, 1995, pp. 50-58. [3] http://www.eumetsat.int/website/home/Satellites/Curr entSatellites/Meteosat/IndianOceanDataCoverage/ind ex.html [4] R.chakravarthi and xiannong “A study of colour histogram based image retrieval” Information technology :New Generations 2009; [5] N. Sai and R. Patil, “New Feature Vector for Image Retrieval: Sum of Value of Histogram Bins,” Advances in Computing, Control, & Telecommunication Technologies, 2009. ACT '09. International Conference on, 2009, pp. 550-554. [6] R. Gonzalez, Digital image processing, Dorling Kindersley ;Pearson Prentice Hall, 2009. [7] D. Clausi, “An Analysis of Co-occurrence Texture Statistics as a Function of Grey Level Quantization,” Canadian Journal of Remote Sensing, vol. 28, 2002, pp. 45-62. [8] Manesh Kokare, B.N. Chatterji and P.K. Biswas “Wavelet Transform Based Texture Features For Content Based Image Retrieval” [9] Q. Zhang, L. Lai, and W. Sun, “Location of Tropical Cyclone Center with Intelligent Image Processing Technique,” Advances in Machine Learning and Cybernetics, 2006, pp. 898-907 [10]R. Lee and J. Lin, “An elastic contour matching model for tropical cyclone pattern recognition,” Systems, Man, and Cybernetics, Part B: Cybernetics, IEEE Transactions on, vol. 31, 2001, pp. 413-417. [11]Jyothi sarup, Mahendra kumar Gurve “Satellite cloud image and information retrieval” World congress on information and communication technologies2012