SlideShare a Scribd company logo
Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88
www.ijera.com 84 | P a g e
Global Descriptor Attributes Based Content Based Image
Retrieval of Query Images
Jaykrishna Joshi*, Dattatray Bade**
*(Department of Electronics and Telecommunication, Mumbai University, Mumbai-421 601)
** (Department of Electronics and Telecommunication, Mumbai University, Mumbai-400 037)
ABSTRACT
The need for efficient content-based image retrieval system has increased hugely. Efficient and effective
retrieval techniques of images are desired because of the explosive growth of digital images. Content based
image retrieval (CBIR) is a promising approach because of its automatic indexing retrieval based on their
semantic features and visual appearance. In this proposed system we investigate method for describing the
contents of images which characterizes images by global descriptor attributes, where global features are
extracted to make system more efficient by using color features which are color expectancy, color variance,
skewness and texture feature correlation.
Keywords - Content based image retrieval (CBIR), Retrieval, Query Image, Global Descriptor Attributes and
Color Histogram
I. INTRODUCTION
With the advances in computer technologies and
the advent of the World Wide Web, there has been an
explosion in the amount and complexity of digital
data being generated, stored, transmitted, analyzed,
and accessed. Much of this information is multimedia
in nature, including digital images, video, audio,
graphics, and text data[1]. In order to make use of
this vast amount of data, efficient and effective
techniques to retrieve multimedia information based
on its content need to be developed. Among the
various media types, images are of prime importance.
An image retrieval system is a computer system
for browsing, searching and retrieving images from a
large database of digital images. Most traditional and
common methods of image retrieval utilize some
method of adding metadata such as captioning,
keywords, or descriptions to the images so that
retrieval can be performed over the annotation words.
The reason behind research on multimedia systems
and content-based image retrieval (CBIR) is the fact
that multimedia databases deal with text, audio, video
and image data which could provide enormous
amount of information and which has affected life
style of human for the better.
CBIR is the application of computer vision to the
image retrieval problem, that is, the problem of
searching for digital images in large databases[2].
Content-based image retrieval also known as query
by image content (QBIC) and content-based visual
information retrieval (CBVIR). "Content-based"
means that the search will analyze the actual contents
of the image. The term 'content' in this context might
refer colors, shapes, textures, or any other
information that can be derived from the image itself.
There are some types of feature used for Image
retrieval such as color retrieval, textual retrieval,
shape retrieval and so on. Figure 1 show diagram
fundamental of content-based image retrieval system.
Figure.1 Block Diagram of Basic Content Based
Image Retrieval System
II. CONTENT-BASED IMAGE
RETRIEVAL (CBIR)
Content-based image retrieval (CBIR) has
become one of the most active research areas in the
past few years. Thus, many visual feature
representations have been explored and many CBIR
systems have been built. However, there are several
problems and challenges need to be consider in
attempt to apply CBIR systems. Firstly, the gap
between high-level semantic concept and low-level
visual features is great. In the CBIR context, an
image is represented by a set of low-level visual
features which are the features have no direct
correlation with high-level semantic concept[3].
Human prefer to retrieve images according to the
RESEARCH ARTICLE OPEN ACCESS
Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88
www.ijera.com 85 | P a g e
“semantic” or “concept” of an image. But, CBIR
depends on the absolute distance of image features to
retrieve similar images Thereby, appear the gap
between high-level concepts and low-level features
which is the major difficulty that hinders further
development of CBIR systems. In other sentence, the
semantic gap problem is the lack of coincidence
between the image representation and the human
interpretation for an image.
There are many existing feature selection
techniques such as distribution based approaches,
Kullback-Leibler divergence (K-LD), boosting
manner, discriminant analysis (DA) method and
others. However, these feature selection techniques
remains a challenging problem for image retrieval. In
recent year, there are a lot of discriminant analysis
method had been proposed and used as a feature
selection method to improve relevance feedback.
These methods included multiple discriminant
analysis (MDA), biased discriminant analysis (BDA),
kernel-biased discriminant analysis (KBDA) and
nonparametric discriminant analysis (NDA). The
goal of discriminant analysis is to find a weight
matrix such that the distances between the two scatter
class matrixes are maximized.
However, these methods have their own
drawback that must be solved to improve the
performance of CBIR[4]. Basic single Gaussian
assumption which proposed by MDA and BDA
usually doesn‟t hold, since the few training samples
are always scattered in the high dimensional feature
space, and their effectiveness will be suffer.
Moreover, single Gaussian distribution means all
positive samples should be similar with similar view
angle and similar illumination, which are not the case
for CBIR. To overcome the problem of single
Gaussian distribution assumption, KBDA had been
introduced. But, this kernel based method has two
major drawbacks which is regularization approach is
often unstable and it is rely on parameter tuning.
Then, NDA had been proposed to solve the problem
in MDA, BDA and also KBDA. This approach can
only barely match the accuracy performance of
KBDA. As a conclusion, many feature selection
methods can not satisfy the requirements in CBIR
even though there are many method has been apply in
content-based image retrieval[5].
III. METHODOLOGY
The term Content-based image retrieval [CBIR]
describes the process of retrieving desired images
from a large collection on the basis of features (such
as colour, texture and shape) that can be
automatically extracted from the images
themselves.Content-based image retrieval, also
known as query by image content and content-based
visual information retrieval is the application of
computer vision to the image retrieval problem, that
is, the problem of searching for digital images in
large databases. „CONTENT BASED‟ means that the
search makes use of the contents of the images
themselves, rather than relying on human-input
metadata such as captions or keywords. The
surrounding world is composed of images.
There are different models for color image
representation. In the seventeen century Sir Isaac
Newton showed that a beam of sunlight passing
through a glass prism comes into view as a rainbow
of colors. Therefore, he first understood that white
light is composed of many colors[6]. Typically, the
computer screen can display 2^8 or 256 different
shades of gray. For color images this makes 2^ (3x8)
= 16,777,216 different colors. Clerk Maxwell showed
in the late nineteen century that every color image
cough be created using three images – Red, green and
Blue image. A mix of these three images can produce
every color. This model, named RGB model, is
primarily used in image representation. The RGB
image could be presented as a triple(R, G, B) where
usually R, G, and B take values in the range [0, 255].
Another color model is YIQ model (lamination (Y),
phase (I), quadrature phase (Q)). It is the base for the
color television standard. Images are presented in
computers as a matrix of pixels. They have finite
area. If we decrease the pixel dimension the pixel
brightness will become close to the real brightness. A
content-based image retrieval system (CBIR) is a
piece of software that implements CBIR. In CBIR,
each image that is stored in the database has its
features extracted and compared to the features of the
query image[7].
Searching and browsing image collections have
become important and active research fields in the
last decade. There are two approaches to image
retrieval: Text-Based approach and Content- Based
approach. Querying by image content is one of most
promising search techniques where users try to find
relevant images based on the given query image.
Color, texture, and shape are the low level features
that are usually preferred in content-based image
retrieval (CBIR) systems. Among these methods,
color histogram is the simplest, yet an effective visual
feature commonly used in color image retrieval[8].
The aim of query-by-color is to find images, whose
color features are similar to the color features of
query image. Although color histograms are
commonly used in computer vision and have the
computational advantages, it is a fact that they are
also very sensitive to small illumination changes and
quantization errors. In proposed method, firstly we
investigate two methods for describing the contents
of the images where first one characterizes images by
global descriptor attributes. Feature vectors based on
color and texture features are called Global
Descriptor Attributes[9].
Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88
www.ijera.com 86 | P a g e
IV. DESIGN STEPS
Step-1: Feature Extraction:
First step in the proposed method is to extract the
image features to a distinguishable extinguishable
extent. Feature extraction is most critical stage. The
end result of feature extraction is a set of features
called feature vector; which constitutes the
representation of image (features such as color,
shape, texture etc. are used to describe the content of
image).
Global Descriptor Attributes:
1. Color
Color is the most extensively used visual content
for image retrieval. Color feature is one of the most
significant features of image retrieval. Its three-
dimensional values make its discrimination
potentiality superior to the single dimensional gray
values of images.
Extraction of color feature is done using
i. Color moment and
ii. Color Histogram
i. Color moment
Sticker and Orengo who propose the method of
color moment consider that the color information
focus on the low-level color moment of the image,
and they mainly do statistics for the first order,
second-order and third-order moment of each color
component. For image retrieval, the color moment is
a simple and effective representative method of color
features. Such color moment as first-order (mean)
and second (variance) and third-order (Skewness), is
proved to be very effective in presenting color
distribution of images. The three color moments are
defined with formulas as follows:
a) Color Expectancy: It is defined as the
average color.
Color Expectancy
b) Color Variance: It is defined as the
dispersion of color values from average.
Color
Variance
c) Color Skewness: It is defined as symmetry
of color distribution on the whole image.
Color
Skewness
Where N represents number of pixels in an image &
in an i  j matrix represents the pixel value.
ii. Color Histogram:
An image histogram is a chart that shows the
distribution of intensities in an indexed or intensity
image. The CCH of an image indicates the frequency
of occurrence of every color in an image. The
approach more frequently adopted for CBIR systems
is based on the conventional color histogram (CCH),
which contains occurrences of each color obtained
counting all image pixel shaving that color.
2. Texture:
Texture is that innate property of all surfaces that
describes visual patters, and that contain important
information about the structural arrangement of the
surface and its relationship to the surrounding
environment. Texture is another important property
of images. Various texture representations have been
investigated in pattern recognition and computer
vision.
Step-2: Normalization:
If the image energy varies with position,
matching using cross correlation can fail. For
example, the correlation between the feature and an
exactly matching region in the image may be less
than the correlation between the feature and a bright
spot. The range of correlation is dependent on the
size of the feature. Normalization is performed so
that all images have a fixed dimension in order to
allow comparisons.
Step-3: Inputting Query Image:
To retrieve images, users provide the retrieval
system with example images or sketched figures
(Query image). The system then changes these
examples into its internal representation of feature
vectors.
Step-4: Matching:
The similarities /distances between the Global
Descriptor Attributes (GDA)of the query example or
sketch and those of the images in the database are
then calculated. This step involves matching these
Global Descriptor Attributes (GDA) to yield result
that are visually similar. If the Euclidean distance
between the query image and the images in the
database is small enough the corresponding image in
the database is considered as the match to the Query
image. Formula for Euclidean distance is given
below
Where
ED= Euclidean Distances
= Visual features of image query
= Visual features of images in database
i = Feature in which i start with i=1
Step-5: Simulation:
Instead of exact matching, content-based image
retrieval calculates visual similarities between a
query image and images in a database. Accordingly,
Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88
www.ijera.com 87 | P a g e
the retrieval result is not a single image but a list of
images ranked by their similarities with the query
image. Many similarity measures have been
developed for image retrieval based on empirical
estimates of the distribution of features in recent
years. Different similarity/distance measures will
affect retrieval performances of an image retrieval
system significantly. In the proposed method this step
involves sorting the images based on their Euclidean
distance values and ranking them in ascending order.
After this calculate the Match Percentile (MP) by
using the formula
Match Percentile (MP) =
Where N= number of images in the database, R =
Rank of the image
Step-6: Applying Conventional Color
Histogram(CCH):
The CCH is constructed by counting the
number of pixels of each color. Histogram based
search method is investigated in RGB color space
only on filtered databases. A higher successful rate is
retrieving target image is obtained.
peppers.png dog.png guitar.png flower.png Gantrycrane
seq nos  1 2 3 4 5
balloon.png fabric.png pepper_1.png pepper_2.png pepper_3.png
seq nos  6 7 8 9 10
Figure 2: Results
Peppers.png Pepper_1.png Pepper_2.png Pepper_3.png Fabric.png
Figure 3: Top Five Sorted Images
V. RESULTS
The first image is the query image Peppers.png.
The eighth image which is Pepper_1 is rotated (180
degree) image of the query image. The ninth and the
tenth image Pepper_2 and Pepper_3 respectively are
developed by doing some changes in illumination and
brightness to the query image. These images are
included in the database to show and represent the
accuracy of the proposed algorithm.
Next step involves sorting of images in
descending order and extracting top five relevant
images (with respect to the given query image) from
the database based on their Average match percentile
value as shown in Figure 3.
Table.3 Histogram Error of top 5 sorted images
Rank Image name AMP Histogram
error
1 Peppers.png 1.0000 0
2 Pepper_1.png 0.8929 0.0425
3 Pepper_2.png 0.8810 0.0469
4 Pepper_3.png 0.8095 0.0451
5 Fabric.png 0.7857 0.0547
The Table.3 shows the top five extracted similar
images which are sorted with respect to the average
match percentile value. After applying CCH on the
five extracted images, histogram error is calculated
between the query image and the top five images. As
seen in the Table.3 above, the histogram error is zero
for the Peppers.png image which is the query image.
Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88
www.ijera.com 88 | P a g e
A histogram error of zero indicates a perfect match.
Thus the retrieved image is same as the query image.
VI. CONCLUSION
The need to find a desired image from a
collection is shared by many professional groups,
including journalists, design engineers and art
historians. While the requirements of image users can
vary considerably, it can be useful to characterize
image queries into three levels of abstraction:
primitive features such as color or texture, logical
features such as the identity of objects shown and
abstract attributes such as the significance of the
scenes depicted. While CBIR systems currently
operate effectively only at the lowest of these levels,
most users demand higher levels of retrieval. Due to
the use of global descriptor values to extract images
the process of retrieval method is much faster than
the conventional approach of retrieval of images.
REFERENCES
[1] “Content-Based Microscopic Image
Retrieval System for Multi-Image Queries”,
Akakin.H.C., Gurcan. M.N, IEEE
Transactions on Information Technology in
Biomedicine, Volume:16, Issue:4 DOI: 10.
1109/TITB.2012.2185829, 2012.
[2] “Generalized Biased Discriminant Analysis
for Content-Based Image Retrieval”, Lining
Zhang, Lipo Wang , Weisi Lin, IEEE
Transactions on Systems, Man and
Cybernetics, Part B: Cybernetics, Volume:
42 , Issue: 1 , DOI: 10.1109/TSMCB.2011.
2165335, 2012.
[3] “Content Based Image Retrieval Using
Unclean Positive Examples”, Jun Zhang ,
Lei Ye, IEEE Transactions on Image
Processing, Volume: 18 , Issue: 10 , DOI:
10.1109/TIP.2009.2026669,2009.
[4] “Interactive content-based texture image
retrieval”, Patil. P.B., Kokare. M.B., 2nd
International IEEE Conference on Computer
and Communication Technology,2011, DOI:
10.1109/ICCCT.2011.6075199.
[5] “Content-Based Image Retrieval for Blood
Cells”, Zare, M.R., Ainon, R.N. , Woo
Chaw.Seng Third Asia International IEEE
Conference on Modelling & Simulation,
2009, DOI:10.1109/AMS.2009.103.
[6] “Image Retrieval Based on Fuzzy Color
Histogram”, Kai-xing Wu, Qiang Xu
International IEEE Conference on Intelligent
Information Hiding and Multimedia Signal
Processing(IIHMSP),2008,DOI:10.1109/IIH
-MSP.2008.57.
[7] “A color based fuzzy algorithm for CBIR”,
Rahmani, M.K.I. , Ansari. M.A, 4th
International Conference on The Next
Generation Information Technology
Confluenc, 2013. DOI:10.1049/cp.2013.23
42.
[8] “Comparative Study on Content-Based
Image Retrieval (CBIR)”,Khan.S.M.H.,
Hussain.A.,Alshaikhli.I.F.T., International
IEEE Conference on Advanced Computer
Science Applications and Technologies
(ACSAT),2012,
DOI:10.1109/ACSAT.2012.40.
[9] “A survey of methods for colour image
indexing and retrieval in image databases”,
R. Schettini, G. Ciocca, S Zuffi, Color
Imaging Science: Exploiting Digital Media,
(R. Luo, L. MacDonald eds.), J. Wiley,
2001.

