18
KUVEMPU UNIVERSITY Dept. of MCA & Computer Science Jnana Sahyadri, Shankaraghatta ---By Prasad Babu M.Sc. CS 3 rd Semester Dept. of MCA & Computer Science Jnana Sahyadri, Shankaraghatta ---Under the Guidance of Ravi Kumar. M Associate Professor Dept. of MCA & Computer Science Jnana Sahyadri, Shankaraghatta Seminar on : Content Based Image Retrieval(CBIR)

Content based image retrieval(cbir)

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Content based image retrieval(cbir)

KUVEMPU UNIVERSITYDept. of MCA & Computer Science

Jnana Sahyadri, Shankaraghatta

---By

Prasad Babu

M.Sc. CS 3rd Semester

Dept. of MCA & Computer ScienceJnana Sahyadri, Shankaraghatta

---Under the Guidance of

Ravi Kumar. M

Associate Professor

Dept. of MCA & Computer ScienceJnana Sahyadri, Shankaraghatta

Seminar on :Content Based Image

Retrieval(CBIR)

Page 2: Content based image retrieval(cbir)

Contents:

History of CBIR Introduction Challenges CBIR Techniques Color Image Variances CBIR Model & its working Applications of CBIR Limitations of CBIR Conclusion References

Page 3: Content based image retrieval(cbir)

History:

The term CBIR seems to have originated in 1992, when it was used by T. Kato to describe experiments into automatic retrieval of images from a database, based on the colors and shapes present.

Since then, the term has been used to describe the process of retrieving desired images from a large collection on the basis of image features.

The techniques, tools and algorithms that are used originated from fields such as statistics, pattern recognition.

Page 4: Content based image retrieval(cbir)

Introduction:

Why CBIR????– Digital image database growing rapidly in size– Professional needs – Logo Search– Difficulty in locating images on the web

Example– Find a picture of Tom & Jerry in Set of Cartoons…..

Page 5: Content based image retrieval(cbir)

 Content Based Image Retrieval

Content-based image retrieval (CBIR) 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 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 form the image itself.

Page 6: Content based image retrieval(cbir)

Challenges:

Semantic gap

– The semantic gap is the lack of coincidence between the information that one can extract from the visual data .

– User seeks semantic similarity, but the database can only provide similarity by data processing.

Huge amount of objects to search among.

Page 7: Content based image retrieval(cbir)

How to search images?????

Color

Local Shape

Texture

Page 8: Content based image retrieval(cbir)

Color:

Color similarity is achieved by computing a color histogram for each image that identifies the proportion of pixels within an image holding specific values (that humans express as colors).

Examining images based on the colors they contain is one of the most widely used techniques because it does not depend on image size or orientation.

Color searches will usually involve comparing color histograms, though this is not the only technique in practice.

Page 9: Content based image retrieval(cbir)

Shape:

Shape does not refer to the shape of an image but to the shape of a particular region that is being sought out.

Shapes will often be determined first applying segmentation or edge detection to an image.

Other methods like use shape filters to identify given shapes of an image.

Page 10: Content based image retrieval(cbir)

Texture:

Texture measures look for visual patterns in images and how they are spatially defined.

These sets not only define the texture, but also where in the image the texture is located.

Texture is a difficult concept to represent. The identification of specific textures in an image is achieved primarily by modeling texture as a two-dimensional gray level variation.

Page 11: Content based image retrieval(cbir)

Color Images:

Problems with color variances– Surface Orientation– Camera Viewpoint– Intensity of the Light

Page 12: Content based image retrieval(cbir)

CBIR Model:

Fig:  Block Diagram of CBIR System

Page 13: Content based image retrieval(cbir)

How CBIR works????

Page 14: Content based image retrieval(cbir)

Applications of CBIR:

Search for one specific image.

General browsing to make an interactive choice.

Search for a picture to go with a broad story or search to illustrate a document.

Page 15: Content based image retrieval(cbir)

Limitations:

We do not yet have a universally acceptable algorithmic means of characterizing human vision, more specifically in the context of image understanding.

Hence it is not surprising to see continuing efforts towards it, either building up on prior work or exploring novel directions.

Page 16: Content based image retrieval(cbir)

Conclusion:

CBIR is used to search a specific image from a large database…

CBIR makes interactive search of images from the database…

At present this technique is implemented by Google…

Page 17: Content based image retrieval(cbir)

References:

Page 18: Content based image retrieval(cbir)