SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 34
IMAGE RETRIEVAL BASED ON FEATURE SELECTION METHOD
Lakshmi P.S1
, Thusnavis Bella Mary I2
, A.Vasuki3
, Ansa Saju4
, Kolcharam Yadhul5
1
PG Scholar, Department of ECE, Karunya University, Tamil Nadu, India
2
Assistant Professor, Department of ECE, Karunya University, Tamil Nadu, India,
3
Professor, Department of ECE, Kumaraguru College of Technology, Tamil Nadu, India
4
PG Scholar, Department of ECE, Karunya University, Tamil Nadu, India
5
PG Scholar, Department of ECE, Karunya University, Tamil Nadu, India
Abstract
Content-Based Image Retrieval (CBIR) look at retrieval of analogous images from a large database for a given input query image. It
has outstretched applications in image processing and pattern recognition. In this paper texture feature is extracted from image using
Gray Level Co-occurrence Matrix (GLCM) technique. The technique is used for calculation of statistical measures such as energy,
correlation, homogeneity and contrast features. A feature selection technique is brought to select optimal features. Feature selection
method based on the Genetic algorithm approach is adapted to improve the accuracy of content- based image retrieval systems.
Feature selection iron out the curse of dimensionality reduction. The major advantage of this approach is that little human intrusion is
required for retrieving the required images from the database. The method is evaluated on Coral Database. Performance analysis is
done by using precision and recall.
Keywords: Content based image retrieval, Feature Selection, Genetic Algorithm, Gray Level Co-occurrence Matrix,
Precision and Recall.
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Content-Based Image Retrieval (CBIR) point out a method
that retrieves images based on their content [1]. Content-based
image retrieval, which is employed in miscellaneous areas
such as entertainment, art, fashion design, advertising, history,
medicine and industry, is a considerable challenge in the fields
of pattern recognition and computer vision [2]. In a CBIR
system, visual features are used to symbolize images for
searching and indexing.
"Curse of dimensionality" is one of the major actuations for
feature selection. Numerous features increase computational
time without major performance transition in the testing phase.
Feature Selection (FS) is a process of selecting only important
features from large database to create subset of original dataset
and it preserves the original features without altering the
feature domains. FS is usually applied as a preprocessing step
in data mining tasks by removing irrelevant or redundant
features (dealing with the dimensionality curse), by leading to
more efficient(reducing the computational cost and the amount
of memory required) and accurate classification, clustering
and similarity searching process. FS reduces the number of
features by removing irrelevant, redundant, or noisy data.
In the course of retrieval or similarity searching process, the
images that are most analogous to the query image based on
some distance measure are reverberated. Feature extraction
produces large number of features which may be irrelevant
consequently in order to reduce the dimensionality reduction
curse feature selection methods is employed. Feature selection
method searches for most relevant feature subsets.
[1] Present a skeleton which employs a GA using an
evaluation function contingent on the ranking concept to
perform feature selection for CBIR. In [2] a hybrid approach is
presented to reduce the semantic gap between low level visual
features and high level semantics, over simultaneous feature
adaptation and feature selection. In [4] feature selection
technique also included to select optimal features not only to
maximize the detection rate but also elucidate the computation
of image retrieval.
The subsequent subdivisions of this paper are organized as
follows: Section 2 describes the methodology. Section 3
shows the experimental results and section 4 concludes the
paper.
2. METHODOLOGY
A set of coral natural images are taken and stored in the
database. Features are extracted for each image in the database
as well as for the query image. Feature selection method is
used for selecting the optimal features. Relevant images are
retrieved from the database using different similarity
measures. The efficiency of the retrieval system is evaluated
using the two performance measures, precision and recall and
also comparison of different similarity metrics has been done.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 35
The CBIR system consists of seven components namely,
(i)Image Database (ii) Pre-processing (iii) Feature extraction
(iv ) Feature vector block (v) Feature selection (vi) Similarity
Measure (vii) Retrieval Block (viii) Performance measures
2.1 Pre-Processing
The original color image is converted to gray scale image. As
a pre-processing step histogram equalization is done. It
enhances the contrast of values of an image by generating its
flat histogram.
2.2 Texture Feature Extraction
Feature extraction is a method of transforming input data into
set of features. The various features which can be extracted are
color, texture and shape.Texture is an imperative feature of an
image. Gray-level co-occurrence matrix is one of the
extensively used statistical approaches to extract texture
feature of an image, such as energy, contrast, correlation and
homogeneity. Gray level co-occurrence matrix (GLCM)
typifies the occurrence rate of pixel pair with different gray
levels, given the distances between the pixels in different
directions respectively.
1) Contrast-Measures the local variations in the gray-level
co-occurrence matrix.
 jipji
ji
,
2
,
 
2) Correlation- It measures the joint probability occurrence
of the particularized pixel pairs
 


ji
ji
jipjjii
,
),()(


3) Energy- It gives the sum of squared elements in the
GLCM. Energy can also be called as uniformity or the
angular second moment.
 2
,i
jip
4) Homogeneity-It is defined as the closeness of the
dissemination of elements in the GLCM to the GLCM
diagonal.
 
 ji ji
