SlideShare a Scribd company logo
ISSN: 2278 - 1323
International Journal of Advanced Research in Computer Engineering and Technology (IJARCET)
Volume 2, Issue 6, June 2013
www.ijarcet.org 2077
Abstract—In the recent years, with the acquaintance of
internet, there has been large amount of data resides on the
web. Therefore it becomes necessity for fast retrieval search
engines that retrieve documents and images.This paper tries to
provide a comprehensive review and characterize the various
problems of image retrial techniques. We present a survey of
the most popular image retrieval techniques with their pros and
cons. Content Based Image Retrieval is the latest technique for
image retrieval.In order to make image retrieval more effective
researcher are moving towards Association based image
retrieval, that is new direction of CBIR. Finally, based on
existing technologies and the demand from real-world
applications, a few promising future research directions are
suggested.
Index Terms—Image Retrieval, Content Based Image
Retrieval, Association Based Image Retriveal.
I. INTRODUCTION
An image retrieval system is a computer system for
browsing, searching and retrieving images from a
large database of digital images [1]. This area of research is
very active research since the 1970s. The purpose of an
image database is to store and retrieve an image or image
sequences that are relevant to a query [2]. There are a variety
of domains such as information retrieval, computer
graphics, database management and user behavior which
have evolved separately but are interrelated and provide a
valuable contribution to this researchsubject.
II. IMAGE RETRIEVAL APPROACHES
An image is a representation of a real object or scene. With
the development of the internet, and the availability of image
capturing devices such as digital cameras, huge amounts of
images are being created every day in different areas
including remote sensing, fashion, crime prevention,
publishing, medicine, architecture, etc. During this era the
world is moving very fast because of internet, so we need to
developefficient and effective methodologies to manage
large image databases for retrieval. For this purpose there are
many general purpose image retrieval systems, some of them
are given below [3]:
i) Text-based Image Retrieval
ii) Content-based Image Retrieval
iii)Hybrid Approach
A. Text Based Image Retrieval (TBIR)
TBIR is currently used in almost all general purpose web
image retrieval systems. As shown in Fig. 1 this approach
uses the text associated with an image to determine what the
image contains. Google, Yahoo Image Search engines are
examples of systems using this type of approach. However
Fig. 1: Text Based Image Retrieval
these search engines are fast and robust but sometimes they
fail to retrieverelevant images. The main advantages
anddisadvantagesof text based image retrieval are given
below [4]:
Advantages:
--Easy to implement
– Fast retrieval
– Web image search (surrounding text)
Disadvantages:
– Manual annotation is impossible for a large database
– Manual annotation is not accurate
– Polysemy problem (more than one object can be refer by
the same word)
– Surrounding text may not describe the image
B. Content Based Image Retrieval (CBIR)
In late 1990’s, Content-based image retrieval was introduced
by T. Kato. It has been used as an alternative to text based
image retrieval. IBM was the first, who take an initiative by
proposing query-by image content (QBIC) [5].
CBIR involves the following four parts in system realization:
data collection, build up feature database, search in the
database, arrange the order and results of the retrieval.
Advantages
– The features employed by the image retrieval systems
include color, texture, shape and spatial are retrieve
automatically.
– Similarities of images are based on the distances between
features .
Image Retrieval: A Literature Review
1
Meenakshi Shruti Pal, 2
Dr. Sushil Kumar Garg
ISSN: 2278 - 1323
International Journal of Advanced Research in Computer Engineering and Technology (IJARCET)
Volume 2, Issue 6, June 2013
2078
In Fig. 2 shows the content based image retrieval method.
Fig. 2: Content Based Image Retrieval
1)Types of CBIR based Image Retrieval
a) Region-based :The Netra and Blobworld are two earlier
region based image retrieval systems [6]. During retrieval, a
user is provided with segmented regions of the query image,
and is required to assign several properties, such as the
regions to be matched, the features of the regions, and even
the weights of different features [7].
b) Object-based: Object-based image retrieval systems
retrieve images from a database based on the appearance of
physical objects in those images. These objects can be
elephants, stop signs, helicopters, buildings, faces, or any
other object that the user wishes to find. One common way
to search for objects in images is to first segment the image
in the database and then compare each segmented region
against a region in some query image presented by the user
[8]. Such image retrieval systems are generally successful
for objects that can be easily separated from the background
and that have distinctive colors or textures.
c)Example-based :Users give a sample image, or portion of
an image, that the system uses as a base for the search.The
system then finds images that are similar to the base image.
d) Feedback-based :System shows user a sample of pictures
and asks for rating from the user. Using these ratings,
system re-queries and repeats until the right image is found
[9].
CBIR involves the following four parts in system
realization: data collection, build up feature database, search
in the database, arrange the order and deal with the results of
the retrieval [10].
Data collection Using the Internet spider program that can
collect webs automatically to interview Internet and do the
collection of the images on the web site, then it will go over
all the other webs through the URL, repeating this process
and collecting all the images it has reviewed into the server.
Build up feature This systemis based on indexing. Firstly
we analysis the collected images and then extract the feature
information.Currently , the features that use widely involve
low level features such as color, texture and so on, the
middle level features such as shape etc.
Search the Database the search engine will search the suited
feature from the database and calculate the similar distance,
then find several related webs and images with the minimum
similar distance.
Process and index the results Index the image obtained
from searching due to the similarity of features, then return
the retrieval images to the user and let the user select. If the
user is not satisfied with the searching result, he can
re-retrieval the image again, and searches database again.
2) Feature Extraction
In Table:1 the different methods based on features are used to
extract the images. The main features based methods are
described as following.
a)Color: Color is the feature of content based image
retrieval systems for retrieve the image.
First a color space is used to represent color images. The
RGB space where the gray level intensity is represented as
the sum of red, green and blue gray level intensities [11].
Variety of color spaces include, RGB, LUV, HSV (HSL),
YCrCb and the huemin-max-difference (HMMD)
[12].Common color features or descriptors in CBIR systems
include, color-covariance matrix, color histogram,
color moments and color coherence vector . The Color
Structure Descriptor (CSD) represents an image by both the
local structure of the color and the color distribution of the
image or image region.
b) Texture:The notion of texture generally refers to the
presence of a spatial pattern the has some properties of
homogeneity [13]. Directional features are extracted to
capture image texture information. The six visual texture
properties were coarseness, contrast, directionality, line
likeness, regularity and roughness.
Two classes of texture representation method can be
distinguished:
1) Structural methods including morphological operator and
adjacency graph, describe texture by identifying structural
primitives and their placement rules. They deal with the
arrangement of image primitives, presence of parallel or
regularly spaced objects.
2)Statistical methods which include the popular
co-occurrence matrix, Fourier power spectra, Shift invariant
principal component analysis (SPCA), Tamura feature,
Multi-resolution filtering technique such as Gabor and
wavelet transform, characterize the texture by statistical
distribution of the image intensity.
3) In spectral approach, texture description is done by Fourier
transform of an image and then group the transformed data in
a way that it gives some set of measurements.
c) Shape: Shape is also one of the important feature of an
image. Generally we can divided the shape into two
categories, region-based and boundary-based. In the late
years we just uses only the outer boundary of the shape
while the current uses the entire shape region [11], [14].
The most successful representatives for these two categories
are Fourier descriptor and moment invariants.
ISSN: 2278 - 1323
International Journal of Advanced Research in Computer Engineering and Technology (IJARCET)
Volume 2, Issue 6, June 2013
www.ijarcet.org 2079
Table 1: Overview of commonly used feature in IR
Features Methods to extract image
Color histograms, color co-occurrence
histograms.
Texture directionality, periodicity, randomness,
fourier-domain characteristics, random
fields.
Shape segmentation & contour extraction
followed by: contour matching,
moments, template, matching
Others wavelet coefficient, eigen images,
edge-maps of user made sketch, image
context vectors
1) Fourier descriptor: The fourier descriptor is to use the
Fourier transformed boundary as the shape feature. Some
early work can be found. To take into account the digitization
noise in the image domain, Rui et al. proposed a modified
Fourier descriptor which is both invariant to geometric
transformations and strong to noise.
2) Moment invariants: The main motive of moment
invariants is to use region-based moments which are
invariant to transformations, as the shape feature. The Hu
identified seven such moments based on his work. Many
improved versions emerged in this method. Based on the
discrete version of Green’s theorem, Yang and Albregtsen
proposed a fast method of computing moments in binary
images. Some facts that motivated the most useful invariants
were found by extensive experience and trial-and-error,
Kapur et al. developed algorithms to systematically search
and generate for a given geometry’s invariants.
C. Hybrid Approach
The recent trend for image search is to fuse the basic
techniques of Web images,i.e. Textual context (usually
represent by the keywords) and Visual features for retrieval.
In the hybrid approach we join the existing textual and visual
features to provide a better result.
The simplest approach for this method is based on counting
the frequency-of-occurrence of words for automatic
indexing.
The second approach takes a different stand and treats images
and texts as equivalent data. It attempts to discover the
correlation between visual features and textual words on an
unsupervised basis, by estimating the joint distribution of
features and words and posing annotation as statistical
inference in a graphical model.
As a result, pure combination of text based and content based
image retrieval approaches is not sufficient for dealing with
the problem of image retrieval on the Web.
We can also combine the features of content based image
retrieval to improve the image retrieval technique. These
hybrid features also enhance the retrieval technique i.e. color
and texture, texture and shape based hybrid approach etc.
III. PERFORMANCE EVALUATION OF PROPOSED CBIR SYSTEM
Evaluation of retrieval performance is a crucial problem in
Content-Based Image Retrieval(CBIR). Many different
methods for measuring the performance of a system have
been created and used by researchers. With this, the
following formulae are used for finding Precision and Recall
values[13], [15].
Precision measures the proportion of the total images
retrieved which are relevant to the query.
Precision
The recall measure is defined as the fraction of the all
relevant images.
Recall
High precision means that less irrelevant images are returned
or more relevant images are retrieved, while high recall
indicates that few relevant images are missed.
IV. FUTURE DIRECTIONS AND IMAGE RETRIEVAL SYSTEM
1)Similar to Human Judgments
To understand user required images, further to plug and play
the query and stored images in such a way that reflects
human identical judgments and information-seeking
behavior.
2)Semantic Gap
As there are no such techniques available which properly
deal with semantic gap and hence new image annotation
techniques need to be developed.The researchers are
moving to reduce the semantic gap in broad domains.
3)Efficiency
Efficiently accessing stored images by content.
4) New User Interface
Providing usable human interfaces to CBIR systems.
Developing new user interfaces for searching and browsing
based on image content and further annotating images by
some new tools.
5)Image Mining
To develop efficient image mining technique such as text
mining techniques might be combined with visual-based
descriptions.
6) Storage
Providing compact storage for large image database.
V. CONCLUSION
As conclusion, this paper provides a study of image retrieval
work. A wide variety of researches have been made on image
retrieval. Each work has its own technique, contribution and
limitations. As a review paper, it might not include each and
every aspect of individual works, however this paper
attempts to deal with a detailed review of the most common
traditional and modern image retrieval systems from early
text based systems to content based retrieval. This paper
ISSN: 2278 - 1323
International Journal of Advanced Research in Computer Engineering and Technology (IJARCET)
Volume 2, Issue 6, June 2013
2080
review those works mainly based on the methods/approaches
they used to come up to an efficient retrieval system together
with the limitations/challenges. And we tried to give a
constructive idea for future work in this field.
REFERENCES
[1]R. Priyatharshini , S. Chitrakala,”Association based Image retrieval: A
survey,”Springer-Verlag Berlin Heidelberge, pp. 17-26, 2013
[2]Vaishali D. Dhale , A. R. Mahajan, Uma Thakur, “A Survey of Feature
Extraction Methods for Image Retrieval,” International Journal of
Advanced Research in Computer Science and Software Engineering,
Volume 2, Issue 10, October 2012 ISSN: 2277 128X.
[3]Alaa M. Riad, Hamdy.K. Elminir, SamehAbd-Elghany, “A Literature
Review of Image Retrieval based on Semantic Concept,” International
Journal of Computer Applications ( 0975 – 8887) Volume 40– No.11,
February 2012
[4]GulfishanFirdose Ahmed, RajuBarskar,”A Study on Different Image
Retrieval Techniques in Image Processing,” International Journal of
Soft Computing and Engineering (IJSCE), ISSN: 2231-2307,
Volume-1, Issue-4, September 2011
[5]HuiHui Wang, DzulkifliMohamad, N.A. Ismail “Approaches,
Challenges and Future Direction of Image Retrieval,” Journal of
Computing, Volume 2, Issue 6, June 2010, ISSN 2151-9617
[6]P.Jayaprabha, Rm.Somasundaram,” Content Based Image Retrieval
Methods Using Graphical Image Retrieval Algorithm (GIRA),”
International Journal of Information and Communication Technology
Research, Volume 2 No. 1, January 2012
[7]Feng Jing , Bo Zhang, Fuzong Lin , Wei-Ying Ma, Hong-Jiang Zhang
“A Novel Region-Based Image Retrieval Method Using Relevance
Feedback,” This work was performed at Microsoft Research China
2005
[8]Derek Hoiem , Rahul Sukthankar , Henry Schneiderman , Larry
Huston” Object-based image retrieval using the statistical structure of
images,” Proc. IEEE Conference on Computer Vision and Pattern
Recognition, 2004
[9]Masashi, “Image Retriveal: research and use in the information
Explosion,” Progress in informatics, No. -6, pp. 3-14, (2009)
[10] NidhiSinghai, Prof. Shishir K. Shandilya,” A Survey On: Content
Based Image Retrieval Systems,” International Journal of Computer
Applications (0975 – 8887) Volume 4 – No.2, July 2010
[11] GauravJaswal (student), AmitKaul,” Content Based Image Retrieval –
A Literature Review,” National Conference on Computing,
Communication and Control (CCC-09), 2009
[12] MicheleSaad,” Image Retrieval Literature Survey,” EE 381K:
Multidimensional Digital Signal Processing March 18, 2008
[13] AmandeepKhokher, Dr. Rajneesh Talwar, “Content Based Image
Retrieval: State-of-the-Art and Challenges,” International Journal of
Advanced Engineering Sciences and Technologies, Vol No. 9, Issue
No. 2, 207-211
[14] YongRui and Thomas S. Huang, “Image Retrieval: Current
Techniques, Promising Directions, and Open Issues,” Journal of
Visual Communication and Image Representation 10, 39–62 1999
[15] A.Kannan, Dr.V.Mohan, Dr.N.Anbazhagan, “An Effective Method of
Image Retrieval using Image Mining Techniques,” The International
journal of Multimedia & Its Applications (IJMA) Vol.2, No.4,
November 2010
MEENAKSHI SHRUTI PAL receivedB.Tech. degree in Computer
Science & Engineering from Himachal Pradesh University (HPU), India in
2009 and she is pursuing her M.Tech degree from Punjab Technical
University (PTU), India. Currently she is working as an Assistant Professor
in Bahra University Shimla hills, India. Her area of interest is to findthe
efficient method to retrieve the image in the field of Digital Image
Processing.
Prof. (Dr.) SUSHIL GARG received B.E degree in Computer Science
&Engg in 1996 and completed his M.S and PhD degree in Software
Engineering. Currently he is working as the PRINCIPAL of RIMT-MAEC,
affiliated to PUNJAB TECHNICAL UNIVERSITY. He is also the member
of Editorial Boards, Program and Technical Committees of many
International Journals as well as he is in the advisory committees of many
International Journals. He is life time member of computer society of India.
Currently he is supervising eight candidates in PhD Program and he has
around 25 International Publications.