More Related Content

What's hot

Content Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval AlgorithmContent Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval Algorithm
Akshit Bum
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
CBIR
CBIRCBIR
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
csandit
 
Low level features for image retrieval based
Low level features for image retrieval basedLow level features for image retrieval based
Low level features for image retrieval based
caijjournal
 
Feature extraction techniques on cbir a review
Feature extraction techniques on cbir a reviewFeature extraction techniques on cbir a review
Feature extraction techniques on cbir a review
IAEME Publication
 
Paper id 25201471
Paper id 25201471Paper id 25201471
Paper id 25201471
IJRAT
 
Literature Review on Content Based Image Retrieval
Literature Review on Content Based Image RetrievalLiterature Review on Content Based Image Retrieval
Literature Review on Content Based Image Retrieval
Upekha Vandebona
 
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
Editor IJARCET
 
Ts2 c topic (1)
Ts2 c topic (1)Ts2 c topic (1)
Ts2 c topic (1)
Harini Vemula
 
CBIR For Medical Imaging...
CBIR For Medical  Imaging...CBIR For Medical  Imaging...
CBIR For Medical Imaging...
Isha Sharma
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
Prem kumar
 
IRJET- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET- Image based Information Retrieval
IRJET- Image based Information Retrieval
IRJET Journal
 