jip
, 1
,
2.3 Texture Feature Selection
Feature selection algorithm is a computational solution to
pinpoint relevant features. The feature selection method is to
upsurge the precision of similarity searches and significantly
decrease the data dimensionality. FS scale down the number
of features by removing irrelevant, redundant, and noisy data.
The optimal feature is selected using Genetic Algorithm that
searches for the best feature subset corresponding to
evaluation criteria positioned on the ranking quality. GA
performs adaptive searching following the concepts from
natural genetics and evaluation based on natural selection.
2.3.1 Genetic Algorithm
The genetic algorithm is based on the fundamental criterion of
biological inheritance and evolution. GA works iteratively
applying the genetic operations of selection, crossover and
mutation to a population of individuals intended at creating
better adapted individuals. The genetic algorithm is solved by
Rastrigin’s fitness function.
2.4 Similarity Measures
The similarity measure is associated with matching features to
produce a result that is visually similar. Euclidean distance
measure is calculated in this paper. Euclidean distance is used
for texture feature analysis. Content-based image retrieval
work out the visual similarities between a query image and
images in a database. The retrieval result is not a single image
but a list of images ranked by their similarities. Different
similarity or distance measures will alter retrieval
performances of an image retrieval system significantly.


d
j
jj yxyxyx
1
2
21 )(),(
2.5 Algorithm
The retrieval of image for texture is done using following
algorithm and the flow of the method is illustrated in the Fig-
1 below.
(1)
(2)
92
0
(3)
(4)
(5)
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 36
Fig-1: System Overview
Step1: Preprocess the database and target images.
Step2: Calculate the texture features by GLCM method for
query image and database.
Step3: For each database images, repeat the above
calculation.
Step4: Construct a combined feature vector.
Step5: Finding the best optimized feature value is done
using feature selection method (Genetic Algorithm).
Step6: Similarity measurement is calculated.
Step7: Output image is retrieved.
Step8: Performance measure is computed.
3. EXPERIMENTAL RESULTS
The input color image converted into gray scale is
preprocessed. The preprocessing is done using histogram
equalization and it is illustrated in figure 2. The Feature
extracted and feature selected based retrieved images are
illustrated by figure 3 and figure 4 respectively.
3.1 Database
The image database chosen are Coral database .The dataset
consists of Coral natural images. The images are of size
256x384 or 384x256. In this paper, 4 classes were taken and
each class consists of 25 images. The classes are Bus,
Dinosaur, Elephant and Food.
Fig -2: Input query image and preprocessing stage
Fig -3: Texture Feature Extraction based Retrieved Images
Fig -4: Feature Selection based Retrieved Images
Database Images
Preprocessing
Stage
Retrieved Images
Feature Selection Feature Selection
Feature Vector
Database
Feature Extraction
Preprocessing
Stage
Query Images
Similarity Measure
Feature Extraction
Feature Vector
Database
Performance
Measures
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 37
Fig 3, represents the retrieved images based on texture feature
extraction. From the retrieved results it can be found out that
there are only 7 relevant images in this stage.
Fig 4, represents the retrieved images based on feature
selection using Genetic algorithm. By this technique the
number of relevant images in the retrieved set has increased. In
this method the optimal features are selected. Hence the FS
improves the retrieval rate.
3.2 Performance Measurements
For evaluation of divergent algorithms of image retrieval, an
effectual performance measurement is necessary. Different
performance measurements can be used for valid analysis. The
performance of the CBIR system can be evaluated in terms of
precision and recall.
3.2.1 Precision
Precision can be defined as the ratio of the number of correct
retrieved images to the total number of images in the retrieved
dataset. A precision value of 1.0 denotes that each result
retrieved by a search was relevant.
𝐏𝐫𝐞𝐜𝐢𝐬𝐢𝐨𝐧 =
𝐍𝐮𝐦𝐛𝐞𝐫 𝐨𝐟 𝐫𝐞𝐥𝐞𝐯𝐚𝐧𝐭 𝐢𝐦𝐚𝐠𝐞𝐬 𝐫𝐞𝐭𝐫𝐢𝐞𝐯𝐞𝐝
𝐓𝐨𝐭𝐚𝐥 𝐧𝐮𝐦𝐛𝐞𝐫 𝐨𝐟 𝐢𝐦𝐚𝐠𝐞𝐬 𝐫𝐞𝐭𝐫𝐢𝐞𝐯𝐞𝐝
The below Chart-1 explains that for every class after the
feature selection the precision is improved. The Class II,
Dinosaur shows high precision of 100% after the feature
selection.
3.2.2 Recall
Recall is the fraction of the number of relevant images
selected to the total number of relevant images in the database.
Recall =
Number of Relevant Images Retrieved
Total Number of Relevant Images in the Database
For high retrieval accuracy the recall value should be low. In
prominence to the Chart- 2, the recall value varies between
28%-48% during feature selection.
Chart -1: Precision vs. Database Images
Chart -2: Recall vs. Database Images
Table -1: Comparative analysis of texture feature result based
on feature extraction and feature selection
Image
Class
Feature Extraction Feature Selection
Precision
(%)
Recall
(%)
Precision
(%)
Recall
(%)
Class I 18.75 12 58.33 28
Class II 58.22 28 100 48
Class
III
41.66 20 75 36
Class
IV
41.66 20 66 32
0
20
40
60
80
100
120
feature
extractio
n
Database Classes
Precision(%)
0
10
20
30
40
50
60 feature
extraction
feature
selection
Database Classes
Recall(%)
(6)
(7)
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 38
The above Table 1 illustrates the comparative analysis of
texture feature result based on feature extraction and feature
selection. The performance measure analysis is done for
various image classes of coral database. From the table 1 the
highest precision for feature extraction is 58.22% and after
feature selection an improved precision value of 100% is
obtained for class II. Recall values are between 12- 28% in
feature extraction whereas it is improved to 28-48% by using
feature selection method.
4. CONCLUSIONS
In this paper, evaluation of retrieval system is done based on
different features for coral database. This paper performs
retrieval of different input query images from the image
database based on different feature values obtained from
texture. Performance is evaluated using two performance
measures like precision and recall. The performance of the
retrieval system was observed to be better when the image
retrieval was done based on texture features. The above
technique is performed for Coral database. But retrieval time
was observed to be longer. This problem can be eliminated by
a process called feature selection. The results of the feature
selection technique based on the performance measures
showed that higher accuracy of the retrieval system can be
obtained in lesser computation time. This work can be
extended to various large medical image databases. The results
are quite good for most of the query images by using feature
selection method and it is possible to further improve by
adding relevance feedback.
REFERENCES
[1] Sergio Francisco da Silva, Marcela Xavier
Ribeiro,Joao do E.S. Batista Neto ,Caetano Traina -Jr
,Agma J.M. Traina ,“Improving the ranking quality of
medical image retrieval using a genetic feature
selection method” , Decision Support Systems, 2011
[2] Esmat Rashedi, Hossein Nezamabadi –pour, Saeid
Saryazdi , “A simultaneous feature adaptation and
feature selection method for content- based image
retrieval systems ”, Knowledge –Based Systems, 2013
[3] Daniele Cerra, Mihai Datcu ,“A Fast Compression-
based similarity measure with applications to content –
based image retrieval”,J.Vis.Commun.Image R.,2012
[4] Apostolos Marakakis, Nikolaos Galatsanos, Aristidis
Likas,Andreas Stafylopatis, “Relevance Feedback for
Content-Based Image Retrieval Using Support Vector
Machines and Feature Selection”, Springer-Verlag
Berlin Heidelberg 2009ICANN 2009, pp. 942–951,
2009.
[5] Chuen-Horng Lin , Rong-Tai Chen , Yung-Kuan Chan
, “A smart content-based image retrieval system based
on color and texture feature”, Image and Vision
Computing, 2009.
[6] Daniele Cerra, Mihai Datcu ,“A Fast Compression-
based similarity measure with applications to content –
based image retrieval”,J.Vis.Commun.Image R.,2012
[7] Esin Guldogan,Monceff Gabbouj ,“Feature selection
for content based image retrieval”, Springer,2008
[8] G.Quellec,M.Lamard,G.Cazuguel,B.Cochener,C.Roux,
“Wavelet optimization for content –based image
retrieval in medical databases”,Medical Image
Analysis,2010
[9] Heng Qi, Keqiu Li , Yanming Shen, Wenyu Qu , “An
effective solution for trademark image retrieval by
combining shape description and feature matching ”,
Pattern Recognition, 2010.
[10] Jennifer G. Dy,Carla E. Brodley,Avi Kak, Lynn S.
Broderick, Alex M. Aisen,“Unsupervised Feature
Selection applied to Content Based Retrieval of Lung
Images”, IEEE Transactions On Pattern Analysis And
Machine Intelligence, Vol. 25, No. 3, March 2003
[11] Jianhua Wu, Zhaorong Wei, Youli Chang ,“Color and
Texture Feature For Content based image retrieval”,
International Journal of Digital Content Technology
and its Applications,2010
[12] L.Ladha, T.Deepa, “Feature Selection Methods And
Algorithms”, International Journal on Computer
Science and Engineering (IJCSE), Vol. 3 No. 5 May
2011

More Related Content

What's hot

Image Mining for Flower Classification by Genetic Association Rule Mining Usi...
Image Mining for Flower Classification by Genetic Association Rule Mining Usi...Image Mining for Flower Classification by Genetic Association Rule Mining Usi...
Image Mining for Flower Classification by Genetic Association Rule Mining Usi...IJAEMSJORNAL
 
Facial expression identification using four bit co- occurrence matrixfeatures...
Facial expression identification using four bit co- occurrence matrixfeatures...Facial expression identification using four bit co- occurrence matrixfeatures...
Facial expression identification using four bit co- occurrence matrixfeatures...eSAT Journals
 
Multilinear Kernel Mapping for Feature Dimension Reduction in Content Based M...
Multilinear Kernel Mapping for Feature Dimension Reduction in Content Based M...Multilinear Kernel Mapping for Feature Dimension Reduction in Content Based M...
Multilinear Kernel Mapping for Feature Dimension Reduction in Content Based M...ijma
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationeSAT Publishing House
 
IRJET- Image Segmentation Techniques: A Survey
IRJET-  	  Image Segmentation Techniques: A SurveyIRJET-  	  Image Segmentation Techniques: A Survey
IRJET- Image Segmentation Techniques: A SurveyIRJET Journal
 
Review paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractionReview paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractioneSAT Journals
 
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...CSCJournals
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation using Interactive liver tumor segmentation using
Interactive liver tumor segmentation using eSAT Journals
 
Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...iosrjce
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesIOSR Journals
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation usingInteractive liver tumor segmentation using
Interactive liver tumor segmentation usingeSAT Publishing House
 
A Study of Image Processing in Agriculture
A Study of Image Processing in AgricultureA Study of Image Processing in Agriculture
A Study of Image Processing in AgricultureEswar Publications
 
IRJET-Vision Based Occupant Detection in Unattended Vehicle
IRJET-Vision Based Occupant Detection in Unattended VehicleIRJET-Vision Based Occupant Detection in Unattended Vehicle
IRJET-Vision Based Occupant Detection in Unattended VehicleIRJET Journal
 
National Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component AnalysisNational Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component Analysisijtsrd
 
Fuzzy based hyperspectral image
Fuzzy based hyperspectral imageFuzzy based hyperspectral image
Fuzzy based hyperspectral imageijistjournal
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detectioneSAT Publishing House
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detectioneSAT Journals
 
Fuzzy Region Merging Using Fuzzy Similarity Measurement on Image Segmentation
Fuzzy Region Merging Using Fuzzy Similarity Measurement  on Image Segmentation  Fuzzy Region Merging Using Fuzzy Similarity Measurement  on Image Segmentation
Fuzzy Region Merging Using Fuzzy Similarity Measurement on Image Segmentation IJECEIAES
 

What's hot (18)

Image Mining for Flower Classification by Genetic Association Rule Mining Usi...
Image Mining for Flower Classification by Genetic Association Rule Mining Usi...Image Mining for Flower Classification by Genetic Association Rule Mining Usi...
Image Mining for Flower Classification by Genetic Association Rule Mining Usi...
 
Facial expression identification using four bit co- occurrence matrixfeatures...
Facial expression identification using four bit co- occurrence matrixfeatures...Facial expression identification using four bit co- occurrence matrixfeatures...
Facial expression identification using four bit co- occurrence matrixfeatures...
 
Multilinear Kernel Mapping for Feature Dimension Reduction in Content Based M...
Multilinear Kernel Mapping for Feature Dimension Reduction in Content Based M...Multilinear Kernel Mapping for Feature Dimension Reduction in Content Based M...
Multilinear Kernel Mapping for Feature Dimension Reduction in Content Based M...
 
A novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentationA novel predicate for active region merging in automatic image segmentation
A novel predicate for active region merging in automatic image segmentation
 
IRJET- Image Segmentation Techniques: A Survey
IRJET-  	  Image Segmentation Techniques: A SurveyIRJET-  	  Image Segmentation Techniques: A Survey
IRJET- Image Segmentation Techniques: A Survey
 
Review paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extractionReview paper on segmentation methods for multiobject feature extraction
Review paper on segmentation methods for multiobject feature extraction
 
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
An Analysis and Comparison of Quality Index Using Clustering Techniques for S...
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation using Interactive liver tumor segmentation using
Interactive liver tumor segmentation using
 
Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...
 
Massive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural ImagesMassive Regional Texture Extraction for Aerial and Natural Images
Massive Regional Texture Extraction for Aerial and Natural Images
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation usingInteractive liver tumor segmentation using
Interactive liver tumor segmentation using
 
A Study of Image Processing in Agriculture
A Study of Image Processing in AgricultureA Study of Image Processing in Agriculture
A Study of Image Processing in Agriculture
 
IRJET-Vision Based Occupant Detection in Unattended Vehicle
IRJET-Vision Based Occupant Detection in Unattended VehicleIRJET-Vision Based Occupant Detection in Unattended Vehicle
IRJET-Vision Based Occupant Detection in Unattended Vehicle
 
National Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component AnalysisNational Flags Recognition Based on Principal Component Analysis
National Flags Recognition Based on Principal Component Analysis
 
Fuzzy based hyperspectral image
Fuzzy based hyperspectral imageFuzzy based hyperspectral image
Fuzzy based hyperspectral image
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detection
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detection
 
Fuzzy Region Merging Using Fuzzy Similarity Measurement on Image Segmentation
Fuzzy Region Merging Using Fuzzy Similarity Measurement  on Image Segmentation  Fuzzy Region Merging Using Fuzzy Similarity Measurement  on Image Segmentation
Fuzzy Region Merging Using Fuzzy Similarity Measurement on Image Segmentation
 

Viewers also liked

Analytical survey of active intrusion detection techniques in mobile ad hoc n...
Analytical survey of active intrusion detection techniques in mobile ad hoc n...Analytical survey of active intrusion detection techniques in mobile ad hoc n...
Analytical survey of active intrusion detection techniques in mobile ad hoc n...eSAT Publishing House
 
Isolation, partial purification and characterization
Isolation, partial purification and characterizationIsolation, partial purification and characterization
Isolation, partial purification and characterizationeSAT Publishing House
 
Performance analysis of autonomous microgrid
Performance analysis of autonomous microgridPerformance analysis of autonomous microgrid
Performance analysis of autonomous microgrideSAT Publishing House
 
Credit risk value based detection of multiple selfish node attacks in cogniti...
Credit risk value based detection of multiple selfish node attacks in cogniti...Credit risk value based detection of multiple selfish node attacks in cogniti...
Credit risk value based detection of multiple selfish node attacks in cogniti...eSAT Publishing House
 
Enhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environmentEnhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environmenteSAT Publishing House
 
Synthesis and structural characterization of cd s
Synthesis and structural characterization of cd sSynthesis and structural characterization of cd s
Synthesis and structural characterization of cd seSAT Publishing House
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...eSAT Publishing House
 
5 s implementation and its effect on physical workload
5 s implementation and its effect on physical workload5 s implementation and its effect on physical workload
5 s implementation and its effect on physical workloadeSAT Publishing House
 
Harmonic reduction of cascaded mli fed induction
Harmonic reduction of cascaded mli fed inductionHarmonic reduction of cascaded mli fed induction
Harmonic reduction of cascaded mli fed inductioneSAT Publishing House
 
Review of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classificationReview of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classificationeSAT Publishing House
 
Design parameters to obtain al2 o3 nanofluid to enhance
Design parameters to obtain al2 o3 nanofluid to enhanceDesign parameters to obtain al2 o3 nanofluid to enhance
Design parameters to obtain al2 o3 nanofluid to enhanceeSAT Publishing House
 
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...eSAT Publishing House
 
An ideal steganographic scheme in networks using
An ideal steganographic scheme in networks usingAn ideal steganographic scheme in networks using
An ideal steganographic scheme in networks usingeSAT Publishing House
 
Performance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding usingPerformance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding usingeSAT Publishing House
 
A survey report for performance analysis of finite
A survey report for performance analysis of finiteA survey report for performance analysis of finite
A survey report for performance analysis of finiteeSAT Publishing House
 
Water security for village gavhali through roof top rain water harvesting
Water security for village gavhali through roof top rain water harvestingWater security for village gavhali through roof top rain water harvesting
Water security for village gavhali through roof top rain water harvestingeSAT Publishing House
 
Proposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn networkProposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn networkeSAT Publishing House
 
Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...eSAT Publishing House
 
Ensuring secure transfer, access and storage over the cloud storage
Ensuring secure transfer, access and storage over the cloud storageEnsuring secure transfer, access and storage over the cloud storage
Ensuring secure transfer, access and storage over the cloud storageeSAT Publishing House
 

Viewers also liked (20)

Analytical survey of active intrusion detection techniques in mobile ad hoc n...
Analytical survey of active intrusion detection techniques in mobile ad hoc n...Analytical survey of active intrusion detection techniques in mobile ad hoc n...
Analytical survey of active intrusion detection techniques in mobile ad hoc n...
 
Isolation, partial purification and characterization
Isolation, partial purification and characterizationIsolation, partial purification and characterization
Isolation, partial purification and characterization
 
Performance analysis of autonomous microgrid
Performance analysis of autonomous microgridPerformance analysis of autonomous microgrid
Performance analysis of autonomous microgrid
 
Credit risk value based detection of multiple selfish node attacks in cogniti...
Credit risk value based detection of multiple selfish node attacks in cogniti...Credit risk value based detection of multiple selfish node attacks in cogniti...
Credit risk value based detection of multiple selfish node attacks in cogniti...
 
Enhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environmentEnhancing minimal virtual machine migration in cloud environment
Enhancing minimal virtual machine migration in cloud environment
 
Synthesis and structural characterization of cd s
Synthesis and structural characterization of cd sSynthesis and structural characterization of cd s
Synthesis and structural characterization of cd s
 
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
Properties of the cake layer in the ultrafiltration of polydisperse colloidal...
 
5 s implementation and its effect on physical workload
5 s implementation and its effect on physical workload5 s implementation and its effect on physical workload
5 s implementation and its effect on physical workload
 
Smart phone for elderly populace
Smart phone for elderly populaceSmart phone for elderly populace
Smart phone for elderly populace
 
Harmonic reduction of cascaded mli fed induction
Harmonic reduction of cascaded mli fed inductionHarmonic reduction of cascaded mli fed induction
Harmonic reduction of cascaded mli fed induction
 
Review of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classificationReview of methods for diabetic retinopathy detection and severity classification
Review of methods for diabetic retinopathy detection and severity classification
 
Design parameters to obtain al2 o3 nanofluid to enhance
Design parameters to obtain al2 o3 nanofluid to enhanceDesign parameters to obtain al2 o3 nanofluid to enhance
Design parameters to obtain al2 o3 nanofluid to enhance
 
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...
Comparison and analysis of orthogonal and biorthogonal wavelets for ecg compr...
 
An ideal steganographic scheme in networks using
An ideal steganographic scheme in networks usingAn ideal steganographic scheme in networks using
An ideal steganographic scheme in networks using
 
Performance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding usingPerformance analysis of ml and mmse decoding using
Performance analysis of ml and mmse decoding using
 
A survey report for performance analysis of finite
A survey report for performance analysis of finiteA survey report for performance analysis of finite
A survey report for performance analysis of finite
 
Water security for village gavhali through roof top rain water harvesting
Water security for village gavhali through roof top rain water harvestingWater security for village gavhali through roof top rain water harvesting
Water security for village gavhali through roof top rain water harvesting
 
Proposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn networkProposed mac protocol for reduce energy consumption over wsn network
Proposed mac protocol for reduce energy consumption over wsn network
 
Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...Bearing fault detection using acoustic emission signals analyzed by empirical...
Bearing fault detection using acoustic emission signals analyzed by empirical...
 
Ensuring secure transfer, access and storage over the cloud storage
Ensuring secure transfer, access and storage over the cloud storageEnsuring secure transfer, access and storage over the cloud storage
Ensuring secure transfer, access and storage over the cloud storage
 

Similar to Image retrieval based on feature selection method

Influence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning ModelInfluence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning ModelIRJET Journal
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET Journal
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videoseSAT Journals
 
A survey on content based medical image retrieval for
A survey on content based medical image retrieval forA survey on content based medical image retrieval for
A survey on content based medical image retrieval foreSAT Publishing House
 
Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...eSAT Journals
 
Amalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, andAmalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, andeSAT Publishing House
 
A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...eSAT 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
 
Brain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filterBrain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filtereSAT Publishing House
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET Journal
 
Object Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformObject Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformIJCOAiir
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesIAEME Publication
 
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...IJMIT JOURNAL
 
Performance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase CbirPerformance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase Cbiracijjournal
 
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRPERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRacijjournal
 
Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...eSAT Publishing House
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...IRJET Journal
 
Analysis and characterization of dendrite structures from microstructure imag...
Analysis and characterization of dendrite structures from microstructure imag...Analysis and characterization of dendrite structures from microstructure imag...
Analysis and characterization of dendrite structures from microstructure imag...eSAT Journals
 

Similar to Image retrieval based on feature selection method (20)

Influence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning ModelInfluence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
Influence Analysis of Image Feature Selection TechniquesOver Deep Learning Model
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A Review
 
Object extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videosObject extraction using edge, motion and saliency information from videos
Object extraction using edge, motion and saliency information from videos
 
A survey on content based medical image retrieval for
A survey on content based medical image retrieval forA survey on content based medical image retrieval for
A survey on content based medical image retrieval for
 
Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...Amalgamation of contour, texture, color, edge, and spatial features for effic...
Amalgamation of contour, texture, color, edge, and spatial features for effic...
 
Amalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, andAmalgamation of contour, texture, color, edge, and
Amalgamation of contour, texture, color, edge, and
 
A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...A novel medical image segmentation and classification using combined feature ...
A novel medical image segmentation and classification using combined feature ...
 
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...
 
Brain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filterBrain tumor pattern recognition using correlation filter
Brain tumor pattern recognition using correlation filter
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
D45012128
D45012128D45012128
D45012128
 
Object Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet TransformObject Recogniton Based on Undecimated Wavelet Transform
Object Recogniton Based on Undecimated Wavelet Transform
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
A Survey On: Content Based Image Retrieval Systems Using Clustering Technique...
 
Performance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase CbirPerformance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase Cbir
 
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRPERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
 
Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...Applying edge density based region growing with frame difference for detectin...
Applying edge density based region growing with frame difference for detectin...
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
 
D43031521
D43031521D43031521
D43031521
 
Analysis and characterization of dendrite structures from microstructure imag...
Analysis and characterization of dendrite structures from microstructure imag...Analysis and characterization of dendrite structures from microstructure imag...
Analysis and characterization of dendrite structures from microstructure imag...
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 

Recently uploaded (20)

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 

Image retrieval based on feature selection method

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 34 IMAGE RETRIEVAL BASED ON FEATURE SELECTION METHOD Lakshmi P.S1 , Thusnavis Bella Mary I2 , A.Vasuki3 , Ansa Saju4 , Kolcharam Yadhul5 1 PG Scholar, Department of ECE, Karunya University, Tamil Nadu, India 2 Assistant Professor, Department of ECE, Karunya University, Tamil Nadu, India, 3 Professor, Department of ECE, Kumaraguru College of Technology, Tamil Nadu, India 4 PG Scholar, Department of ECE, Karunya University, Tamil Nadu, India 5 PG Scholar, Department of ECE, Karunya University, Tamil Nadu, India Abstract Content-Based Image Retrieval (CBIR) look at retrieval of analogous images from a large database for a given input query image. It has outstretched applications in image processing and pattern recognition. In this paper texture feature is extracted from image using Gray Level Co-occurrence Matrix (GLCM) technique. The technique is used for calculation of statistical measures such as energy, correlation, homogeneity and contrast features. A feature selection technique is brought to select optimal features. Feature selection method based on the Genetic algorithm approach is adapted to improve the accuracy of content- based image retrieval systems. Feature selection iron out the curse of dimensionality reduction. The major advantage of this approach is that little human intrusion is required for retrieving the required images from the database. The method is evaluated on Coral Database. Performance analysis is done by using precision and recall. Keywords: Content based image retrieval, Feature Selection, Genetic Algorithm, Gray Level Co-occurrence Matrix, Precision and Recall. -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Content-Based Image Retrieval (CBIR) point out a method that retrieves images based on their content [1]. Content-based image retrieval, which is employed in miscellaneous areas such as entertainment, art, fashion design, advertising, history, medicine and industry, is a considerable challenge in the fields of pattern recognition and computer vision [2]. In a CBIR system, visual features are used to symbolize images for searching and indexing. "Curse of dimensionality" is one of the major actuations for feature selection. Numerous features increase computational time without major performance transition in the testing phase. Feature Selection (FS) is a process of selecting only important features from large database to create subset of original dataset and it preserves the original features without altering the feature domains. FS is usually applied as a preprocessing step in data mining tasks by removing irrelevant or redundant features (dealing with the dimensionality curse), by leading to more efficient(reducing the computational cost and the amount of memory required) and accurate classification, clustering and similarity searching process. FS reduces the number of features by removing irrelevant, redundant, or noisy data. In the course of retrieval or similarity searching process, the images that are most analogous to the query image based on some distance measure are reverberated. Feature extraction produces large number of features which may be irrelevant consequently in order to reduce the dimensionality reduction curse feature selection methods is employed. Feature selection method searches for most relevant feature subsets. [1] Present a skeleton which employs a GA using an evaluation function contingent on the ranking concept to perform feature selection for CBIR. In [2] a hybrid approach is presented to reduce the semantic gap between low level visual features and high level semantics, over simultaneous feature adaptation and feature selection. In [4] feature selection technique also included to select optimal features not only to maximize the detection rate but also elucidate the computation of image retrieval. The subsequent subdivisions of this paper are organized as follows: Section 2 describes the methodology. Section 3 shows the experimental results and section 4 concludes the paper. 2. METHODOLOGY A set of coral natural images are taken and stored in the database. Features are extracted for each image in the database as well as for the query image. Feature selection method is used for selecting the optimal features. Relevant images are retrieved from the database using different similarity measures. The efficiency of the retrieval system is evaluated using the two performance measures, precision and recall and also comparison of different similarity metrics has been done.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 35 The CBIR system consists of seven components namely, (i)Image Database (ii) Pre-processing (iii) Feature extraction (iv ) Feature vector block (v) Feature selection (vi) Similarity Measure (vii) Retrieval Block (viii) Performance measures 2.1 Pre-Processing The original color image is converted to gray scale image. As a pre-processing step histogram equalization is done. It enhances the contrast of values of an image by generating its flat histogram. 2.2 Texture Feature Extraction Feature extraction is a method of transforming input data into set of features. The various features which can be extracted are color, texture and shape.Texture is an imperative feature of an image. Gray-level co-occurrence matrix is one of the extensively used statistical approaches to extract texture feature of an image, such as energy, contrast, correlation and homogeneity. Gray level co-occurrence matrix (GLCM) typifies the occurrence rate of pixel pair with different gray levels, given the distances between the pixels in different directions respectively. 1) Contrast-Measures the local variations in the gray-level co-occurrence matrix.  jipji ji , 2 ,   2) Correlation- It measures the joint probability occurrence of the particularized pixel pairs     ji ji jipjjii , ),()(   3) Energy- It gives the sum of squared elements in the GLCM. Energy can also be called as uniformity or the angular second moment.  2 ,i jip 4) Homogeneity-It is defined as the closeness of the dissemination of elements in the GLCM to the GLCM diagonal.    ji ji jip , 1 , 2.3 Texture Feature Selection Feature selection algorithm is a computational solution to pinpoint relevant features. The feature selection method is to upsurge the precision of similarity searches and significantly decrease the data dimensionality. FS scale down the number of features by removing irrelevant, redundant, and noisy data. The optimal feature is selected using Genetic Algorithm that searches for the best feature subset corresponding to evaluation criteria positioned on the ranking quality. GA performs adaptive searching following the concepts from natural genetics and evaluation based on natural selection. 2.3.1 Genetic Algorithm The genetic algorithm is based on the fundamental criterion of biological inheritance and evolution. GA works iteratively applying the genetic operations of selection, crossover and mutation to a population of individuals intended at creating better adapted individuals. The genetic algorithm is solved by Rastrigin’s fitness function. 2.4 Similarity Measures The similarity measure is associated with matching features to produce a result that is visually similar. Euclidean distance measure is calculated in this paper. Euclidean distance is used for texture feature analysis. Content-based image retrieval work out the visual similarities between a query image and images in a database. The retrieval result is not a single image but a list of images ranked by their similarities. Different similarity or distance measures will alter retrieval performances of an image retrieval system significantly.   d j jj yxyxyx 1 2 21 )(),( 2.5 Algorithm The retrieval of image for texture is done using following algorithm and the flow of the method is illustrated in the Fig- 1 below. (1) (2) 92 0 (3) (4) (5)
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 36 Fig-1: System Overview Step1: Preprocess the database and target images. Step2: Calculate the texture features by GLCM method for query image and database. Step3: For each database images, repeat the above calculation. Step4: Construct a combined feature vector. Step5: Finding the best optimized feature value is done using feature selection method (Genetic Algorithm). Step6: Similarity measurement is calculated. Step7: Output image is retrieved. Step8: Performance measure is computed. 3. EXPERIMENTAL RESULTS The input color image converted into gray scale is preprocessed. The preprocessing is done using histogram equalization and it is illustrated in figure 2. The Feature extracted and feature selected based retrieved images are illustrated by figure 3 and figure 4 respectively. 3.1 Database The image database chosen are Coral database .The dataset consists of Coral natural images. The images are of size 256x384 or 384x256. In this paper, 4 classes were taken and each class consists of 25 images. The classes are Bus, Dinosaur, Elephant and Food. Fig -2: Input query image and preprocessing stage Fig -3: Texture Feature Extraction based Retrieved Images Fig -4: Feature Selection based Retrieved Images Database Images Preprocessing Stage Retrieved Images Feature Selection Feature Selection Feature Vector Database Feature Extraction Preprocessing Stage Query Images Similarity Measure Feature Extraction Feature Vector Database Performance Measures
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 37 Fig 3, represents the retrieved images based on texture feature extraction. From the retrieved results it can be found out that there are only 7 relevant images in this stage. Fig 4, represents the retrieved images based on feature selection using Genetic algorithm. By this technique the number of relevant images in the retrieved set has increased. In this method the optimal features are selected. Hence the FS improves the retrieval rate. 3.2 Performance Measurements For evaluation of divergent algorithms of image retrieval, an effectual performance measurement is necessary. Different performance measurements can be used for valid analysis. The performance of the CBIR system can be evaluated in terms of precision and recall. 3.2.1 Precision Precision can be defined as the ratio of the number of correct retrieved images to the total number of images in the retrieved dataset. A precision value of 1.0 denotes that each result retrieved by a search was relevant. 𝐏𝐫𝐞𝐜𝐢𝐬𝐢𝐨𝐧 = 𝐍𝐮𝐦𝐛𝐞𝐫 𝐨𝐟 𝐫𝐞𝐥𝐞𝐯𝐚𝐧𝐭 𝐢𝐦𝐚𝐠𝐞𝐬 𝐫𝐞𝐭𝐫𝐢𝐞𝐯𝐞𝐝 𝐓𝐨𝐭𝐚𝐥 𝐧𝐮𝐦𝐛𝐞𝐫 𝐨𝐟 𝐢𝐦𝐚𝐠𝐞𝐬 𝐫𝐞𝐭𝐫𝐢𝐞𝐯𝐞𝐝 The below Chart-1 explains that for every class after the feature selection the precision is improved. The Class II, Dinosaur shows high precision of 100% after the feature selection. 3.2.2 Recall Recall is the fraction of the number of relevant images selected to the total number of relevant images in the database. Recall = Number of Relevant Images Retrieved Total Number of Relevant Images in the Database For high retrieval accuracy the recall value should be low. In prominence to the Chart- 2, the recall value varies between 28%-48% during feature selection. Chart -1: Precision vs. Database Images Chart -2: Recall vs. Database Images Table -1: Comparative analysis of texture feature result based on feature extraction and feature selection Image Class Feature Extraction Feature Selection Precision (%) Recall (%) Precision (%) Recall (%) Class I 18.75 12 58.33 28 Class II 58.22 28 100 48 Class III 41.66 20 75 36 Class IV 41.66 20 66 32 0 20 40 60 80 100 120 feature extractio n Database Classes Precision(%) 0 10 20 30 40 50 60 feature extraction feature selection Database Classes Recall(%) (6) (7)
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 38 The above Table 1 illustrates the comparative analysis of texture feature result based on feature extraction and feature selection. The performance measure analysis is done for various image classes of coral database. From the table 1 the highest precision for feature extraction is 58.22% and after feature selection an improved precision value of 100% is obtained for class II. Recall values are between 12- 28% in feature extraction whereas it is improved to 28-48% by using feature selection method. 4. CONCLUSIONS In this paper, evaluation of retrieval system is done based on different features for coral database. This paper performs retrieval of different input query images from the image database based on different feature values obtained from texture. Performance is evaluated using two performance measures like precision and recall. The performance of the retrieval system was observed to be better when the image retrieval was done based on texture features. The above technique is performed for Coral database. But retrieval time was observed to be longer. This problem can be eliminated by a process called feature selection. The results of the feature selection technique based on the performance measures showed that higher accuracy of the retrieval system can be obtained in lesser computation time. This work can be extended to various large medical image databases. The results are quite good for most of the query images by using feature selection method and it is possible to further improve by adding relevance feedback. REFERENCES [1] Sergio Francisco da Silva, Marcela Xavier Ribeiro,Joao do E.S. Batista Neto ,Caetano Traina -Jr ,Agma J.M. Traina ,“Improving the ranking quality of medical image retrieval using a genetic feature selection method” , Decision Support Systems, 2011 [2] Esmat Rashedi, Hossein Nezamabadi –pour, Saeid Saryazdi , “A simultaneous feature adaptation and feature selection method for content- based image retrieval systems ”, Knowledge –Based Systems, 2013 [3] Daniele Cerra, Mihai Datcu ,“A Fast Compression- based similarity measure with applications to content – based image retrieval”,J.Vis.Commun.Image R.,2012 [4] Apostolos Marakakis, Nikolaos Galatsanos, Aristidis Likas,Andreas Stafylopatis, “Relevance Feedback for Content-Based Image Retrieval Using Support Vector Machines and Feature Selection”, Springer-Verlag Berlin Heidelberg 2009ICANN 2009, pp. 942–951, 2009. [5] Chuen-Horng Lin , Rong-Tai Chen , Yung-Kuan Chan , “A smart content-based image retrieval system based on color and texture feature”, Image and Vision Computing, 2009. [6] Daniele Cerra, Mihai Datcu ,“A Fast Compression- based similarity measure with applications to content – based image retrieval”,J.Vis.Commun.Image R.,2012 [7] Esin Guldogan,Monceff Gabbouj ,“Feature selection for content based image retrieval”, Springer,2008 [8] G.Quellec,M.Lamard,G.Cazuguel,B.Cochener,C.Roux, “Wavelet optimization for content –based image retrieval in medical databases”,Medical Image Analysis,2010 [9] Heng Qi, Keqiu Li , Yanming Shen, Wenyu Qu , “An effective solution for trademark image retrieval by combining shape description and feature matching ”, Pattern Recognition, 2010. [10] Jennifer G. Dy,Carla E. Brodley,Avi Kak, Lynn S. Broderick, Alex M. Aisen,“Unsupervised Feature Selection applied to Content Based Retrieval of Lung Images”, IEEE Transactions On Pattern Analysis And Machine Intelligence, Vol. 25, No. 3, March 2003 [11] Jianhua Wu, Zhaorong Wei, Youli Chang ,“Color and Texture Feature For Content based image retrieval”, International Journal of Digital Content Technology and its Applications,2010 [12] L.Ladha, T.Deepa, “Feature Selection Methods And Algorithms”, International Journal on Computer Science and Engineering (IJCSE), Vol. 3 No. 5 May 2011