AbstractsComputer Science

A Study On Time Optimization for Retrieving Images Using Colour;

by S.NIRANJANAN




Institution: Vels University
Department:
Year: 2014
Record ID: 1217324
Full text PDF: http://shodhganga.inflibnet.ac.in/handle/10603/18613


Abstract

Image mining is the non-trivial extraction of implicit and actionable knowledge from large Image sets. It automates the detection and retrieval of relevant patterns in an Image base. Content Based Image Retrieval (CBIR) is an active research field in the past decades. Against the traditional system where the images are retrieved based on the key word search, CBIR systems retrieve the images based on the visual content. Even though some of the modern systems like relevance feedback system which improves the performance of CBIR systems exist, the importance of retrieving the images based on the low level features like Colour, Texture and Shape still determine the development of CBIR systems and cannot be undermined. Colour Histograms, Histogram Distance Measurements, Colour Spaces and Quantization play an important role in retrieving images based on similarities. newlineA Color quantization is a process that reduces the number of distinct colors used in an image, usually with the intention that the new image should be as visually similar as possible to the original image. The direct extraction of color feature from true color will lead to a large computation. In order to reduce the computation without a significant reduction in image quality, some representative color is extracted to represent the image thereby reducing the storage space and enhancing the process speed. The effect of color quantization on the performance of image retrieval has been reported by many authors. newlineThis research aims to develop a Quantization scheme which optimizes the time required to retrieve images which are similar in content to the query image using only colour with different histogram distance formulae. A Matlab program using these different quantization schemes is programmed to retrieve images from a fixed size database using a query image. The time consumed for displaying the resultant images is stored in a database along with the quantization variants data. The screen shots of retrieved images are also stored with appropriate names. newlineThe%%%