More Related Content

What's hot

Et35839844
Et35839844Et35839844
Et35839844
IJERA Editor
 
K018217680
K018217680K018217680
K018217680
IOSR Journals
 
CBIR with RF
CBIR with RFCBIR with RF
CBIR with RF
MITS Gwalior
 
Content-based Image Retrieval
Content-based Image RetrievalContent-based Image Retrieval
Content-based Image Retrieval
University of Zurich
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
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
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
ijcsity
 
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
 
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
csandit
 
Content based image retrieval using clustering Algorithm(CBIR)
Content based image retrieval using clustering Algorithm(CBIR)Content based image retrieval using clustering Algorithm(CBIR)
Content based image retrieval using clustering Algorithm(CBIR)
Raja Sekar
 
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
 
A Survey on Image retrieval techniques with feature extraction
A Survey on Image retrieval techniques with feature extractionA Survey on Image retrieval techniques with feature extraction
A Survey on Image retrieval techniques with feature extraction
IRJET Journal
 
Content-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyContent-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A Survey
Eswar Publications
 
CONTENT BASED IMAGE RETRIEVAL SYSTEM
CONTENT BASED IMAGE RETRIEVAL SYSTEMCONTENT BASED IMAGE RETRIEVAL SYSTEM
CONTENT BASED IMAGE RETRIEVAL SYSTEM
Vamsi IV
 
