Content Based Image Retrieval
Content Based Image Retrieval
ISSN No:-2456-2165
Abstract:- To the explosive growth of digital image performing OCR on image we can extract the text and
there is need of efficient and effective technique to perform the copy this text and also modify this text.
image retrieval from database or from the internet.
Now day no one can have that much of time that they CBIR process is used to retrieve image from image
will check or visit each image and check, is it required .feature like colour, shape, texture.
image or not. So Present new technique of image
retrieval system which is based on the combination of In CBIR image retrieval by using colour feature use
both text and content based. The idea behind TBIR Histogram. for shape use kNN (k nearest neighbours)
(text-based image retrieval) is that it uses the title, tag, algorithm, and for texture also use kNN algorithm. In kNN
character which is present inside the image i.e. algorithm use Euclidean formula. By using this formula we
metadata using this feature retrieve image. In CBIR find image with their actual value and original value.[2]
(content-based image retrieval) image retrieving based
on image feature i.e. colour, texture, shape, etc. Using II. RELATED WORK
these two techniques we can extract image from their
feature. Main aim by using this type of system is to The previous system implement or design the
reduce the time when we retrieve one image from combination of text based and content based image
database. retrieval image feature. They use the Flickr sidebar to
perform search and use image URL as a query input. When
Keywords:- Image Retrieval, TBIR (Text-Based Image user perform text based image retrieval and enter any text
Retrieval), CBIR (Content-Based Image Retrieval), Color, to search or the input contain text based feature, then in the
Shape, Texture, Metadata. output inverted file is used for extract the text or the set of
image that contain the input text. But when user does not
I. INTRODUCTION enter any text for search then image is search in linear
fashion over all the collection of image. [5]
There is huge amount of image are creating in digital
life and all are stored in database or gallery. In most of area Proposed method to extract feature from image. For
this image are most important like academia, commerce, retrieving image they use following techniques.
government sector, medical or health care, and internet.
In this the texture classification they used statistical
When retrieve one particular image in this large technique. Some of the statistical technique representation
database, and then they cannot access this image unless by of texture feature use technique like, tamura feature, co-
using searching the image, scrolling, browsing and occurance matrices, multi-resolution technique such as
retrieving. One main problem is that it is difficult to Gabor filter and wavelet transformation.
locating or finding a desired image in this large collection
of database. Shape based image retrieval are classified in two
different categories i.e. object segmentation and shape
Image retrieval is the way of searching the image, representation. They also categories the shape
browsing the image and retrieving image from the large representation in two other sub categories i.e. boundary
collection database of digital image. The main objective is based and region based. For this two categories of shape
that to develop a new technique which extract the image representation they use two method one is the Fourier
from this huge database by using the image feature which descriptors and other is moment variant. [4]
is based on colour, shape, texture, etc. [1]
Some of recent research paper or in review paper li
To search image in database use two type of image and ma this two person work on the shape based image
retrieval technique i.e. text based image retrieval and retrieval. They show the shape representation in two
content based image retrieval. different method i.e. geometric moments method (region
based) and Fourier descriptor (boundary based) this two
Text based image retrieval method which used the method is related to the simple linear transformation. After
metadata to retrieve the image. In TBIR use text of image li and ma second research is by babu etal. He compare
which is present in image. For performing this type of performance of both the method (region based
retrieving method for extract the text of image use representation and boundary based representation) which is
OCR(optical character recognition) algorithm is use. After use in li and ma in shape representation. Babu etal combine
IV. ARCHITECTURE
User query: There is user requirement viz, size, type, Image database: It include image detail such as size,
date, time of capture, texture, colour. type, date and time.
Query processing: The image details can be either Feature database: It contain the information of the
manually supplied or generated automatically using extracted feature of input image.
suitable image processing technique. The input query is Matching: These processed quires are then matched
then processed. with the stored data based and the query images are
Feature extraction: It extract the feature from input retrieved. The resulting images is based on the queries
image such as text, colour, shape. entered by the user.
VII. CONCLUSIONS