SlideShare a Scribd company logo
1 of 7
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 674
AMALGAMATION OF CONTOUR, TEXTURE, COLOR, EDGE, AND
SPATIAL FEATURES FOR EFFICACIOUS IMAGE RETRIEVAL
Anju Maria1
, Dhanya S2
1
M.Tech Student, 2
Assistant Professor, Electronics and Communication, FISAT, Kerala, India
Abstract
From the past few years, Content based image retrieval (CBIR) has been a progressive and curious research area. Image retrieval is
a process of extraction of the set of images from the available image database resembling the query image. Many CBIR techniques
have been proposed for relevant image recoveries. However most of them are based on a particular feature extraction like texture
based recovery, color based retrieval system etc. Here in this paper we put forward a novel technique for image recovery based on the
integration of contour, texture, color, edge, and spatial features. Contourlet decomposition is employed for the extraction of contour
features such as energy and standard deviation. Directionality and anisotropy are the properties of contourlet transformation that
makes it an efficient technique. After feature extraction of query and database images, similarity measurement techniques such as
Squared Euclidian and Manhattan distance were used to obtain the top N image matches. The simulation results in Matlab show that
the proposed technique offers a better image retrieval. Satisfactory precision-recall rate is also maintained in this method.
Keywords: Contourlet Decomposition, Local Binary Pattern, Squared Euclidian Distance, Manhattan Distance
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
Recent days, witnessed a rapid growth of the storage spaces
accommodating enormous image databases. Acquiring the
appropriate image from the huge collection is tedious. So an
efficient browsing, searching and retrieval technique needs to
be incorporated. In the budding stages of the retrieval system,
text based retrieval was employed. In those systems, images
were annotated with the text. Automatic generations of
descriptive texts were not viable and hence it requires manual
annotation. This pave the way to content based image retrieval
(CBIR) system.
CBIR utilizes the visual features of an image. Wavelet and
Fourier transformation based CBIR were the widely used
techniques. Although they were found acceptable, these
techniques could not provide any details about smooth
contours. Here an effective system based on contourlet
transformation is proposed. This system could extract the
contents of the image in terms of directional contours,
horizontal and vertical edges of the image.
The previous research work, CBIR using contourlet transform
(CT) [1] proposed the relevance of using contourlet transform,
as it offered high retrieval rate and less computational
complexity. The work on Rotation invariant image description
with local binary pattern (LBP) histogram Fourier feature [2]
could reveal that the Discrete Fourier transform (DFT) based
features derived from Uniform LBP were invariant to
rotations.
CBIR using histogram, color and edge [3] examined the
retrieval efficiency based on different features like image
histogram, color values and edge values. An approach for
combining the features of the images was proposed in the
work Integrating contourlet features with texture, color and
spatial features for image retrieval [4]. In color – Texture
based image retrieval system [5] both color and texture
features were used to retain accurate retrieval result. Here
color histogram for color extraction and pyramid structure
wavelet transform model for texture extraction were used.
Objective of the proposed system is to attain an efficient
retrieval of images by combining contour, texture, color, edge
and spatial feature for image extraction. As it integrates all
these features it could ensure better retrieval efficiency. Image
retrieval comprises of two phases namely 1) feature extraction
2) measurement of similarities of query and database images.
Applications of the proposed system finds in the fields like
crime prevention say for example face recognition by police
forces., security check using finger prints, Medical field for
the comparison of present diagnosis results with the relevant
past cases, Identification of intellectual field such as trade
mark recognition, Digital libraries and entertainment purposes
etc. This reveals the need for an efficient retrieval system.
2. PROPOSED SYSTEM ARCHITECTURE
The proposed system generates feature set incorporating the
contour, texture, color, spatial and edge features of all the
attainable images in the database for the image retrieval. The
attained features are concatenated for the feature set creation
of the images. These feature set is compared with query
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 675
feature set for image retrieval. Architecture for the proposed
system is shown in Fig. 1
Fig -1: Architecture of proposed system
3. CONTOUR AND TEXTURE FEATURE
Prior to the feature extraction all the data images are resized to
a unique scale and converted to gray scale images.
3.1 Contour Feature Extraction
Resized image is subjected to contourlet decomposition. It
constitutes a dual filter bank system. Headmost being a
laplacian pyramid (LP) for capturing point discontinuities and
followed by DFB(directional filter bank) for linking point
discontinuities.[1] LP decomposition process outputs the low
pass version of image and band pass version
Fig -2: Laplacian pyramid decomposition (one-level)
Band pass version of the image can be calculated as,
B(i,j)=I(i,j)-I1(i,j) (1)
Further pyramidal decomposition [6] is executed on the low
pass version of the image. Band pass version is devised to
capture smooth contour and directional edges i.e. high
frequency contents.DFB is designed based on two building
blocks.[1]The first one is a two channel quincunx filter bank
with fan filters which divides a two dimensional spectrum in
to horizontal and vertical direction. The second one is a
shearing operator for reordering image pixels.[8] These two
operations preserve directional information. Dual filter bank,
results in decomposition of image in to different directional
sub band. For the decomposed image in contourlet domain,
contour features such as standard deviation (σs) and energy
{Es} are calculated as per the equations given below.[4]
σs = (
1
M×N
) Cs x, y − μsN−1
Y=0
M−1
x=0
2
(2)
{Es} = (
1
M×N
) Cs x, yN−1
Y=0
M−1
x=0 (3)
Where Cs is coefficient of CT (contourlet transform)
decomposed sth
sub band. μs being mean value of sth
sub
band. M×N represents size of CT decomposed sub band.
Energy and standard deviation for all images in database are
found. After which Normalization of these two quantities were
done and stored as their individual contour feature set.
3.2 Texture Feature Extraction
For texture feature extraction rotation invariant local binary
pattern (LBP) histogram Fourier features [2] based on uniform
LBP histogram is used. LBP is a powerful operator.LBP for
the central pixel(x,y) of image I(x,y) is obtained as,
LBPSR(x,y) = (T(I x, y − I(S−1
𝑆=0 xs,ys))2s
(4)
T(z) –Threshold function, s – sampling point ,r- radius. T(z)
is given by,
T(z)=
1 , z ≥ 0
0 , z < 0
(5)
LBP is considered as uniform, if its binary pattern contains
only two bitwise transitions.
Steps involved for texture feature extraction are,
1. Conversion of database images in to gray scale.
2. Computation of LBP.
3. Generation of histogram of LBP.
4. Computation of Discrete Fourier transform of the
histograms per the equation,
H (n,u)= h
p−1
r=0 1u s(n,r)e−j2Πnr /s
(6)
5. Store the absolute value of obtained DFT as feature set.
For the image and the rotated version by an angle, the absolute
value of DFT of histogram remains entirely the same.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 676
4. COLOR, EDGE AND SPATIAL FEATURE
For color extraction histogram based approach is employed.
Canny’s edge detection technique is used for edge capturing.
Spatial feature based on dominant color extraction provides
the details of spatial feature.
4.1 Color Extraction
For color extraction, red, green and blue color values are
extracted.[5] Generation of respective histograms and
computation of average red, green and blue content is
performed. Result is stored in a 1D matrix and stored as color
feature set. Color moments such as mean, variance and
skewness were found to be effective for analyzing current
distribution of the image. Mean μx, Varianceσx, Skewnesssx,
obtained as,[11]
μx=
1
N
fN
y=1 xy (7)
σx=(
1
N
(fN
y=1 xy- μx)2
)1/2
(8)
sx=(
1
N
(fN
y=1 xy- μx)3
)1/3
(9)
fxy -xth
color component of the yth
image pixel’s represents the
total number of pixels in an image. Mean, Variance and
Skewness were also concatenated to the color feature set.
4.2 Edge Extraction
For the edge feature set creation, Canny’s edge detection
technique is preferred. Canny edge detector employs a multi
stage algorithm for its edge detection. Good detection,
localization and minimal response make it suitable for edge
detection. The algorithm [3] employed for edge feature
capture is as follows,
1. Input image and scale it to required scale.
2. Conversion of resized image to gray scale one.
3. Detection of edge using Canny’s edge detection and store in
to a two dimensional matrix.
4. Maximum value of each column is extracted from the
obtained result and stored as the edge feature set.
4.3 Spatial Feature Extraction
Spatial feature based on dominant color extraction is
performed. In order to procure spatial features, each image in
database is initially transformed in to NTSC color system. It
includes red, green, blue, magenta, white, yellow, cyan,
aquamarine, black, gray, dark red and copper. After which
image I is divided to M sub regions. For each sub regions
occurrence count is extracted. The color count for each sub
region and indices are given by [4],
Nocc x={ Socc 0
(x)
, Socc 1
(x)
,….. Socc Ns
(x)
} (10)
Where Socc v
(x)
is a subset of Mocc (x)
.The subset of
Mocc are sorted such that subset with maximum valued
element is listed as the first subset and remaining trailing it.
The index of the first Msf sub regions is determined and
corresponding indices are gathered as spatial feature set.
After abstraction of aforesaid feature set (contour, texture,
color, edge, spatial) from image database, the individual
feature sets are concatenated in to single feature set.
Normalization [4] of the feature set is carried as per the
equation,
{F1Sx}= ( p/q2
)× FSx′(r) (11)
Where
p = FSx′ (12)
q = (FSx′(r))
p−1
r=0
2
(13)
FSx′(r) = FSx(r) FSx - (FSx(r))FSx −1
r=0 (14)
The Normalized feature set is obtained from (11).It is the
definite feature set extracted for the particular image in the
database. The obtained result is stored as the feature database.
5. QUERY BASED IMAGE RETRIEVAL
When query image is given as input, system computes the
feature set for the same. Then determined feature set is
compared with feature set in the feature database using
available similarity measure techniques such as Squared
Euclidian Distance (SED) , Manhattan Distance etc.
5.1 Similarity Measures
The SED computes similarity between feature database
{F1Sx(r)} and the feature set of the query image FSqu(r).SED
can be calculated [4] by the equation (15)
Dsed= (F1Sx r − FSqu r )FSx′ −1
r=0
2
(15)
Another similarity measure technique called Manhattan gives
the sum of absolute difference distance measure.
DM = (F1Sx′
r − FSqu rFSx′ −1
r=0 (16)
The images that accure least SED/ Manhattan value are sorted
such that they obtain the first location and top N matches are
retrieved.
6. RESULTS AND DISCUSSIONS
In the proposed system, initially contourlet decomposition
(CD) is performed for the contour feature extraction. All the
images in the database are decomposed. A sample image from
database and its corresponding CD are shown in Fig 3. Four
level LP decomposition is performed using pkva filter
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 677
[1].Standard deviation and energy [4] are used as contour
feature, which is computed on each direction sub band of the
decomposed images in the database. Normalized result was
used for the creation of contour feature set.
Fig -3: Contourlet transform decomposed image
After the creation of contour feature set, we have extracted
texture feature using rotation invariant LBP histogram Fourier
features [2].For this we have computed LBP for all database
images and have generated corresponding histogram of the
obtained LBP’s. Followed by this computation of absolute
value of the DFT of generated histogram was performed. It
was used for the creation of texture feature set. A sample
image from database, its histogram, LBP and histogram of
LBP are shown in Fig 4.
Fig -4: Local binary pattern and histogram
Original image and its rotated version by an angle 2700
are
illustrated by Fig.5 and Fig.6 respectively.
Fig -5: Input image
Fig -6: Input image rotated by an angle 2700
For the rotated version of same input image, absolute value of
DFT of histograms remains same as that of original version,
although LBP contains a two bitwise transitions.LBP of the
same image and its rotated version are exhibited in Table1.
Table -1: Local binary pattern
Image LBP
LBP of input image 0 0 0 0 0 1 1 0
LBP of input image rotated
by an angle 2700
0 1 1 1 0 0 0 0
The absolute value plot of DFT of the generated histogram for
the original and rotated versions are displayed in Fig 7
Fig -7: Absolute value of input image and 2700
rotated version
of the same input image
After the formation of texture feature set, we have created
color feature set. For these individual mean values of red,
green and blue were extracted for all database images. Results
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 678
obtained were stored as color feature set. A sample image
from database and corresponding RGB histogram is shown in
Fig 8.
Fig -8: Histogram of Red, Green, Blue plane.
Table 2 illustrates the mean value generated for the selected
sample image.
Table -2: Color components
Color Mean value
Blue 101.3969
Green 47.0693
Red 164.2397
Color feature set creation was followed by edge feature set
extraction. Canny’s edge detection was employed for
detecting edges of all the available database images.Fig.9
shows a sample database image and its edge detected image.
Fig -9: Edge detection.
Final step in the feature set creation was spatial feature set
extraction. Here we have extracted dominant color from the
sub regions of all the database images. NTSC color system
was used. Fig 10 displays a sample image in NTSC color
system and Table 3 illustrates its obtained color components.
Fig -10: Sample image (NTSC Color system)
Table -3: Color components NTSC color system
Color Mean value
White 0.7151
Black 0
Blue 0.1635
Copper 0.5389
Cyan 0.3689
Dark Red 0.1731
Gray 0.3575
Green 0.2053
Magenta 0.5098
Red 0.3461
Yellow 0.5516
Aquamarine 0.5462
All the foresaid features were concatenated in to a single
feature set and normalization was performed to create feature
set of the database image .Based on the feature set of database
images and query image SED and Manhattan distance were
calculated. Fig 11 illustrates minimum SED/Manhattan
distance plot (here 35 images are considered to create the
database).
Fig -11: Minimum distance plot
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 679
Finally, images were sorted based on the minimum
SED/Manhattan distance and retrieval of top N images was
performed. Fig 12 displays a sample Query image and
corresponding retrieved images.
Fig -12: Image retrieval for a query image.
6.1 Performance Evaluation
Performance evaluation of the proposed system was carried
out by computing precision-recall rate, error rate and
traditional F measure, as per the equations given below,
Recall rate(R) =
No :of relevant images retrieved
Total no:of relevant images in database
(17)
Precision rate (P) =
No :of relevant images retrieved
Total no:of images in database
(18)
Error rate =
No :of non relevant images retrieved
Total no:of images in database
(19)
F measure =
2(P×R)
(P+R)
(20)
The figure shown below indicates the obtained rates for
different query images.
Fig -13: Rate plot for different query image.
Precision and recall are the standard measures in the image
retrieval system which provides a good indication of the
system performance [9]. Recall can be made one by retrieving
all images and precision can be kept high by retrieving only
few relevant images. Reduction in the recovery of non
relevant images will keep the error rate minimum. The
weighted harmonic mean of precision and recall is obtained
via F measure.
7. CONCLUSIONS
In this paper, an efficient image retrieval system based on
contourlet, texture, spatial, edge , and color features were
proposed. CT helps to extract directional contours, horizontal
and vertical edges. The similarity measure techniques such as
SED, Manhattan were found effective for image retrieval.
Experimental results and performance evaluation shows that
our proposed system offers a better image retrieval compared
to the traditional ones which use single features for image
retrieval. Further extension of proposed work can be carried
out by comparing various similarity measure techniques such
as Minkowsi-form distance, Quadratic form distance,
Mahalanobis distance, Kullback-leiber divergence and Jeffery
– divergence etc.
REFERENCES
[1]. Ch.SrinivasaRao , S. Srinivaskumar, B.N.Chatterji,
“Content Based Image Retrieval using Contourlet Transform”,
International Journal on Graphics, Vision and Image
Processing, Vol. 7, No. 3, pp. 9-15, 2007.
[2]. TimoAhonen, Jiri Matas, Chu He and MattiPietik¨ainen
“Rotation Invariant Image Description with Local Binary
Pattern Histogram Fourier Features“ in Proceedings of 16th
Scandinavian Conference on Image Analysis, pp. 61 – 70,
June 15 - July 18, Oslo, Norway, 2009
[3]. PoulamiHaldar,Joydeep Mukherjee "content based image
retrieval using Histogram, Color and Edge”International
journal of computer applications,june 2012
[4]. B.syam and Y.srinivasaRaoIntegrating contourlet features
with texture,color and spatial features for effective image
retrieval” [IEEE],2010
[5]. Rahul Mehta,Nischol Mishra, Sanjeev Sharma “color-
texture based image retrieval system”International journal for
computer applications,june 2011
[6]. “Ch.SrinivasaRao and S.Srinivas Kumar, “Content Based
Image Retrieval using Contourlet Sub-band Decomposition”,
Proceedings of SPIT-IEEE Colloquium and International
Conference, Vol. 1, Mumbai, India
[7]. K.S.S. Prakash and R.M.D. Sundaram, “Combining Novel
features for Content Based Image Retrieval,”in proceedings of
14th IEEE Workshop on Multimedia Communications and
Services,
[8]. Minh N. Do and Martin Vetterli “Pyramidal directional
filter banks and curvelets”,in IEEE international conference on
image processing,Thessaloniki,Greece,2001
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 680
[9]. Henning Muller, Wolfgand, David, Stephane, and Thietty
“Performance evaluation in CBIR, over view and proposals”
computer vision group.
[10]. B.G Prasad,S.K Gupta and K.K.Biwas,“color and shape
index for region based image retrieval”in proceedings of the
4th
international workshop on visual form.
[11]. NeetuSharma.S,PareshRawat.S and JaikaranSingh.S
“Efficient CBIR using color histogram processing”,SIPIJ,2011

More Related Content

What's hot

Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
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 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
 
5 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-465 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-46Alexander Decker
 
MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...IJECEIAES
 
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
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMIJEEE
 
IRJET- A Survey on Different Image Retrieval Techniques
IRJET- A Survey on Different Image Retrieval TechniquesIRJET- A Survey on Different Image Retrieval Techniques
IRJET- A Survey on Different Image Retrieval TechniquesIRJET Journal
 
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
 
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALEFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALsipij
 
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
 
Content Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural NetworksContent Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural Networksijma
 

What's hot (19)

Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Fc4301935938
Fc4301935938Fc4301935938
Fc4301935938
 
I017417176
I017417176I017417176
I017417176
 
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 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
 
Ac03401600163.
Ac03401600163.Ac03401600163.
Ac03401600163.
 
5 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-465 ashwin kumar_finalpaper--41-46
5 ashwin kumar_finalpaper--41-46
 
MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...MMFO: modified moth flame optimization algorithm for region based RGB color i...
MMFO: modified moth flame optimization algorithm for region based RGB color i...
 
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...
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVM
 
IRJET- A Survey on Different Image Retrieval Techniques
IRJET- A Survey on Different Image Retrieval TechniquesIRJET- A Survey on Different Image Retrieval Techniques
IRJET- A Survey on Different Image Retrieval Techniques
 
F44083035
F44083035F44083035
F44083035
 
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
 
IJET-V2I6P17
IJET-V2I6P17IJET-V2I6P17
IJET-V2I6P17
 
50320140502001 2
50320140502001 250320140502001 2
50320140502001 2
 
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALEFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
 
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
 
Content Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural NetworksContent Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural Networks
 
F045033337
F045033337F045033337
F045033337
 

Viewers also liked

Content based image retrieval for agriculture crops
Content based image retrieval for agriculture cropsContent based image retrieval for agriculture crops
Content based image retrieval for agriculture cropsAboul Ella Hassanien
 
11.graph cut based local binary patterns for content based image retrieval
11.graph cut based local binary patterns for content based image retrieval11.graph cut based local binary patterns for content based image retrieval
11.graph cut based local binary patterns for content based image retrievalAlexander Decker
 
Features Analysis in CBIR Systems
Features Analysis in CBIR SystemsFeatures Analysis in CBIR Systems
Features Analysis in CBIR SystemsEditor IJCATR
 
A Hybrid Trademark Retrieval System Using Four-Gray-Level Zernike Moments & ...
A Hybrid Trademark Retrieval System Using Four-Gray-Level Zernike Moments & ...A Hybrid Trademark Retrieval System Using Four-Gray-Level Zernike Moments & ...
A Hybrid Trademark Retrieval System Using Four-Gray-Level Zernike Moments & ...Kazi Mostafa
 
YFCC100M HybridNet fc6 Deep Features for Content-Based Image Retrieval
YFCC100M HybridNet fc6 Deep Features for Content-Based Image RetrievalYFCC100M HybridNet fc6 Deep Features for Content-Based Image Retrieval
YFCC100M HybridNet fc6 Deep Features for Content-Based Image RetrievalFabrizio Falchi
 
CONTENT BASED MEDICAL IMAGE INDEXING AND RETRIEVAL USING A FUZZY COMPACT COMP...
CONTENT BASED MEDICAL IMAGE INDEXING AND RETRIEVAL USING A FUZZY COMPACT COMP...CONTENT BASED MEDICAL IMAGE INDEXING AND RETRIEVAL USING A FUZZY COMPACT COMP...
CONTENT BASED MEDICAL IMAGE INDEXING AND RETRIEVAL USING A FUZZY COMPACT COMP...guesta2cfc
 
Periscope: A Content-based Image Retrieval Engine
Periscope: A Content-based Image Retrieval EnginePeriscope: A Content-based Image Retrieval Engine
Periscope: A Content-based Image Retrieval EngineAntigoni-Maria Founta
 
Scalable face image retrieval using attribute enhanced sparse codewords
Scalable face image retrieval using attribute enhanced sparse codewordsScalable face image retrieval using attribute enhanced sparse codewords
Scalable face image retrieval using attribute enhanced sparse codewordsSasi Kumar
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image RetrievalSOURAV KAR
 
Lbp based edge-texture features for object recoginition
Lbp based edge-texture features for object recoginitionLbp based edge-texture features for object recoginition
Lbp based edge-texture features for object recoginitionIGEEKS TECHNOLOGIES
 
Content Based Image Retrieval
Content Based Image Retrieval Content Based Image Retrieval
Content Based Image Retrieval Swati Chauhan
 
Facial expression recognition based on local binary patterns final
Facial expression recognition based on local binary patterns finalFacial expression recognition based on local binary patterns final
Facial expression recognition based on local binary patterns finalahmad abdelhafeez
 
face recognition system using LBP
face recognition system using LBPface recognition system using LBP
face recognition system using LBPMarwan H. Noman
 
Content based image retrieval(cbir)
Content based image retrieval(cbir)Content based image retrieval(cbir)
Content based image retrieval(cbir)paddu123
 
The Top Skills That Can Get You Hired in 2017
The Top Skills That Can Get You Hired in 2017The Top Skills That Can Get You Hired in 2017
The Top Skills That Can Get You Hired in 2017LinkedIn
 

Viewers also liked (19)

D010332630
D010332630D010332630
D010332630
 
Content based image retrieval for agriculture crops
Content based image retrieval for agriculture cropsContent based image retrieval for agriculture crops
Content based image retrieval for agriculture crops
 
11.graph cut based local binary patterns for content based image retrieval
11.graph cut based local binary patterns for content based image retrieval11.graph cut based local binary patterns for content based image retrieval
11.graph cut based local binary patterns for content based image retrieval
 
Features Analysis in CBIR Systems
Features Analysis in CBIR SystemsFeatures Analysis in CBIR Systems
Features Analysis in CBIR Systems
 
A Hybrid Trademark Retrieval System Using Four-Gray-Level Zernike Moments & ...
A Hybrid Trademark Retrieval System Using Four-Gray-Level Zernike Moments & ...A Hybrid Trademark Retrieval System Using Four-Gray-Level Zernike Moments & ...
A Hybrid Trademark Retrieval System Using Four-Gray-Level Zernike Moments & ...
 
YFCC100M HybridNet fc6 Deep Features for Content-Based Image Retrieval
YFCC100M HybridNet fc6 Deep Features for Content-Based Image RetrievalYFCC100M HybridNet fc6 Deep Features for Content-Based Image Retrieval
YFCC100M HybridNet fc6 Deep Features for Content-Based Image Retrieval
 
CONTENT BASED MEDICAL IMAGE INDEXING AND RETRIEVAL USING A FUZZY COMPACT COMP...
CONTENT BASED MEDICAL IMAGE INDEXING AND RETRIEVAL USING A FUZZY COMPACT COMP...CONTENT BASED MEDICAL IMAGE INDEXING AND RETRIEVAL USING A FUZZY COMPACT COMP...
CONTENT BASED MEDICAL IMAGE INDEXING AND RETRIEVAL USING A FUZZY COMPACT COMP...
 
Periscope: A Content-based Image Retrieval Engine
Periscope: A Content-based Image Retrieval EnginePeriscope: A Content-based Image Retrieval Engine
Periscope: A Content-based Image Retrieval Engine
 
Scalable face image retrieval using attribute enhanced sparse codewords
Scalable face image retrieval using attribute enhanced sparse codewordsScalable face image retrieval using attribute enhanced sparse codewords
Scalable face image retrieval using attribute enhanced sparse codewords
 
Slides
SlidesSlides
Slides
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
 
Region Of Interest Extraction
Region Of Interest ExtractionRegion Of Interest Extraction
Region Of Interest Extraction
 
Lbp based edge-texture features for object recoginition
Lbp based edge-texture features for object recoginitionLbp based edge-texture features for object recoginition
Lbp based edge-texture features for object recoginition
 
Local binary pattern
Local binary patternLocal binary pattern
Local binary pattern
 
Content Based Image Retrieval
Content Based Image Retrieval Content Based Image Retrieval
Content Based Image Retrieval
 
Facial expression recognition based on local binary patterns final
Facial expression recognition based on local binary patterns finalFacial expression recognition based on local binary patterns final
Facial expression recognition based on local binary patterns final
 
face recognition system using LBP
face recognition system using LBPface recognition system using LBP
face recognition system using LBP
 
Content based image retrieval(cbir)
Content based image retrieval(cbir)Content based image retrieval(cbir)
Content based image retrieval(cbir)
 
The Top Skills That Can Get You Hired in 2017
The Top Skills That Can Get You Hired in 2017The Top Skills That Can Get You Hired in 2017
The Top Skills That Can Get You Hired in 2017
 

Similar to Amalgamation of contour, texture, color, edge, and spatial features for efficacious image retrieval

Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...sipij
 
Image detective efficient image retrieval system
Image detective    efficient image retrieval systemImage detective    efficient image retrieval system
Image detective efficient image retrieval systemeSAT Journals
 
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
 
Image retrieval based on feature selection method
Image retrieval based on feature selection methodImage retrieval based on feature selection method
Image retrieval based on feature selection methodeSAT Publishing House
 
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURESSEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATUREScscpconf
 
Spectral approach to image projection with cubic
Spectral approach to image projection with cubicSpectral approach to image projection with cubic
Spectral approach to image projection with cubiciaemedu
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationiaemedu
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformeSAT Journals
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformeSAT Publishing House
 
Orientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern RecognitionOrientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern RecognitionIOSRjournaljce
 
Satellite image resolution enhancement using multi
Satellite image resolution enhancement using multiSatellite image resolution enhancement using multi
Satellite image resolution enhancement using multieSAT Publishing House
 
IRJET- Shape based Image Classification using Geometric ­–Properties
IRJET-  	  Shape based Image Classification using Geometric ­–PropertiesIRJET-  	  Shape based Image Classification using Geometric ­–Properties
IRJET- Shape based Image Classification using Geometric ­–PropertiesIRJET Journal
 
Biomedical Image Retrieval using LBWP
Biomedical Image Retrieval using LBWPBiomedical Image Retrieval using LBWP
Biomedical Image Retrieval using LBWPIRJET Journal
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...IJERA Editor
 
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORM
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORMPDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORM
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORMIJCI JOURNAL
 
Density Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageDensity Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageIOSRjournaljce
 
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHESWEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHEScscpconf
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
 
Enhanced target tracking based on mean shift
Enhanced target tracking based on mean shiftEnhanced target tracking based on mean shift
Enhanced target tracking based on mean shifteSAT Publishing House
 

Similar to Amalgamation of contour, texture, color, edge, and spatial features for efficacious image retrieval (20)

Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
 
Image detective efficient image retrieval system
Image detective    efficient image retrieval systemImage detective    efficient image retrieval system
Image detective efficient image retrieval system
 
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
 
Image retrieval based on feature selection method
Image retrieval based on feature selection methodImage retrieval based on feature selection method
Image retrieval based on feature selection method
 
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURESSEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
 
Spectral approach to image projection with cubic
Spectral approach to image projection with cubicSpectral approach to image projection with cubic
Spectral approach to image projection with cubic
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolation
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transform
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transform
 
Orientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern RecognitionOrientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern Recognition
 
Satellite image resolution enhancement using multi
Satellite image resolution enhancement using multiSatellite image resolution enhancement using multi
Satellite image resolution enhancement using multi
 
IRJET- Shape based Image Classification using Geometric ­–Properties
IRJET-  	  Shape based Image Classification using Geometric ­–PropertiesIRJET-  	  Shape based Image Classification using Geometric ­–Properties
IRJET- Shape based Image Classification using Geometric ­–Properties
 
E0343034
E0343034E0343034
E0343034
 
Biomedical Image Retrieval using LBWP
Biomedical Image Retrieval using LBWPBiomedical Image Retrieval using LBWP
Biomedical Image Retrieval using LBWP
 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
 
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORM
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORMPDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORM
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORM
 
Density Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageDensity Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri Image
 
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHESWEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419
 
Enhanced target tracking based on mean shift
Enhanced target tracking based on mean shiftEnhanced target tracking based on mean shift
Enhanced target tracking based on mean shift
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 

Recently uploaded (20)

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 

Amalgamation of contour, texture, color, edge, and spatial features for efficacious image retrieval

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 674 AMALGAMATION OF CONTOUR, TEXTURE, COLOR, EDGE, AND SPATIAL FEATURES FOR EFFICACIOUS IMAGE RETRIEVAL Anju Maria1 , Dhanya S2 1 M.Tech Student, 2 Assistant Professor, Electronics and Communication, FISAT, Kerala, India Abstract From the past few years, Content based image retrieval (CBIR) has been a progressive and curious research area. Image retrieval is a process of extraction of the set of images from the available image database resembling the query image. Many CBIR techniques have been proposed for relevant image recoveries. However most of them are based on a particular feature extraction like texture based recovery, color based retrieval system etc. Here in this paper we put forward a novel technique for image recovery based on the integration of contour, texture, color, edge, and spatial features. Contourlet decomposition is employed for the extraction of contour features such as energy and standard deviation. Directionality and anisotropy are the properties of contourlet transformation that makes it an efficient technique. After feature extraction of query and database images, similarity measurement techniques such as Squared Euclidian and Manhattan distance were used to obtain the top N image matches. The simulation results in Matlab show that the proposed technique offers a better image retrieval. Satisfactory precision-recall rate is also maintained in this method. Keywords: Contourlet Decomposition, Local Binary Pattern, Squared Euclidian Distance, Manhattan Distance ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION Recent days, witnessed a rapid growth of the storage spaces accommodating enormous image databases. Acquiring the appropriate image from the huge collection is tedious. So an efficient browsing, searching and retrieval technique needs to be incorporated. In the budding stages of the retrieval system, text based retrieval was employed. In those systems, images were annotated with the text. Automatic generations of descriptive texts were not viable and hence it requires manual annotation. This pave the way to content based image retrieval (CBIR) system. CBIR utilizes the visual features of an image. Wavelet and Fourier transformation based CBIR were the widely used techniques. Although they were found acceptable, these techniques could not provide any details about smooth contours. Here an effective system based on contourlet transformation is proposed. This system could extract the contents of the image in terms of directional contours, horizontal and vertical edges of the image. The previous research work, CBIR using contourlet transform (CT) [1] proposed the relevance of using contourlet transform, as it offered high retrieval rate and less computational complexity. The work on Rotation invariant image description with local binary pattern (LBP) histogram Fourier feature [2] could reveal that the Discrete Fourier transform (DFT) based features derived from Uniform LBP were invariant to rotations. CBIR using histogram, color and edge [3] examined the retrieval efficiency based on different features like image histogram, color values and edge values. An approach for combining the features of the images was proposed in the work Integrating contourlet features with texture, color and spatial features for image retrieval [4]. In color – Texture based image retrieval system [5] both color and texture features were used to retain accurate retrieval result. Here color histogram for color extraction and pyramid structure wavelet transform model for texture extraction were used. Objective of the proposed system is to attain an efficient retrieval of images by combining contour, texture, color, edge and spatial feature for image extraction. As it integrates all these features it could ensure better retrieval efficiency. Image retrieval comprises of two phases namely 1) feature extraction 2) measurement of similarities of query and database images. Applications of the proposed system finds in the fields like crime prevention say for example face recognition by police forces., security check using finger prints, Medical field for the comparison of present diagnosis results with the relevant past cases, Identification of intellectual field such as trade mark recognition, Digital libraries and entertainment purposes etc. This reveals the need for an efficient retrieval system. 2. PROPOSED SYSTEM ARCHITECTURE The proposed system generates feature set incorporating the contour, texture, color, spatial and edge features of all the attainable images in the database for the image retrieval. The attained features are concatenated for the feature set creation of the images. These feature set is compared with query
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 675 feature set for image retrieval. Architecture for the proposed system is shown in Fig. 1 Fig -1: Architecture of proposed system 3. CONTOUR AND TEXTURE FEATURE Prior to the feature extraction all the data images are resized to a unique scale and converted to gray scale images. 3.1 Contour Feature Extraction Resized image is subjected to contourlet decomposition. It constitutes a dual filter bank system. Headmost being a laplacian pyramid (LP) for capturing point discontinuities and followed by DFB(directional filter bank) for linking point discontinuities.[1] LP decomposition process outputs the low pass version of image and band pass version Fig -2: Laplacian pyramid decomposition (one-level) Band pass version of the image can be calculated as, B(i,j)=I(i,j)-I1(i,j) (1) Further pyramidal decomposition [6] is executed on the low pass version of the image. Band pass version is devised to capture smooth contour and directional edges i.e. high frequency contents.DFB is designed based on two building blocks.[1]The first one is a two channel quincunx filter bank with fan filters which divides a two dimensional spectrum in to horizontal and vertical direction. The second one is a shearing operator for reordering image pixels.[8] These two operations preserve directional information. Dual filter bank, results in decomposition of image in to different directional sub band. For the decomposed image in contourlet domain, contour features such as standard deviation (σs) and energy {Es} are calculated as per the equations given below.[4] σs = ( 1 M×N ) Cs x, y − μsN−1 Y=0 M−1 x=0 2 (2) {Es} = ( 1 M×N ) Cs x, yN−1 Y=0 M−1 x=0 (3) Where Cs is coefficient of CT (contourlet transform) decomposed sth sub band. μs being mean value of sth sub band. M×N represents size of CT decomposed sub band. Energy and standard deviation for all images in database are found. After which Normalization of these two quantities were done and stored as their individual contour feature set. 3.2 Texture Feature Extraction For texture feature extraction rotation invariant local binary pattern (LBP) histogram Fourier features [2] based on uniform LBP histogram is used. LBP is a powerful operator.LBP for the central pixel(x,y) of image I(x,y) is obtained as, LBPSR(x,y) = (T(I x, y − I(S−1 𝑆=0 xs,ys))2s (4) T(z) –Threshold function, s – sampling point ,r- radius. T(z) is given by, T(z)= 1 , z ≥ 0 0 , z < 0 (5) LBP is considered as uniform, if its binary pattern contains only two bitwise transitions. Steps involved for texture feature extraction are, 1. Conversion of database images in to gray scale. 2. Computation of LBP. 3. Generation of histogram of LBP. 4. Computation of Discrete Fourier transform of the histograms per the equation, H (n,u)= h p−1 r=0 1u s(n,r)e−j2Πnr /s (6) 5. Store the absolute value of obtained DFT as feature set. For the image and the rotated version by an angle, the absolute value of DFT of histogram remains entirely the same.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 676 4. COLOR, EDGE AND SPATIAL FEATURE For color extraction histogram based approach is employed. Canny’s edge detection technique is used for edge capturing. Spatial feature based on dominant color extraction provides the details of spatial feature. 4.1 Color Extraction For color extraction, red, green and blue color values are extracted.[5] Generation of respective histograms and computation of average red, green and blue content is performed. Result is stored in a 1D matrix and stored as color feature set. Color moments such as mean, variance and skewness were found to be effective for analyzing current distribution of the image. Mean μx, Varianceσx, Skewnesssx, obtained as,[11] μx= 1 N fN y=1 xy (7) σx=( 1 N (fN y=1 xy- μx)2 )1/2 (8) sx=( 1 N (fN y=1 xy- μx)3 )1/3 (9) fxy -xth color component of the yth image pixel’s represents the total number of pixels in an image. Mean, Variance and Skewness were also concatenated to the color feature set. 4.2 Edge Extraction For the edge feature set creation, Canny’s edge detection technique is preferred. Canny edge detector employs a multi stage algorithm for its edge detection. Good detection, localization and minimal response make it suitable for edge detection. The algorithm [3] employed for edge feature capture is as follows, 1. Input image and scale it to required scale. 2. Conversion of resized image to gray scale one. 3. Detection of edge using Canny’s edge detection and store in to a two dimensional matrix. 4. Maximum value of each column is extracted from the obtained result and stored as the edge feature set. 4.3 Spatial Feature Extraction Spatial feature based on dominant color extraction is performed. In order to procure spatial features, each image in database is initially transformed in to NTSC color system. It includes red, green, blue, magenta, white, yellow, cyan, aquamarine, black, gray, dark red and copper. After which image I is divided to M sub regions. For each sub regions occurrence count is extracted. The color count for each sub region and indices are given by [4], Nocc x={ Socc 0 (x) , Socc 1 (x) ,….. Socc Ns (x) } (10) Where Socc v (x) is a subset of Mocc (x) .The subset of Mocc are sorted such that subset with maximum valued element is listed as the first subset and remaining trailing it. The index of the first Msf sub regions is determined and corresponding indices are gathered as spatial feature set. After abstraction of aforesaid feature set (contour, texture, color, edge, spatial) from image database, the individual feature sets are concatenated in to single feature set. Normalization [4] of the feature set is carried as per the equation, {F1Sx}= ( p/q2 )× FSx′(r) (11) Where p = FSx′ (12) q = (FSx′(r)) p−1 r=0 2 (13) FSx′(r) = FSx(r) FSx - (FSx(r))FSx −1 r=0 (14) The Normalized feature set is obtained from (11).It is the definite feature set extracted for the particular image in the database. The obtained result is stored as the feature database. 5. QUERY BASED IMAGE RETRIEVAL When query image is given as input, system computes the feature set for the same. Then determined feature set is compared with feature set in the feature database using available similarity measure techniques such as Squared Euclidian Distance (SED) , Manhattan Distance etc. 5.1 Similarity Measures The SED computes similarity between feature database {F1Sx(r)} and the feature set of the query image FSqu(r).SED can be calculated [4] by the equation (15) Dsed= (F1Sx r − FSqu r )FSx′ −1 r=0 2 (15) Another similarity measure technique called Manhattan gives the sum of absolute difference distance measure. DM = (F1Sx′ r − FSqu rFSx′ −1 r=0 (16) The images that accure least SED/ Manhattan value are sorted such that they obtain the first location and top N matches are retrieved. 6. RESULTS AND DISCUSSIONS In the proposed system, initially contourlet decomposition (CD) is performed for the contour feature extraction. All the images in the database are decomposed. A sample image from database and its corresponding CD are shown in Fig 3. Four level LP decomposition is performed using pkva filter
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 677 [1].Standard deviation and energy [4] are used as contour feature, which is computed on each direction sub band of the decomposed images in the database. Normalized result was used for the creation of contour feature set. Fig -3: Contourlet transform decomposed image After the creation of contour feature set, we have extracted texture feature using rotation invariant LBP histogram Fourier features [2].For this we have computed LBP for all database images and have generated corresponding histogram of the obtained LBP’s. Followed by this computation of absolute value of the DFT of generated histogram was performed. It was used for the creation of texture feature set. A sample image from database, its histogram, LBP and histogram of LBP are shown in Fig 4. Fig -4: Local binary pattern and histogram Original image and its rotated version by an angle 2700 are illustrated by Fig.5 and Fig.6 respectively. Fig -5: Input image Fig -6: Input image rotated by an angle 2700 For the rotated version of same input image, absolute value of DFT of histograms remains same as that of original version, although LBP contains a two bitwise transitions.LBP of the same image and its rotated version are exhibited in Table1. Table -1: Local binary pattern Image LBP LBP of input image 0 0 0 0 0 1 1 0 LBP of input image rotated by an angle 2700 0 1 1 1 0 0 0 0 The absolute value plot of DFT of the generated histogram for the original and rotated versions are displayed in Fig 7 Fig -7: Absolute value of input image and 2700 rotated version of the same input image After the formation of texture feature set, we have created color feature set. For these individual mean values of red, green and blue were extracted for all database images. Results
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 678 obtained were stored as color feature set. A sample image from database and corresponding RGB histogram is shown in Fig 8. Fig -8: Histogram of Red, Green, Blue plane. Table 2 illustrates the mean value generated for the selected sample image. Table -2: Color components Color Mean value Blue 101.3969 Green 47.0693 Red 164.2397 Color feature set creation was followed by edge feature set extraction. Canny’s edge detection was employed for detecting edges of all the available database images.Fig.9 shows a sample database image and its edge detected image. Fig -9: Edge detection. Final step in the feature set creation was spatial feature set extraction. Here we have extracted dominant color from the sub regions of all the database images. NTSC color system was used. Fig 10 displays a sample image in NTSC color system and Table 3 illustrates its obtained color components. Fig -10: Sample image (NTSC Color system) Table -3: Color components NTSC color system Color Mean value White 0.7151 Black 0 Blue 0.1635 Copper 0.5389 Cyan 0.3689 Dark Red 0.1731 Gray 0.3575 Green 0.2053 Magenta 0.5098 Red 0.3461 Yellow 0.5516 Aquamarine 0.5462 All the foresaid features were concatenated in to a single feature set and normalization was performed to create feature set of the database image .Based on the feature set of database images and query image SED and Manhattan distance were calculated. Fig 11 illustrates minimum SED/Manhattan distance plot (here 35 images are considered to create the database). Fig -11: Minimum distance plot
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 679 Finally, images were sorted based on the minimum SED/Manhattan distance and retrieval of top N images was performed. Fig 12 displays a sample Query image and corresponding retrieved images. Fig -12: Image retrieval for a query image. 6.1 Performance Evaluation Performance evaluation of the proposed system was carried out by computing precision-recall rate, error rate and traditional F measure, as per the equations given below, Recall rate(R) = No :of relevant images retrieved Total no:of relevant images in database (17) Precision rate (P) = No :of relevant images retrieved Total no:of images in database (18) Error rate = No :of non relevant images retrieved Total no:of images in database (19) F measure = 2(P×R) (P+R) (20) The figure shown below indicates the obtained rates for different query images. Fig -13: Rate plot for different query image. Precision and recall are the standard measures in the image retrieval system which provides a good indication of the system performance [9]. Recall can be made one by retrieving all images and precision can be kept high by retrieving only few relevant images. Reduction in the recovery of non relevant images will keep the error rate minimum. The weighted harmonic mean of precision and recall is obtained via F measure. 7. CONCLUSIONS In this paper, an efficient image retrieval system based on contourlet, texture, spatial, edge , and color features were proposed. CT helps to extract directional contours, horizontal and vertical edges. The similarity measure techniques such as SED, Manhattan were found effective for image retrieval. Experimental results and performance evaluation shows that our proposed system offers a better image retrieval compared to the traditional ones which use single features for image retrieval. Further extension of proposed work can be carried out by comparing various similarity measure techniques such as Minkowsi-form distance, Quadratic form distance, Mahalanobis distance, Kullback-leiber divergence and Jeffery – divergence etc. REFERENCES [1]. Ch.SrinivasaRao , S. Srinivaskumar, B.N.Chatterji, “Content Based Image Retrieval using Contourlet Transform”, International Journal on Graphics, Vision and Image Processing, Vol. 7, No. 3, pp. 9-15, 2007. [2]. TimoAhonen, Jiri Matas, Chu He and MattiPietik¨ainen “Rotation Invariant Image Description with Local Binary Pattern Histogram Fourier Features“ in Proceedings of 16th Scandinavian Conference on Image Analysis, pp. 61 – 70, June 15 - July 18, Oslo, Norway, 2009 [3]. PoulamiHaldar,Joydeep Mukherjee "content based image retrieval using Histogram, Color and Edge”International journal of computer applications,june 2012 [4]. B.syam and Y.srinivasaRaoIntegrating contourlet features with texture,color and spatial features for effective image retrieval” [IEEE],2010 [5]. Rahul Mehta,Nischol Mishra, Sanjeev Sharma “color- texture based image retrieval system”International journal for computer applications,june 2011 [6]. “Ch.SrinivasaRao and S.Srinivas Kumar, “Content Based Image Retrieval using Contourlet Sub-band Decomposition”, Proceedings of SPIT-IEEE Colloquium and International Conference, Vol. 1, Mumbai, India [7]. K.S.S. Prakash and R.M.D. Sundaram, “Combining Novel features for Content Based Image Retrieval,”in proceedings of 14th IEEE Workshop on Multimedia Communications and Services, [8]. Minh N. Do and Martin Vetterli “Pyramidal directional filter banks and curvelets”,in IEEE international conference on image processing,Thessaloniki,Greece,2001
  • 7. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 680 [9]. Henning Muller, Wolfgand, David, Stephane, and Thietty “Performance evaluation in CBIR, over view and proposals” computer vision group. [10]. B.G Prasad,S.K Gupta and K.K.Biwas,“color and shape index for region based image retrieval”in proceedings of the 4th international workshop on visual form. [11]. NeetuSharma.S,PareshRawat.S and JaikaranSingh.S “Efficient CBIR using color histogram processing”,SIPIJ,2011