26 3 jul17 22may 6664 8052-1-ed edit septian
26 3 jul17 22may 6664 8052-1-ed edit septian26 3 jul17 22may 6664 8052-1-ed edit septian
26 3 jul17 22may 6664 8052-1-ed edit septian
IAESIJEECS
 
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
 
Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrieval
eSAT Journals
 
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
IRJET Journal
 
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
 

What's hot (19)

Et35839844
Et35839844Et35839844
Et35839844
 
K018217680
K018217680K018217680
K018217680
 
CBIR with RF
CBIR with RFCBIR with RF
CBIR with RF
 
Content-based Image Retrieval
Content-based Image RetrievalContent-based Image Retrieval
Content-based Image Retrieval
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
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
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
 
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
 
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
 
Content based image retrieval using clustering Algorithm(CBIR)
Content based image retrieval using clustering Algorithm(CBIR)Content based image retrieval using clustering Algorithm(CBIR)
Content based image retrieval using clustering Algorithm(CBIR)
 
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
 
A Survey on Image retrieval techniques with feature extraction
A Survey on Image retrieval techniques with feature extractionA Survey on Image retrieval techniques with feature extraction
A Survey on Image retrieval techniques with feature extraction
 
Content-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A SurveyContent-Based Image Retrieval Features: A Survey
Content-Based Image Retrieval Features: A Survey
 
