Comparative Analyses of Fast Query Point Movement Using CBIR Systems
Keywords:
CBIR, LNM, QBIC, CBVIR.Abstract
Content-based image retrieval also known as query by image content [QBIC] and content-based visual information
retrieval [CBVIR] is the application of computer vision techniques to the image retrieval problem that is the problem of
searching for digital images in large databases. "Content-based" means that the search will analyze the actual contents of
the image rather than the metadata such as keywords, tags, or descriptions associated with the image. The term content in
this context might refer to colors, shapes, textures, or any other information that can be derived from the image itself. CBIR
is desirable because most web based image search engines rely purely on metadata and this produces a lot of garbage in the
results. Also having humans manually enter keywords for images in a large database can be inefficient, expensive and may
not capture every keyword that describes the image. Thus a system that can filter images based on their content would
provide better indexing and return more accurate results. Initially CBIR system should have a database containing several
images to be searched. Then it should derive the feature vectors of these images and stores them into a data structure like
on of the “Tree Data Structures” and these structures will improve searching efficiency. So i present naive random scan
[NRS], local neighboring movement [LNM] method to retrieve the images within the limited number of duration.