Sub1547
Sub1547Sub1547
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance FeedbackAn Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
IJMIT JOURNAL
 
Optimizing content based image retrieval in p2 p systems
Optimizing content based image retrieval in p2 p systemsOptimizing content based image retrieval in p2 p systems
Optimizing content based image retrieval in p2 p systems
eSAT Publishing House
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
ijcsity
 
Content based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image DatabasesContent based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image Databases
IJERA Editor
 
Et35839844
Et35839844Et35839844
Et35839844
IJERA Editor
 

What's hot (19)

Content Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval AlgorithmContent Based Image and Video Retrieval Algorithm
Content Based Image and Video Retrieval Algorithm
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
CBIR
CBIRCBIR
CBIR
 
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
 
Low level features for image retrieval based
Low level features for image retrieval basedLow level features for image retrieval based
Low level features for image retrieval based
 
Feature extraction techniques on cbir a review
Feature extraction techniques on cbir a reviewFeature extraction techniques on cbir a review
Feature extraction techniques on cbir a review
 
Paper id 25201471
Paper id 25201471Paper id 25201471
Paper id 25201471
 
Literature Review on Content Based Image Retrieval
Literature Review on Content Based Image RetrievalLiterature Review on Content Based Image Retrieval
Literature Review on Content Based Image Retrieval
 
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
 