CONTENT BASED IMAGE RETRIEVAL SYSTEM
CONTENT BASED IMAGE RETRIEVAL SYSTEMCONTENT BASED IMAGE RETRIEVAL SYSTEM
CONTENT BASED IMAGE RETRIEVAL SYSTEM
 
26 3 jul17 22may 6664 8052-1-ed edit septian
26 3 jul17 22may 6664 8052-1-ed edit septian26 3 jul17 22may 6664 8052-1-ed edit septian
26 3 jul17 22may 6664 8052-1-ed edit septian
 
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
 
Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrieval
 
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
 
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
 

Viewers also liked

Question 4
Question 4Question 4
Question 4
Colahyp
 
Sustainability And Award Applicants
Sustainability And Award ApplicantsSustainability And Award Applicants
Sustainability And Award Applicants
Stephen Hinton
 
Biomoleculas 11 1.2
Biomoleculas 11 1.2Biomoleculas 11 1.2
Biomoleculas 11 1.2
Kathy Cruz
 
Recognition and classification of human motion
Recognition and classification of human motionRecognition and classification of human motion
Recognition and classification of human motion
Hutami Endang
 
Plantas del parque la constitución
Plantas del parque la constituciónPlantas del parque la constitución
Plantas del parque la constitución
departamentociencias
 
F. Lorenzini - Il Censimento: fotografia del sistema economico nazionale
F. Lorenzini - Il Censimento: fotografia del sistema economico nazionaleF. Lorenzini - Il Censimento: fotografia del sistema economico nazionale
F. Lorenzini - Il Censimento: fotografia del sistema economico nazionale
Istituto nazionale di statistica
 
Gone
GoneGone
Data management: expose, preserve, protect
Data management: expose, preserve, protectData management: expose, preserve, protect
Data management: expose, preserve, protect
ILRI
 
Ijarcet vol-2-issue-3-901-903
Ijarcet vol-2-issue-3-901-903Ijarcet vol-2-issue-3-901-903
Ijarcet vol-2-issue-3-901-903
Editor IJARCET
 
NS2 Projects for ME MTech Phd Final Year Projects in NS2
NS2 Projects for ME MTech Phd Final Year Projects in NS2NS2 Projects for ME MTech Phd Final Year Projects in NS2
NS2 Projects for ME MTech Phd Final Year Projects in NS2
ns2matrixcube
 
Social Media Shakedown of Top Brands in July 2013
Social Media Shakedown of Top Brands in July 2013Social Media Shakedown of Top Brands in July 2013
Social Media Shakedown of Top Brands in July 2013
Unmetric
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Volume 2-issue-6-1939-1944
Volume 2-issue-6-1939-1944Volume 2-issue-6-1939-1944
Volume 2-issue-6-1939-1944
Editor IJARCET
 
Tackling the Great Consumer Attention Deficit: SxSW Panel Preview
Tackling the Great Consumer Attention Deficit: SxSW Panel PreviewTackling the Great Consumer Attention Deficit: SxSW Panel Preview
Tackling the Great Consumer Attention Deficit: SxSW Panel Preview
Unmetric
 