Ts2 c topic (1)
Ts2 c topic (1)Ts2 c topic (1)
Ts2 c topic (1)
 
CBIR For Medical Imaging...
CBIR For Medical  Imaging...CBIR For Medical  Imaging...
CBIR For Medical Imaging...
 
Content Based Image Retrieval
Content Based Image RetrievalContent Based Image Retrieval
Content Based Image Retrieval
 
IRJET- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET- Image based Information Retrieval
IRJET- Image based Information Retrieval
 
Sub1547
Sub1547Sub1547
Sub1547
 
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance FeedbackAn Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
An Unsupervised Cluster-based Image Retrieval Algorithm using Relevance Feedback
 
Optimizing content based image retrieval in p2 p systems
Optimizing content based image retrieval in p2 p systemsOptimizing content based image retrieval in p2 p systems
Optimizing content based image retrieval in p2 p systems
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
 
Content based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image DatabasesContent based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image Databases
 
Et35839844
Et35839844Et35839844
Et35839844
 

Viewers also liked

Numerical simulation of Pressure Drop through a Compact Helical geometry
Numerical simulation of Pressure Drop through a Compact Helical geometryNumerical simulation of Pressure Drop through a Compact Helical geometry
Numerical simulation of Pressure Drop through a Compact Helical geometry
IJERA Editor
 
DIFUSI TEKNOLOGI PRODUKSI KONSENTRAT PROTEIN DARI IKAN GABUS
DIFUSI TEKNOLOGI PRODUKSI KONSENTRAT PROTEIN DARI IKAN GABUSDIFUSI TEKNOLOGI PRODUKSI KONSENTRAT PROTEIN DARI IKAN GABUS
DIFUSI TEKNOLOGI PRODUKSI KONSENTRAT PROTEIN DARI IKAN GABUS
brawijaya university
 
Advocating against the privatization of education: the Chilean experience
Advocating against the privatization of education: the Chilean experienceAdvocating against the privatization of education: the Chilean experience
Advocating against the privatization of education: the Chilean experience
PERIGlobal
 
A Real Time Video Colorization Method with Gabor Feature Space
A Real Time Video Colorization Method with Gabor Feature SpaceA Real Time Video Colorization Method with Gabor Feature Space
A Real Time Video Colorization Method with Gabor Feature Space
IJERA Editor
 
Talent of the month
Talent of the monthTalent of the month
Talent of the monthMoataz Atva
 
Deshiroj Te Pendohem Por
Deshiroj Te Pendohem PorDeshiroj Te Pendohem Por
Deshiroj Te Pendohem Porguestef339
 
Comercio
ComercioComercio
Comercio
jbasualdo
 
Không nên xem nhẹ dấu hiệu hay quên, đãng trí, kém tập trung
Không nên xem nhẹ dấu hiệu hay quên, đãng trí, kém tập trungKhông nên xem nhẹ dấu hiệu hay quên, đãng trí, kém tập trung
Không nên xem nhẹ dấu hiệu hay quên, đãng trí, kém tập trungdeetta567
 
A503010103
A503010103A503010103
A503010103
IJERA Editor
 
Reti09 Nielsen Netratings(2)
Reti09   Nielsen Netratings(2)Reti09   Nielsen Netratings(2)
Reti09 Nielsen Netratings(2)michela_apolloni
 
F53022933
F53022933F53022933
F53022933
IJERA Editor
 
IN 7 STAPPEN NAAR EEN PRODUCT DAT GEKOCHT WORDT?
IN 7 STAPPEN NAAR EEN PRODUCT DAT GEKOCHT WORDT?IN 7 STAPPEN NAAR EEN PRODUCT DAT GEKOCHT WORDT?
IN 7 STAPPEN NAAR EEN PRODUCT DAT GEKOCHT WORDT?
Misha de Sterke
 
PP Iwan Fals
PP Iwan FalsPP Iwan Fals
PP Iwan Fals
AfifKurniawan7
 
CONTENTMARKETING
CONTENTMARKETINGCONTENTMARKETING
CONTENTMARKETING
Misha de Sterke
 

Viewers also liked (15)

Numerical simulation of Pressure Drop through a Compact Helical geometry
Numerical simulation of Pressure Drop through a Compact Helical geometryNumerical simulation of Pressure Drop through a Compact Helical geometry
Numerical simulation of Pressure Drop through a Compact Helical geometry
 
DIFUSI TEKNOLOGI PRODUKSI KONSENTRAT PROTEIN DARI IKAN GABUS
DIFUSI TEKNOLOGI PRODUKSI KONSENTRAT PROTEIN DARI IKAN GABUSDIFUSI TEKNOLOGI PRODUKSI KONSENTRAT PROTEIN DARI IKAN GABUS
DIFUSI TEKNOLOGI PRODUKSI KONSENTRAT PROTEIN DARI IKAN GABUS
 
Advocating against the privatization of education: the Chilean experience
Advocating against the privatization of education: the Chilean experienceAdvocating against the privatization of education: the Chilean experience
Advocating against the privatization of education: the Chilean experience
 
A Real Time Video Colorization Method with Gabor Feature Space
A Real Time Video Colorization Method with Gabor Feature SpaceA Real Time Video Colorization Method with Gabor Feature Space
A Real Time Video Colorization Method with Gabor Feature Space
 
Talent of the month
Talent of the monthTalent of the month
Talent of the month
 
Deshiroj Te Pendohem Por
Deshiroj Te Pendohem PorDeshiroj Te Pendohem Por
Deshiroj Te Pendohem Por
 
Comercio
ComercioComercio
Comercio
 
Không nên xem nhẹ dấu hiệu hay quên, đãng trí, kém tập trung
Không nên xem nhẹ dấu hiệu hay quên, đãng trí, kém tập trungKhông nên xem nhẹ dấu hiệu hay quên, đãng trí, kém tập trung
Không nên xem nhẹ dấu hiệu hay quên, đãng trí, kém tập trung
 
A503010103
A503010103A503010103
A503010103
 
Reti09 Nielsen Netratings(2)
Reti09   Nielsen Netratings(2)Reti09   Nielsen Netratings(2)
Reti09 Nielsen Netratings(2)
 
Decade20081231
Decade20081231Decade20081231
Decade20081231
 
F53022933
F53022933F53022933
F53022933
 
IN 7 STAPPEN NAAR EEN PRODUCT DAT GEKOCHT WORDT?
IN 7 STAPPEN NAAR EEN PRODUCT DAT GEKOCHT WORDT?IN 7 STAPPEN NAAR EEN PRODUCT DAT GEKOCHT WORDT?
IN 7 STAPPEN NAAR EEN PRODUCT DAT GEKOCHT WORDT?
 
PP Iwan Fals
PP Iwan FalsPP Iwan Fals
PP Iwan Fals
 
CONTENTMARKETING
CONTENTMARKETINGCONTENTMARKETING
CONTENTMARKETING
 

Similar to Global Descriptor Attributes Based Content Based Image Retrieval of Query Images

Efficient CBIR Using Color Histogram Processing
Efficient CBIR Using Color Histogram ProcessingEfficient CBIR Using Color Histogram Processing
Efficient CBIR Using Color Histogram Processing
sipij
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
cscpconf
 
A Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemA Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval System
YogeshIJTSRD
 
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNINGA SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
IRJET Journal
 
Ts2 c topic
Ts2 c topicTs2 c topic
Ts2 c topic
Harini Vemula
 
An Impact on Content Based Image Retrival A Perspective View
An Impact on Content Based Image Retrival A Perspective ViewAn Impact on Content Based Image Retrival A Perspective View
An Impact on Content Based Image Retrival A Perspective View
ijtsrd
 
A Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemA Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval System
IOSR Journals
 
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
sipij
 
Survey on Multiple Query Content Based Image Retrieval Systems
Survey on Multiple Query Content Based Image Retrieval SystemsSurvey on Multiple Query Content Based Image Retrieval Systems
Survey on Multiple Query Content Based Image Retrieval Systems
CSCJournals
 
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
 
Retrieval of Images Using Color, Shape and Texture Features Based on Content
Retrieval of Images Using Color, Shape and Texture Features Based on ContentRetrieval of Images Using Color, Shape and Texture Features Based on Content
Retrieval of Images Using Color, Shape and Texture Features Based on Content
rahulmonikasharma
 
research paper
research paperresearch paper
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080
Editor IJARCET
 
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080
Editor IJARCET
 
Web Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual DictionaryWeb Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual Dictionary
ijwscjournal
 
Web Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual DictionaryWeb Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual Dictionary
ijwscjournal
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
IJERA Editor
 
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
Editor IJARCET
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
researchinventy
 
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
researchinventy
 

Similar to Global Descriptor Attributes Based Content Based Image Retrieval of Query Images (20)

Efficient CBIR Using Color Histogram Processing
Efficient CBIR Using Color Histogram ProcessingEfficient CBIR Using Color Histogram Processing
Efficient CBIR Using Color Histogram Processing
 
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEYAPPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
APPLICATIONS OF SPATIAL FEATURES IN CBIR : A SURVEY
 
A Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval SystemA Survey on Content Based Image Retrieval System
A Survey on Content Based Image Retrieval System
 
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNINGA SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
A SURVEY ON CONTENT BASED IMAGE RETRIEVAL USING MACHINE LEARNING
 
Ts2 c topic
Ts2 c topicTs2 c topic
Ts2 c topic
 
An Impact on Content Based Image Retrival A Perspective View
An Impact on Content Based Image Retrival A Perspective ViewAn Impact on Content Based Image Retrival A Perspective View
An Impact on Content Based Image Retrival A Perspective View
 
A Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemA Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval System
 
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
 
Survey on Multiple Query Content Based Image Retrieval Systems
Survey on Multiple Query Content Based Image Retrieval SystemsSurvey on Multiple Query Content Based Image Retrieval Systems
Survey on Multiple Query Content Based Image Retrieval Systems
 
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...
 
Retrieval of Images Using Color, Shape and Texture Features Based on Content
Retrieval of Images Using Color, Shape and Texture Features Based on ContentRetrieval of Images Using Color, Shape and Texture Features Based on Content
Retrieval of Images Using Color, Shape and Texture Features Based on Content
 
research paper
research paperresearch paper
research paper
 
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080
 
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080
 
Web Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual DictionaryWeb Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual Dictionary
 
Web Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual DictionaryWeb Image Retrieval Using Visual Dictionary
Web Image Retrieval Using Visual Dictionary
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
 
Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
 
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
 

Recently uploaded

sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 

Recently uploaded (20)

sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 