1699 1704
1699 17041699 1704
1699 1704
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
 
Wireless Communications courses and research at COMNET
Wireless Communications courses and research at COMNET Wireless Communications courses and research at COMNET
Wireless Communications courses and research at COMNET
ProjectENhANCE
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Ijarcet vol-2-issue-7-2341-2343
Ijarcet vol-2-issue-7-2341-2343Ijarcet vol-2-issue-7-2341-2343
Ijarcet vol-2-issue-7-2341-2343
Editor IJARCET
 

Viewers also liked (20)

Question 4
Question 4Question 4
Question 4
 
Sustainability And Award Applicants
Sustainability And Award ApplicantsSustainability And Award Applicants
Sustainability And Award Applicants
 
Biomoleculas 11 1.2
Biomoleculas 11 1.2Biomoleculas 11 1.2
Biomoleculas 11 1.2
 
Recognition and classification of human motion
Recognition and classification of human motionRecognition and classification of human motion
Recognition and classification of human motion
 
Plantas del parque la constitución
Plantas del parque la constituciónPlantas del parque la constitución
Plantas del parque la constitución
 
F. Lorenzini - Il Censimento: fotografia del sistema economico nazionale
F. Lorenzini - Il Censimento: fotografia del sistema economico nazionaleF. Lorenzini - Il Censimento: fotografia del sistema economico nazionale
F. Lorenzini - Il Censimento: fotografia del sistema economico nazionale
 
Gone
GoneGone
Gone
 
Data management: expose, preserve, protect
Data management: expose, preserve, protectData management: expose, preserve, protect
Data management: expose, preserve, protect
 
Ijarcet vol-2-issue-3-901-903
Ijarcet vol-2-issue-3-901-903Ijarcet vol-2-issue-3-901-903
Ijarcet vol-2-issue-3-901-903
 
NS2 Projects for ME MTech Phd Final Year Projects in NS2
NS2 Projects for ME MTech Phd Final Year Projects in NS2NS2 Projects for ME MTech Phd Final Year Projects in NS2
NS2 Projects for ME MTech Phd Final Year Projects in NS2
 
Social Media Shakedown of Top Brands in July 2013
Social Media Shakedown of Top Brands in July 2013Social Media Shakedown of Top Brands in July 2013
Social Media Shakedown of Top Brands in July 2013
 
projecten MW
projecten MWprojecten MW
projecten MW
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Volume 2-issue-6-1939-1944
Volume 2-issue-6-1939-1944Volume 2-issue-6-1939-1944
Volume 2-issue-6-1939-1944
 
Tackling the Great Consumer Attention Deficit: SxSW Panel Preview
Tackling the Great Consumer Attention Deficit: SxSW Panel PreviewTackling the Great Consumer Attention Deficit: SxSW Panel Preview
Tackling the Great Consumer Attention Deficit: SxSW Panel Preview
 
1699 1704
1699 17041699 1704
1699 1704
 
Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080Volume 2-issue-6-2077-2080
Volume 2-issue-6-2077-2080
 
Wireless Communications courses and research at COMNET
Wireless Communications courses and research at COMNET Wireless Communications courses and research at COMNET
Wireless Communications courses and research at COMNET
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Ijarcet vol-2-issue-7-2341-2343
Ijarcet vol-2-issue-7-2341-2343Ijarcet vol-2-issue-7-2341-2343
Ijarcet vol-2-issue-7-2341-2343
 

Similar to Volume 2-issue-6-2077-2080

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
 
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
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
IJERA Editor
 
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
IJSRD
 
Tag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotationTag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotation
eSAT Publishing House
 
Tag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotationTag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotation
eSAT Journals
 
62 328-337
62 328-33762 328-337
62 328-337
idescitation
 
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
 
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
 
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
Global Descriptor Attributes Based Content Based Image Retrieval of Query ImagesGlobal Descriptor Attributes Based Content Based Image Retrieval of Query Images
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
IJERA Editor
 
Paper id 25201471
Paper id 25201471Paper id 25201471
Paper id 25201471
IJRAT
 
Performance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase CbirPerformance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase Cbir
acijjournal
 
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRPERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
acijjournal
 
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
 
Content-based Image Retrieval System for an Image Gallery Search Application
Content-based Image Retrieval System for an Image Gallery Search Application Content-based Image Retrieval System for an Image Gallery Search Application
Content-based Image Retrieval System for an Image Gallery Search Application
IJECEIAES
 
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdfA_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
BijayNag1
 
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
IJEEE
 
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
 
Precision face image retrieval by extracting the face features and comparing ...
Precision face image retrieval by extracting the face features and comparing ...Precision face image retrieval by extracting the face features and comparing ...
Precision face image retrieval by extracting the face features and comparing ...
prjpublications
 

Similar to Volume 2-issue-6-2077-2080 (20)

Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
 
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...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
 
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
An Enhance Image Retrieval of User Interest Using Query Specific Approach and...
 
Tag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotationTag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotation
 
Tag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotationTag based image retrieval (tbir) using automatic image annotation
Tag based image retrieval (tbir) using automatic image annotation
 
62 328-337
62 328-33762 328-337
62 328-337
 
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
 
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
 
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
Global Descriptor Attributes Based Content Based Image Retrieval of Query ImagesGlobal Descriptor Attributes Based Content Based Image Retrieval of Query Images
Global Descriptor Attributes Based Content Based Image Retrieval of Query Images
 