Global Descriptor Attributes Based Content Based Image Retrieval of Query Images

  • 1. Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88 www.ijera.com 84 | P a g e Global Descriptor Attributes Based Content Based Image Retrieval of Query Images Jaykrishna Joshi*, Dattatray Bade** *(Department of Electronics and Telecommunication, Mumbai University, Mumbai-421 601) ** (Department of Electronics and Telecommunication, Mumbai University, Mumbai-400 037) ABSTRACT The need for efficient content-based image retrieval system has increased hugely. Efficient and effective retrieval techniques of images are desired because of the explosive growth of digital images. Content based image retrieval (CBIR) is a promising approach because of its automatic indexing retrieval based on their semantic features and visual appearance. In this proposed system we investigate method for describing the contents of images which characterizes images by global descriptor attributes, where global features are extracted to make system more efficient by using color features which are color expectancy, color variance, skewness and texture feature correlation. Keywords - Content based image retrieval (CBIR), Retrieval, Query Image, Global Descriptor Attributes and Color Histogram I. INTRODUCTION With the advances in computer technologies and the advent of the World Wide Web, there has been an explosion in the amount and complexity of digital data being generated, stored, transmitted, analyzed, and accessed. Much of this information is multimedia in nature, including digital images, video, audio, graphics, and text data[1]. In order to make use of this vast amount of data, efficient and effective techniques to retrieve multimedia information based on its content need to be developed. Among the various media types, images are of prime importance. An image retrieval system is a computer system for browsing, searching and retrieving images from a large database of digital images. Most traditional and common methods of image retrieval utilize some method of adding metadata such as captioning, keywords, or descriptions to the images so that retrieval can be performed over the annotation words. The reason behind research on multimedia systems and content-based image retrieval (CBIR) is the fact that multimedia databases deal with text, audio, video and image data which could provide enormous amount of information and which has affected life style of human for the better. CBIR is the application of computer vision to the image retrieval problem, that is, the problem of searching for digital images in large databases[2]. Content-based image retrieval also known as query by image content (QBIC) and content-based visual information retrieval (CBVIR). "Content-based" means that the search will analyze the actual contents of the image. The term 'content' in this context might refer colors, shapes, textures, or any other information that can be derived from the image itself. There are some types of feature used for Image retrieval such as color retrieval, textual retrieval, shape retrieval and so on. Figure 1 show diagram fundamental of content-based image retrieval system. Figure.1 Block Diagram of Basic Content Based Image Retrieval System II. CONTENT-BASED IMAGE RETRIEVAL (CBIR) Content-based image retrieval (CBIR) has become one of the most active research areas in the past few years. Thus, many visual feature representations have been explored and many CBIR systems have been built. However, there are several problems and challenges need to be consider in attempt to apply CBIR systems. Firstly, the gap between high-level semantic concept and low-level visual features is great. In the CBIR context, an image is represented by a set of low-level visual features which are the features have no direct correlation with high-level semantic concept[3]. Human prefer to retrieve images according to the RESEARCH ARTICLE OPEN ACCESS
  • 2. Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88 www.ijera.com 85 | P a g e “semantic” or “concept” of an image. But, CBIR depends on the absolute distance of image features to retrieve similar images Thereby, appear the gap between high-level concepts and low-level features which is the major difficulty that hinders further development of CBIR systems. In other sentence, the semantic gap problem is the lack of coincidence between the image representation and the human interpretation for an image. There are many existing feature selection techniques such as distribution based approaches, Kullback-Leibler divergence (K-LD), boosting manner, discriminant analysis (DA) method and others. However, these feature selection techniques remains a challenging problem for image retrieval. In recent year, there are a lot of discriminant analysis method had been proposed and used as a feature selection method to improve relevance feedback. These methods included multiple discriminant analysis (MDA), biased discriminant analysis (BDA), kernel-biased discriminant analysis (KBDA) and nonparametric discriminant analysis (NDA). The goal of discriminant analysis is to find a weight matrix such that the distances between the two scatter class matrixes are maximized. However, these methods have their own drawback that must be solved to improve the performance of CBIR[4]. Basic single Gaussian assumption which proposed by MDA and BDA usually doesn‟t hold, since the few training samples are always scattered in the high dimensional feature space, and their effectiveness will be suffer. Moreover, single Gaussian distribution means all positive samples should be similar with similar view angle and similar illumination, which are not the case for CBIR. To overcome the problem of single Gaussian distribution assumption, KBDA had been introduced. But, this kernel based method has two major drawbacks which is regularization approach is often unstable and it is rely on parameter tuning. Then, NDA had been proposed to solve the problem in MDA, BDA and also KBDA. This approach can only barely match the accuracy performance of KBDA. As a conclusion, many feature selection methods can not satisfy the requirements in CBIR even though there are many method has been apply in content-based image retrieval[5]. III. METHODOLOGY The term Content-based image retrieval [CBIR] describes the process of retrieving desired images from a large collection on the basis of features (such as colour, texture and shape) that can be automatically extracted from the images themselves.Content-based image retrieval, also known as query by image content and content-based visual information retrieval is the application of computer vision to the image retrieval problem, that is, the problem of searching for digital images in large databases. „CONTENT BASED‟ means that the search makes use of the contents of the images themselves, rather than relying on human-input metadata such as captions or keywords. The surrounding world is composed of images. There are different models for color image representation. In the seventeen century Sir Isaac Newton showed that a beam of sunlight passing through a glass prism comes into view as a rainbow of colors. Therefore, he first understood that white light is composed of many colors[6]. Typically, the computer screen can display 2^8 or 256 different shades of gray. For color images this makes 2^ (3x8) = 16,777,216 different colors. Clerk Maxwell showed in the late nineteen century that every color image cough be created using three images – Red, green and Blue image. A mix of these three images can produce every color. This model, named RGB model, is primarily used in image representation. The RGB image could be presented as a triple(R, G, B) where usually R, G, and B take values in the range [0, 255]. Another color model is YIQ model (lamination (Y), phase (I), quadrature phase (Q)). It is the base for the color television standard. Images are presented in computers as a matrix of pixels. They have finite area. If we decrease the pixel dimension the pixel brightness will become close to the real brightness. A content-based image retrieval system (CBIR) is a piece of software that implements CBIR. In CBIR, each image that is stored in the database has its features extracted and compared to the features of the query image[7]. Searching and browsing image collections have become important and active research fields in the last decade. There are two approaches to image retrieval: Text-Based approach and Content- Based approach. Querying by image content is one of most promising search techniques where users try to find relevant images based on the given query image. Color, texture, and shape are the low level features that are usually preferred in content-based image retrieval (CBIR) systems. Among these methods, color histogram is the simplest, yet an effective visual feature commonly used in color image retrieval[8]. The aim of query-by-color is to find images, whose color features are similar to the color features of query image. Although color histograms are commonly used in computer vision and have the computational advantages, it is a fact that they are also very sensitive to small illumination changes and quantization errors. In proposed method, firstly we investigate two methods for describing the contents of the images where first one characterizes images by global descriptor attributes. Feature vectors based on color and texture features are called Global Descriptor Attributes[9].
  • 3. Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88 www.ijera.com 86 | P a g e IV. DESIGN STEPS Step-1: Feature Extraction: First step in the proposed method is to extract the image features to a distinguishable extinguishable extent. Feature extraction is most critical stage. The end result of feature extraction is a set of features called feature vector; which constitutes the representation of image (features such as color, shape, texture etc. are used to describe the content of image). Global Descriptor Attributes: 1. Color Color is the most extensively used visual content for image retrieval. Color feature is one of the most significant features of image retrieval. Its three- dimensional values make its discrimination potentiality superior to the single dimensional gray values of images. Extraction of color feature is done using i. Color moment and ii. Color Histogram i. Color moment Sticker and Orengo who propose the method of color moment consider that the color information focus on the low-level color moment of the image, and they mainly do statistics for the first order, second-order and third-order moment of each color component. For image retrieval, the color moment is a simple and effective representative method of color features. Such color moment as first-order (mean) and second (variance) and third-order (Skewness), is proved to be very effective in presenting color distribution of images. The three color moments are defined with formulas as follows: a) Color Expectancy: It is defined as the average color. Color Expectancy b) Color Variance: It is defined as the dispersion of color values from average. Color Variance c) Color Skewness: It is defined as symmetry of color distribution on the whole image. Color Skewness Where N represents number of pixels in an image & in an i  j matrix represents the pixel value. ii. Color Histogram: An image histogram is a chart that shows the distribution of intensities in an indexed or intensity image. The CCH of an image indicates the frequency of occurrence of every color in an image. The approach more frequently adopted for CBIR systems is based on the conventional color histogram (CCH), which contains occurrences of each color obtained counting all image pixel shaving that color. 2. Texture: Texture is that innate property of all surfaces that describes visual patters, and that contain important information about the structural arrangement of the surface and its relationship to the surrounding environment. Texture is another important property of images. Various texture representations have been investigated in pattern recognition and computer vision. Step-2: Normalization: If the image energy varies with position, matching using cross correlation can fail. For example, the correlation between the feature and an exactly matching region in the image may be less than the correlation between the feature and a bright spot. The range of correlation is dependent on the size of the feature. Normalization is performed so that all images have a fixed dimension in order to allow comparisons. Step-3: Inputting Query Image: To retrieve images, users provide the retrieval system with example images or sketched figures (Query image). The system then changes these examples into its internal representation of feature vectors. Step-4: Matching: The similarities /distances between the Global Descriptor Attributes (GDA)of the query example or sketch and those of the images in the database are then calculated. This step involves matching these Global Descriptor Attributes (GDA) to yield result that are visually similar. If the Euclidean distance between the query image and the images in the database is small enough the corresponding image in the database is considered as the match to the Query image. Formula for Euclidean distance is given below Where ED= Euclidean Distances = Visual features of image query = Visual features of images in database i = Feature in which i start with i=1 Step-5: Simulation: Instead of exact matching, content-based image retrieval calculates visual similarities between a query image and images in a database. Accordingly,
  • 4. Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88 www.ijera.com 87 | P a g e the retrieval result is not a single image but a list of images ranked by their similarities with the query image. Many similarity measures have been developed for image retrieval based on empirical estimates of the distribution of features in recent years. Different similarity/distance measures will affect retrieval performances of an image retrieval system significantly. In the proposed method this step involves sorting the images based on their Euclidean distance values and ranking them in ascending order. After this calculate the Match Percentile (MP) by using the formula Match Percentile (MP) = Where N= number of images in the database, R = Rank of the image Step-6: Applying Conventional Color Histogram(CCH): The CCH is constructed by counting the number of pixels of each color. Histogram based search method is investigated in RGB color space only on filtered databases. A higher successful rate is retrieving target image is obtained. peppers.png dog.png guitar.png flower.png Gantrycrane seq nos  1 2 3 4 5 balloon.png fabric.png pepper_1.png pepper_2.png pepper_3.png seq nos  6 7 8 9 10 Figure 2: Results Peppers.png Pepper_1.png Pepper_2.png Pepper_3.png Fabric.png Figure 3: Top Five Sorted Images V. RESULTS The first image is the query image Peppers.png. The eighth image which is Pepper_1 is rotated (180 degree) image of the query image. The ninth and the tenth image Pepper_2 and Pepper_3 respectively are developed by doing some changes in illumination and brightness to the query image. These images are included in the database to show and represent the accuracy of the proposed algorithm. Next step involves sorting of images in descending order and extracting top five relevant images (with respect to the given query image) from the database based on their Average match percentile value as shown in Figure 3. Table.3 Histogram Error of top 5 sorted images Rank Image name AMP Histogram error 1 Peppers.png 1.0000 0 2 Pepper_1.png 0.8929 0.0425 3 Pepper_2.png 0.8810 0.0469 4 Pepper_3.png 0.8095 0.0451 5 Fabric.png 0.7857 0.0547 The Table.3 shows the top five extracted similar images which are sorted with respect to the average match percentile value. After applying CCH on the five extracted images, histogram error is calculated between the query image and the top five images. As seen in the Table.3 above, the histogram error is zero for the Peppers.png image which is the query image.
  • 5. Jaykrishna Joshi et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2( Part 3), February 2015, pp.84-88 www.ijera.com 88 | P a g e A histogram error of zero indicates a perfect match. Thus the retrieved image is same as the query image. VI. CONCLUSION The need to find a desired image from a collection is shared by many professional groups, including journalists, design engineers and art historians. While the requirements of image users can vary considerably, it can be useful to characterize image queries into three levels of abstraction: primitive features such as color or texture, logical features such as the identity of objects shown and abstract attributes such as the significance of the scenes depicted. While CBIR systems currently operate effectively only at the lowest of these levels, most users demand higher levels of retrieval. Due to the use of global descriptor values to extract images the process of retrieval method is much faster than the conventional approach of retrieval of images. REFERENCES [1] “Content-Based Microscopic Image Retrieval System for Multi-Image Queries”, Akakin.H.C., Gurcan. M.N, IEEE Transactions on Information Technology in Biomedicine, Volume:16, Issue:4 DOI: 10. 1109/TITB.2012.2185829, 2012. [2] “Generalized Biased Discriminant Analysis for Content-Based Image Retrieval”, Lining Zhang, Lipo Wang , Weisi Lin, IEEE Transactions on Systems, Man and Cybernetics, Part B: Cybernetics, Volume: 42 , Issue: 1 , DOI: 10.1109/TSMCB.2011. 2165335, 2012. [3] “Content Based Image Retrieval Using Unclean Positive Examples”, Jun Zhang , Lei Ye, IEEE Transactions on Image Processing, Volume: 18 , Issue: 10 , DOI: 10.1109/TIP.2009.2026669,2009. [4] “Interactive content-based texture image retrieval”, Patil. P.B., Kokare. M.B., 2nd International IEEE Conference on Computer and Communication Technology,2011, DOI: 10.1109/ICCCT.2011.6075199. [5] “Content-Based Image Retrieval for Blood Cells”, Zare, M.R., Ainon, R.N. , Woo Chaw.Seng Third Asia International IEEE Conference on Modelling & Simulation, 2009, DOI:10.1109/AMS.2009.103. [6] “Image Retrieval Based on Fuzzy Color Histogram”, Kai-xing Wu, Qiang Xu International IEEE Conference on Intelligent Information Hiding and Multimedia Signal Processing(IIHMSP),2008,DOI:10.1109/IIH -MSP.2008.57. [7] “A color based fuzzy algorithm for CBIR”, Rahmani, M.K.I. , Ansari. M.A, 4th International Conference on The Next Generation Information Technology Confluenc, 2013. DOI:10.1049/cp.2013.23 42. [8] “Comparative Study on Content-Based Image Retrieval (CBIR)”,Khan.S.M.H., Hussain.A.,Alshaikhli.I.F.T., International IEEE Conference on Advanced Computer Science Applications and Technologies (ACSAT),2012, DOI:10.1109/ACSAT.2012.40. [9] “A survey of methods for colour image indexing and retrieval in image databases”, R. Schettini, G. Ciocca, S Zuffi, Color Imaging Science: Exploiting Digital Media, (R. Luo, L. MacDonald eds.), J. Wiley, 2001.