Paper id 25201471
Paper id 25201471Paper id 25201471
Paper id 25201471
 
Performance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase CbirPerformance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase Cbir
 
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRPERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
 
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
 
Content-based Image Retrieval System for an Image Gallery Search Application
Content-based Image Retrieval System for an Image Gallery Search Application Content-based Image Retrieval System for an Image Gallery Search Application
Content-based Image Retrieval System for an Image Gallery Search Application
 
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdfA_Survey_Paper_on_Image_Classification_and_Methods.pdf
A_Survey_Paper_on_Image_Classification_and_Methods.pdf
 
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
 
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
 
Precision face image retrieval by extracting the face features and comparing ...
Precision face image retrieval by extracting the face features and comparing ...Precision face image retrieval by extracting the face features and comparing ...
Precision face image retrieval by extracting the face features and comparing ...
 

More from Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
Editor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
Editor IJARCET
 

More from Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Recently uploaded

Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Zilliz
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
TIPNGVN2
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 

Recently uploaded (20)

Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 

Volume 2-issue-6-2077-2080

  • 1. ISSN: 2278 - 1323 International Journal of Advanced Research in Computer Engineering and Technology (IJARCET) Volume 2, Issue 6, June 2013 www.ijarcet.org 2077 Abstract—In the recent years, with the acquaintance of internet, there has been large amount of data resides on the web. Therefore it becomes necessity for fast retrieval search engines that retrieve documents and images.This paper tries to provide a comprehensive review and characterize the various problems of image retrial techniques. We present a survey of the most popular image retrieval techniques with their pros and cons. Content Based Image Retrieval is the latest technique for image retrieval.In order to make image retrieval more effective researcher are moving towards Association based image retrieval, that is new direction of CBIR. Finally, based on existing technologies and the demand from real-world applications, a few promising future research directions are suggested. Index Terms—Image Retrieval, Content Based Image Retrieval, Association Based Image Retriveal. I. INTRODUCTION An image retrieval system is a computer system for browsing, searching and retrieving images from a large database of digital images [1]. This area of research is very active research since the 1970s. The purpose of an image database is to store and retrieve an image or image sequences that are relevant to a query [2]. There are a variety of domains such as information retrieval, computer graphics, database management and user behavior which have evolved separately but are interrelated and provide a valuable contribution to this researchsubject. II. IMAGE RETRIEVAL APPROACHES An image is a representation of a real object or scene. With the development of the internet, and the availability of image capturing devices such as digital cameras, huge amounts of images are being created every day in different areas including remote sensing, fashion, crime prevention, publishing, medicine, architecture, etc. During this era the world is moving very fast because of internet, so we need to developefficient and effective methodologies to manage large image databases for retrieval. For this purpose there are many general purpose image retrieval systems, some of them are given below [3]: i) Text-based Image Retrieval ii) Content-based Image Retrieval iii)Hybrid Approach A. Text Based Image Retrieval (TBIR) TBIR is currently used in almost all general purpose web image retrieval systems. As shown in Fig. 1 this approach uses the text associated with an image to determine what the image contains. Google, Yahoo Image Search engines are examples of systems using this type of approach. However Fig. 1: Text Based Image Retrieval these search engines are fast and robust but sometimes they fail to retrieverelevant images. The main advantages anddisadvantagesof text based image retrieval are given below [4]: Advantages: --Easy to implement – Fast retrieval – Web image search (surrounding text) Disadvantages: – Manual annotation is impossible for a large database – Manual annotation is not accurate – Polysemy problem (more than one object can be refer by the same word) – Surrounding text may not describe the image B. Content Based Image Retrieval (CBIR) In late 1990’s, Content-based image retrieval was introduced by T. Kato. It has been used as an alternative to text based image retrieval. IBM was the first, who take an initiative by proposing query-by image content (QBIC) [5]. CBIR involves the following four parts in system realization: data collection, build up feature database, search in the database, arrange the order and results of the retrieval. Advantages – The features employed by the image retrieval systems include color, texture, shape and spatial are retrieve automatically. – Similarities of images are based on the distances between features . Image Retrieval: A Literature Review 1 Meenakshi Shruti Pal, 2 Dr. Sushil Kumar Garg
  • 2. ISSN: 2278 - 1323 International Journal of Advanced Research in Computer Engineering and Technology (IJARCET) Volume 2, Issue 6, June 2013 2078 In Fig. 2 shows the content based image retrieval method. Fig. 2: Content Based Image Retrieval 1)Types of CBIR based Image Retrieval a) Region-based :The Netra and Blobworld are two earlier region based image retrieval systems [6]. During retrieval, a user is provided with segmented regions of the query image, and is required to assign several properties, such as the regions to be matched, the features of the regions, and even the weights of different features [7]. b) Object-based: Object-based image retrieval systems retrieve images from a database based on the appearance of physical objects in those images. These objects can be elephants, stop signs, helicopters, buildings, faces, or any other object that the user wishes to find. One common way to search for objects in images is to first segment the image in the database and then compare each segmented region against a region in some query image presented by the user [8]. Such image retrieval systems are generally successful for objects that can be easily separated from the background and that have distinctive colors or textures. c)Example-based :Users give a sample image, or portion of an image, that the system uses as a base for the search.The system then finds images that are similar to the base image. d) Feedback-based :System shows user a sample of pictures and asks for rating from the user. Using these ratings, system re-queries and repeats until the right image is found [9]. CBIR involves the following four parts in system realization: data collection, build up feature database, search in the database, arrange the order and deal with the results of the retrieval [10]. Data collection Using the Internet spider program that can collect webs automatically to interview Internet and do the collection of the images on the web site, then it will go over all the other webs through the URL, repeating this process and collecting all the images it has reviewed into the server. Build up feature This systemis based on indexing. Firstly we analysis the collected images and then extract the feature information.Currently , the features that use widely involve low level features such as color, texture and so on, the middle level features such as shape etc. Search the Database the search engine will search the suited feature from the database and calculate the similar distance, then find several related webs and images with the minimum similar distance. Process and index the results Index the image obtained from searching due to the similarity of features, then return the retrieval images to the user and let the user select. If the user is not satisfied with the searching result, he can re-retrieval the image again, and searches database again. 2) Feature Extraction In Table:1 the different methods based on features are used to extract the images. The main features based methods are described as following. a)Color: Color is the feature of content based image retrieval systems for retrieve the image. First a color space is used to represent color images. The RGB space where the gray level intensity is represented as the sum of red, green and blue gray level intensities [11]. Variety of color spaces include, RGB, LUV, HSV (HSL), YCrCb and the huemin-max-difference (HMMD) [12].Common color features or descriptors in CBIR systems include, color-covariance matrix, color histogram, color moments and color coherence vector . The Color Structure Descriptor (CSD) represents an image by both the local structure of the color and the color distribution of the image or image region. b) Texture:The notion of texture generally refers to the presence of a spatial pattern the has some properties of homogeneity [13]. Directional features are extracted to capture image texture information. The six visual texture properties were coarseness, contrast, directionality, line likeness, regularity and roughness. Two classes of texture representation method can be distinguished: 1) Structural methods including morphological operator and adjacency graph, describe texture by identifying structural primitives and their placement rules. They deal with the arrangement of image primitives, presence of parallel or regularly spaced objects. 2)Statistical methods which include the popular co-occurrence matrix, Fourier power spectra, Shift invariant principal component analysis (SPCA), Tamura feature, Multi-resolution filtering technique such as Gabor and wavelet transform, characterize the texture by statistical distribution of the image intensity. 3) In spectral approach, texture description is done by Fourier transform of an image and then group the transformed data in a way that it gives some set of measurements. c) Shape: Shape is also one of the important feature of an image. Generally we can divided the shape into two categories, region-based and boundary-based. In the late years we just uses only the outer boundary of the shape while the current uses the entire shape region [11], [14]. The most successful representatives for these two categories are Fourier descriptor and moment invariants.
  • 3. ISSN: 2278 - 1323 International Journal of Advanced Research in Computer Engineering and Technology (IJARCET) Volume 2, Issue 6, June 2013 www.ijarcet.org 2079 Table 1: Overview of commonly used feature in IR Features Methods to extract image Color histograms, color co-occurrence histograms. Texture directionality, periodicity, randomness, fourier-domain characteristics, random fields. Shape segmentation & contour extraction followed by: contour matching, moments, template, matching Others wavelet coefficient, eigen images, edge-maps of user made sketch, image context vectors 1) Fourier descriptor: The fourier descriptor is to use the Fourier transformed boundary as the shape feature. Some early work can be found. To take into account the digitization noise in the image domain, Rui et al. proposed a modified Fourier descriptor which is both invariant to geometric transformations and strong to noise. 2) Moment invariants: The main motive of moment invariants is to use region-based moments which are invariant to transformations, as the shape feature. The Hu identified seven such moments based on his work. Many improved versions emerged in this method. Based on the discrete version of Green’s theorem, Yang and Albregtsen proposed a fast method of computing moments in binary images. Some facts that motivated the most useful invariants were found by extensive experience and trial-and-error, Kapur et al. developed algorithms to systematically search and generate for a given geometry’s invariants. C. Hybrid Approach The recent trend for image search is to fuse the basic techniques of Web images,i.e. Textual context (usually represent by the keywords) and Visual features for retrieval. In the hybrid approach we join the existing textual and visual features to provide a better result. The simplest approach for this method is based on counting the frequency-of-occurrence of words for automatic indexing. The second approach takes a different stand and treats images and texts as equivalent data. It attempts to discover the correlation between visual features and textual words on an unsupervised basis, by estimating the joint distribution of features and words and posing annotation as statistical inference in a graphical model. As a result, pure combination of text based and content based image retrieval approaches is not sufficient for dealing with the problem of image retrieval on the Web. We can also combine the features of content based image retrieval to improve the image retrieval technique. These hybrid features also enhance the retrieval technique i.e. color and texture, texture and shape based hybrid approach etc. III. PERFORMANCE EVALUATION OF PROPOSED CBIR SYSTEM Evaluation of retrieval performance is a crucial problem in Content-Based Image Retrieval(CBIR). Many different methods for measuring the performance of a system have been created and used by researchers. With this, the following formulae are used for finding Precision and Recall values[13], [15]. Precision measures the proportion of the total images retrieved which are relevant to the query. Precision The recall measure is defined as the fraction of the all relevant images. Recall High precision means that less irrelevant images are returned or more relevant images are retrieved, while high recall indicates that few relevant images are missed. IV. FUTURE DIRECTIONS AND IMAGE RETRIEVAL SYSTEM 1)Similar to Human Judgments To understand user required images, further to plug and play the query and stored images in such a way that reflects human identical judgments and information-seeking behavior. 2)Semantic Gap As there are no such techniques available which properly deal with semantic gap and hence new image annotation techniques need to be developed.The researchers are moving to reduce the semantic gap in broad domains. 3)Efficiency Efficiently accessing stored images by content. 4) New User Interface Providing usable human interfaces to CBIR systems. Developing new user interfaces for searching and browsing based on image content and further annotating images by some new tools. 5)Image Mining To develop efficient image mining technique such as text mining techniques might be combined with visual-based descriptions. 6) Storage Providing compact storage for large image database. V. CONCLUSION As conclusion, this paper provides a study of image retrieval work. A wide variety of researches have been made on image retrieval. Each work has its own technique, contribution and limitations. As a review paper, it might not include each and every aspect of individual works, however this paper attempts to deal with a detailed review of the most common traditional and modern image retrieval systems from early text based systems to content based retrieval. This paper
  • 4. ISSN: 2278 - 1323 International Journal of Advanced Research in Computer Engineering and Technology (IJARCET) Volume 2, Issue 6, June 2013 2080 review those works mainly based on the methods/approaches they used to come up to an efficient retrieval system together with the limitations/challenges. And we tried to give a constructive idea for future work in this field. REFERENCES [1]R. Priyatharshini , S. Chitrakala,”Association based Image retrieval: A survey,”Springer-Verlag Berlin Heidelberge, pp. 17-26, 2013 [2]Vaishali D. Dhale , A. R. Mahajan, Uma Thakur, “A Survey of Feature Extraction Methods for Image Retrieval,” International Journal of Advanced Research in Computer Science and Software Engineering, Volume 2, Issue 10, October 2012 ISSN: 2277 128X. [3]Alaa M. Riad, Hamdy.K. Elminir, SamehAbd-Elghany, “A Literature Review of Image Retrieval based on Semantic Concept,” International Journal of Computer Applications ( 0975 – 8887) Volume 40– No.11, February 2012 [4]GulfishanFirdose Ahmed, RajuBarskar,”A Study on Different Image Retrieval Techniques in Image Processing,” International Journal of Soft Computing and Engineering (IJSCE), ISSN: 2231-2307, Volume-1, Issue-4, September 2011 [5]HuiHui Wang, DzulkifliMohamad, N.A. Ismail “Approaches, Challenges and Future Direction of Image Retrieval,” Journal of Computing, Volume 2, Issue 6, June 2010, ISSN 2151-9617 [6]P.Jayaprabha, Rm.Somasundaram,” Content Based Image Retrieval Methods Using Graphical Image Retrieval Algorithm (GIRA),” International Journal of Information and Communication Technology Research, Volume 2 No. 1, January 2012 [7]Feng Jing , Bo Zhang, Fuzong Lin , Wei-Ying Ma, Hong-Jiang Zhang “A Novel Region-Based Image Retrieval Method Using Relevance Feedback,” This work was performed at Microsoft Research China 2005 [8]Derek Hoiem , Rahul Sukthankar , Henry Schneiderman , Larry Huston” Object-based image retrieval using the statistical structure of images,” Proc. IEEE Conference on Computer Vision and Pattern Recognition, 2004 [9]Masashi, “Image Retriveal: research and use in the information Explosion,” Progress in informatics, No. -6, pp. 3-14, (2009) [10] NidhiSinghai, Prof. Shishir K. Shandilya,” A Survey On: Content Based Image Retrieval Systems,” International Journal of Computer Applications (0975 – 8887) Volume 4 – No.2, July 2010 [11] GauravJaswal (student), AmitKaul,” Content Based Image Retrieval – A Literature Review,” National Conference on Computing, Communication and Control (CCC-09), 2009 [12] MicheleSaad,” Image Retrieval Literature Survey,” EE 381K: Multidimensional Digital Signal Processing March 18, 2008 [13] AmandeepKhokher, Dr. Rajneesh Talwar, “Content Based Image Retrieval: State-of-the-Art and Challenges,” International Journal of Advanced Engineering Sciences and Technologies, Vol No. 9, Issue No. 2, 207-211 [14] YongRui and Thomas S. Huang, “Image Retrieval: Current Techniques, Promising Directions, and Open Issues,” Journal of Visual Communication and Image Representation 10, 39–62 1999 [15] A.Kannan, Dr.V.Mohan, Dr.N.Anbazhagan, “An Effective Method of Image Retrieval using Image Mining Techniques,” The International journal of Multimedia & Its Applications (IJMA) Vol.2, No.4, November 2010 MEENAKSHI SHRUTI PAL receivedB.Tech. degree in Computer Science & Engineering from Himachal Pradesh University (HPU), India in 2009 and she is pursuing her M.Tech degree from Punjab Technical University (PTU), India. Currently she is working as an Assistant Professor in Bahra University Shimla hills, India. Her area of interest is to findthe efficient method to retrieve the image in the field of Digital Image Processing. Prof. (Dr.) SUSHIL GARG received B.E degree in Computer Science &Engg in 1996 and completed his M.S and PhD degree in Software Engineering. Currently he is working as the PRINCIPAL of RIMT-MAEC, affiliated to PUNJAB TECHNICAL UNIVERSITY. He is also the member of Editorial Boards, Program and Technical Committees of many International Journals as well as he is in the advisory committees of many International Journals. He is life time member of computer society of India. Currently he is supervising eight candidates in PhD Program and he has around 25 International Publications.