SlideShare a Scribd company logo
1 of 7
Download to read offline
Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 
www.ijera.com 43 | P a g e 
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retrieval System Gunjan Khosla1, Dr. Navin Rajpal2 and Jasvinder Singh3 1M.Tech student, University School of Information and Communication Technology, Guru Gobind Singh Indraprastha University, Sector 16-C Dwarka, New Delhi-110078, India 2Professor, University School of Information and Communication Technology, Guru Gobind Singh Indraprastha University, Sector 16-C Dwarka, New Delhi-110078, India 3Ph.D Research Scholar, University School of Information and Communication Technology, Guru Gobind Singh Indraprastha University, Sector 16-C Dwarka, New Delhi-110078, India Abstract Content-based Image Retrieval is all about generating signatures of images in database and comparing the signature of the query image with these stored signatures. Color histogram can be used as signature of an image and used to compare two images based on certain distance metric. Distance metrics Manhattan distance (L1 norm) and Euclidean distance (L2 norm) are used to determine similarities between a pair of images. In this paper, Corel database is used to evaluate the performance of Manhattan and Euclidean distance metrics. The experimental results showed that Manhattan showed better precision rate than Euclidean distance metric. The evaluation is made using Content based image retrieval application developed using color moments of the Hue, Saturation and Value(HSV) of the image and Gabor descriptors are adopted as texture features. Keywords:-Content-Based Image Retrieval, CBIR systems, Image Database, Color histograms, color scale images, Euclidean Distance method, Manhattan distance, Gabor wavelet. 
I. INTRODUCTION 
Content-based image retrieval (CBIR), also known as query by image content (QBIC) and content-based visual information retrieval (CBVIR) 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 image retrieval (CBIR) is a lively discipline, expanding in both depth and breadth and an important research topic covering a large number of research domains like image processing, computer vision, very large databases and human computer interaction [6, 10]. "Content-based" means that the search will analyse the actual contents of the image [1]. The term 'content' in this context might refer colors, shapes, textures, or any other information that can be derived from the image itself. Due to inability to examine image content, searches must rely on metadata such as captions or keywords. Such metadata must be generated by a human and stored alongside each image in the database. The design and development of effective and efficient CBIR systems are still a research problem, because the nature of digital images involves two well-known problems: the semantic gap and the computational load to manage large file collections. The semantic gap is the lack of coincidence between the information that one can extract from the visual data and the interpretation that the same data have for a user in a given situation [7]. 
It has linguistic and contextual consequences, and mainly depends on the domain knowledge to represent images. On the other hand, the computation load, when large image collections are managed, may make impractical use of CBIR systems [4]. 
One of the main tasks for (CBIR) systems is similarity comparison, extracting feature signatures of every image based on its pixel values and defining rules for comparing images [8]. These features become the image representation for measuring similarity with other images in the database. Distance metric or matching criteria is the main tool for retrieving similar images from large image databases for all the above categories of search. Several distance metrics, such as the L1 metric (Manhattan Distance), the L2 metric (Euclidean Distance) and the Vector Cosine Angle Distance (VCAD) have been proposed in the literature for measuring similarity between feature vectors [18]. In content-based image retrieval systems, Manhattan distance and Euclidean distance are typically used to determine similarities between a pair of images. In image processing applications, components of a feature vector (e.g., color histogram) are usually normalized by the size of the image and as a result, the Manhattan, Euclidean, the cosine angle based distance and Histogram Intersection distance metrics produce different ordering of retrieved images. In this paper, Corel database is used to evaluate the performance of 
RESEARCH ARTICLE OPEN ACCESS
Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 
www.ijera.com 44 | P a g e 
Manhattan and Euclidean distance metrics. The experimental results showed that Manhattan showed better precision rate than Euclidean distance metric. Content based image retrieval application developed use color moments of the features [12]. Hue, Saturation and Value (HSV) of the image and Gabor descriptors are adopted as texture In the next section of the paper, color and texture representation and different distance metrics used for comparison have been described. In section 3, we explain the details of the content based image retrieval application. Section 4 contains the experimental results and we draw conclusions from our work in the last section of the paper. 
II. COLOR AND TEXTURE REPRESENTATION 
A. Color Representation 
Color is one of the important features for recognizing the images by humans and it is most commonly used feature in image retrieval. Color is an important dimension of human visual observation that allows discrimination and recognition of visual information [3] .Color features are also easy to extract, and have been found to be effective during indexing and searching of images in image databases. One of the main aspects of color feature extraction is the choice of a color space. Commonly used color spaces are: 
๏‚ท RGB (Red , Green, Blue) 
๏‚ท CIE (abbreviated for its French name, Commission internationale de l'รฉclairage) 
๏‚ท HSV (Hue, Saturation, Value) 
In RGB color space it assigns to each pixel a three element vector giving the color intensities of the three colors, red, green and blue[15,16]. The space spanned by the R, G, and B values describe visible colors, which are represented as vectors in the 3D RGB color space. As a result, the RGB color space provides a useful starting point for representing color features of images. However, the RGB color space is not perceptually uniform. The RGB color space can be transformed to generate other color spaces. The idea color space transformation is to develop a model of color space that is perceptually similar with human color vision. 
CIE color space was created by The International Commission on Illumination (usually abbreviated CIE for its French name, Commission internationale de l'รฉclairage). The CIE color space encompasses all color sensations that an average person can experience. In CIE color space it judges the relative luminance (brightness) of different colors in well-lit situations. Humans tend to perceive light within the green parts of the spectrum as brighter than red or blue light of equal power. A CIE Color space is generated by nonlinear transformation of the RGB space [12]. However, the CIE color spaces are inconvenient because of the calculation complexities of the transformation to and from the RGB color space. 
The HSV color space (Hue, Saturation, Value) corresponds better to how people experience color than the RGB color space does. The HSV color space is widely used in the field of color vision. The chromatic components Hue, Saturation and Value correspond closely with the categories of human color perception. As hue varies from 0 to 1.0, the corresponding colors vary from red, through yellow, green, cyan, blue, and magenta, back to red, so that there are actually red values both at 0 and 1.0. As saturation varies from 0 to 1.0, the corresponding colors (hues) vary from unsaturated (shades of gray) to fully saturated (no white component). As value, or brightness, varies from 0 to 1.0, the corresponding colors become increasingly brighter. 
Figure 1: HSV Cone HSV color space is also a nonlinear transformation of the RGB, but it is easily invertible. The HSV color space is perceptually uniform. In this project, HSV color space has been used to extract color features. The HSV values of a pixel can be transformed from its RGB representation according to the following formula ํป= cos^(โˆ’1)โกโŒŠ(1/2 โŒŠ(ํ‘…โˆ’ํบ)+(ํ‘…โˆ’ํต) โŒ‹)/(โˆš((ํ‘… โˆ’ํบ)^2 )+(ํ‘…โˆ’ํต)(ํบโˆ’ํต) )โŒ‹ ํ‘†=1โˆ’ 3 minโก ํ‘…,ํบ,ํต ํ‘…+ํบ+ํต ํ‘‰= ํ‘…+ํบ+ํต 3 
B. Color Feature Extraction 
The objective of color indexing is to retrieve all the images whose color compositions are similar to the color composition of the image in the query. Histograms are useful because they are relatively insensitive to position and orientation changes. Besides they are sufficiently accurate [11]. However, they do not capture spatial relationship of color regions and they have limited discriminating power.
Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 
www.ijera.com 45 | P a g e 
Many publications focus on color indexing techniques based on global color distributions. These global distributions have limited discriminating power because they are unable to capture local color information. Color correlogram and color coherence vector can combine the spatial correlation of color regions as well as the global distribution of local spatial correlation of colors. These techniques perform better than traditional color histograms when used for content-based image retrieval. But they require very expensive computation. Color moments have been successfully used in content based image retrieval systems. It has been shown [12] that characterizing one dimensional color distributions with the first three moments is more robust and runs faster than the histogram based methods. 
C. TEXTURE REPRESENTATION 
Texture is defined as structure of surface formed by repeating element or several elements in different relative spatial position. Texture is an inherent property of all surfaces that describes visual pattern, each having homogeneity [10].Gabor wavelet is widely adopted to extract texture from the images for retrieval and has been shown to be very efficient. Basically Gabor filters are a group of wavelet capturing energy at specific frequency and specific orientation. The scale and orientation tunable property of Gabor filter especially useful for texture analysis [2]. The Gabor filter design is done as follows: For a given image I(x,y) with size P x Q, its Gabor wavelet transform is given by a convolution: ํบํ‘šํ‘›= ํผ ํ‘ฅโˆ’ํ‘ ,ํ‘ฆโˆ’ํ‘ก ลธ ํ‘› ํ‘šํ‘› ํ‘ ,ํ‘ก Where, t and s are the filter mask size variables, and *mn is a complex conjugate of mn. After applying Gabor filters on the image with different orientation at different scale, we obtain an array of magnitudes which is given as: ํธ ํ‘š,ํ‘› = ํบํ‘šํ‘› ํ‘ฅ,ํ‘ฆ Where m =0,1,โ€ฆโ€ฆ, M-1; n=0,1,โ€ฆโ€ฆ N-1. These magnitudes represent the energy content at different scale and orientation of the image. The main purpose of texture-based retrieval is to find images or regions with similar texture [16]. It is assumed that one is interested in images or regions that have homogenous texture; therefore the following mean ฮผmn and standard deviation mn of the magnitude of the transformed coefficients are used to represent the homogenous texture feature of the region: ํœ‡ํ‘šํ‘›=ํธ ํ‘š,ํ‘› ฦƒํ‘šํ‘› ํ‘ƒ ํ‘‹ ํ‘„ = โˆš ํบํ‘šํ‘› ํ‘ฅ,ํ‘ฆ โˆ’ํœ‡ํ‘šํ‘› 2 ํ‘ƒ ํ‘‹ ํ‘„ 
A feature vector ฦ’ํ‘” (texture representation) is created using ฮผmn and mn as the feature components. Four scales and 6 orientations are used in common implementation and the feature vector of length 48 is given by: ฦ’ํ‘”= ํœ‡00,ฦƒ00, ํœ‡01,ฦƒ01,โ€ฆโ€ฆโ€ฆโ€ฆโ€ฆ,ํœ‡35,ฦƒ35, 
III. DISTANCE METRICS 
In the domain of image retrieval from large databases using signatures like color histogram, each โ€žnโ€Ÿ dimensional feature vector may be considered as a point in the โ€žnโ€Ÿ dimensional vector space. Thus, a feature vector is mapped to a point in the n- dimensions [18]. This mapping helps us to perceive the images (represented by their feature vectors) as high- dimensional points. The advantage of this representation is that one can now use different distance metrics for (i) finding similarity between two images and (ii) ordering a set of images based on their distances from a given image. This enables one to do a nearest neighbor search on a large database of images and retrieve a result set containing images that are closest matches to a user-specified query. It is evident that the images and their ordering depend both on the feature extraction method as well as on the distance metric used. In this work, Manhattan distance and Euclidean distance metrics have been used as a similarity rule. After the color, shape or texture information is extracted from an image, it normally encoded into a feature vector. Given two feature vectors, x1 and x2, a distance function computes the difference between them. It is hoped that this difference will accurately measure the dissimilarity between the images from which the features were extracted. The greater the distance, the less the similarity. Distance functions Euclidean (L2) norm and Manhattan distance or L1 norm (also known as city block metric) equations are as follows: The Euclidean distance is given by the following mathematical expression. ํ‘‘ํธ ํ‘ฅ1,ํ‘ฅ2 = (ํ‘ฅ1 ํ‘– โˆ’ํ‘ฅ2(ํ‘–))2ํ‘–=ํ‘› ํ‘–=1 Where, ํ‘ฅ1,ํ‘ฅ2 are the coordinates where two pixels p1 and p2 are located. The Manhattan distance is given by following mathematical ํ‘‘ํ‘€ ํ‘ฅ1,ํ‘ฅ2 = (ํ‘ฅ1 ํ‘– โˆ’ํ‘ฅ2(ํ‘–)). ํ‘–=ํ‘› ํ‘–=1 Distance functions or metrics follows following properties: ํ‘‘ ํ‘,ํ‘ž โ‰ฅ0 ํ‘‘ ํ‘,ํ‘ =0 ํ‘‘ ํ‘,ํ‘ž =ํ‘‘ ํ‘ž,ํ‘ ํ‘‘ ํ‘,ํ‘ง โ‰คํ‘‘ ํ‘,ํ‘ž +ํ‘‘(ํ‘ž,ํ‘ง)
Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 
www.ijera.com 46 | P a g e 
IV. CONTENT BASED IMAGE RETRIEVAL SYSTEM 
A content based application for large-scale study of image retrieval algorithms has been developed as shown in Fig. 2. The system retrieves images that are similar to a user-specified query from an image database. The goal is to present the user with a subset of images that are more similar to the query image. First of all, signatures of all the images are stored in a database and then an image is queried with its signature as input. In this application, color histogram of an image is used as the signature. The rule for similarity measure is distance metrics[9]. Two different distance metrics, via, Euclidean distance and Manhattan distance, are used in two color spaces, RGB and HSV. Firstly apply the color image conversion, i.e., in the form of RGB. One must have to apply the color conversion technique first with the help of color model, i.e., HSV (Hue, Saturation, and Value). The same is done using MATLAB for converting the image color in HSV format. After converting, one selects the blocks of the picture, which is helpful for finding the distance measure. The system has been developed on Windows OS, Matlab 7.9 as front end and Ms Excel as backend. The WANG dataset, that is a subset of 1000 images of the Corel dataset is used (http://savvash.Blogspot. com/2008/12/benchmark-databases-for-cbir.html). The Corel dataset is a large dataset of photographs with annotation. The images in WANG dataset were selected manually to form a dataset of 10 classes of 100 images each. The database is being expanded by adding more images from time to time. The image features i.e. color histograms are stored in a file structure. The number of bins is 64 for all the histogram types. L1 and L2 distance measures have been used to select nearest neighbors and both have given almost identical results. The top similar images, ranked on the basis of the distance are displayed as thumbnails. The graphical user interface displays the query image and the results for browsing to the user. A snapshot of the user interface is shown in the Figure 2 and Figure 3. 
Figure 2: Resultset display of Manhattan Distance in the application
Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 
www.ijera.com 47 | P a g e 
Figure 3: Resultset display of Euclidean Distance in the application 
V. EXPERIMENTAL RESULTS 
In this section, experimental results have been reported. All experiments were performed on an Intel core i3 machine. 
Processor 2.20 GHz with 2 GBytes of RAM. The system was implemented in Matlab 7.9. the COREL database for the experiment purpose. consists of 1000 images divided in 10 categories with 100 images in each category. The categories of the images are people, beach, monuments, buses, dinosaurs, elephants, flowers, horses, mountains and cuisines. For the performance evaluation, 5 random images from each of the 10 category as the query image have been arbitrarily chosen. An ideal image retrieval system is expected to retrieve all the relevant images. One of the popular measures is the precision rate that is the ratio of the number of relevant images retrieved and total number of images in the collection [13].
Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 
www.ijera.com 48 | P a g e 
ํ‘ƒํ‘Ÿํ‘’ํ‘ํ‘–ํ‘ ํ‘–ํ‘œํ‘› = ํ‘ํ‘ขํ‘šํ‘ํ‘’ํ‘Ÿ ํ‘œํ‘“ํ‘…ํ‘’ํ‘™ํ‘’ํ‘ฃํ‘Žํ‘›ํ‘ก ํผํ‘šํ‘Žํ‘”ํ‘’ํ‘  ํ‘Ÿํ‘’ํ‘กํ‘Ÿํ‘–ํ‘’ํ‘ฃํ‘’ํ‘‘ ํ‘‡ํ‘œํ‘กํ‘Žํ‘™ ํ‘ํ‘ขํ‘šํ‘ํ‘’ํ‘Ÿ ํ‘œํ‘“ ํ‘–ํ‘šํ‘Žํ‘”ํ‘’ํ‘  ํ‘Ÿํ‘’ํ‘กํ‘Ÿํ‘–ํ‘’ํ‘ฃํ‘’ํ‘‘ 
The precision of the distance metric is calculated by varying the number of retrieved images. Once, the distance of query image is calculated with all the images in the database, it is sorted. The order of sorting depends on the type of distance metric. So, the denominator for calculating precision (Total No. of images retrieved) is varied by considering 5, 10, 15 and 20 nearest neighbors (NN). Out of these nearest neighbors (NN), how many of them belong to the same category as the query image, thatโ€Ÿs precision. 
Figure 3: Performance comparison of Euclidean and Manhattan distance metrics 
The performance of two similarity measures, L1 and L2 distance have been compared, in the experiments. In the figure 3 ,it has been shown precision for the first 5, 10, 15 and 20 nearest neighbor images of the result set. From the above shown figure, one can observe that Manhattan shows better result than Euclidean. However, with higher number of nearest neighbors spurious images keep coming in the result set. 
VI. CONCLUSION 
Content based image retrieval (CBIR) is a lively discipline, expanding in both depth and breadth and an important research topic covering a large number of research domains like image processing, computer vision, very large databases and human computer interaction. One of the main tasks for (CBIR) systems is similarity comparison, extracting feature signatures of every image based on its pixel values and defining rules for comparing images. Distance metric or matching criteria is the main tool for retrieving similar images from large image databases for all the above categories of search [17]. The Manhattan distance and Euclidean distance have been used to determine similarities between a pair of images in the content based image retrieval application. In this paper, the comparison of the performance of Manhattan (L1) and Euclidean(L2) distance metric has been done.. According to the precision graph, one can conclude Manhattan distance metric shows better precision than Euclidean metric. 
Developments and studies are going on for further improvements in design and performance of โ€œCONTENT BASED IMAGE RETRIEVAL SYSTEMSโ€. As continuation of this work we 
0 
0.1 
0.2 
0.3 
0.4 
0.5 
0.6 
0.7 
5 
10 
15 
20 
Precision 
No.of Nearest Neighbors(NN) 
Manhattan 
Euclidean
Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 
www.ijera.com 49 | P a g e 
propose to perform analysis of other distance metrics like Earth Moverโ€Ÿs distance, weighted Euclidean distance , Vector Cosine Angle distance and Histogram Intersection. In addition to this we would like to performance comparison of these metrics using confusion metrics. REFERENCES 
[1] Ja-Hwung Su, Wei-Jyun Huang, Philip S. Yu, and Vincent S. Tseng, โ€Efficient Relevance Feedback for Content-Based Image Retrieval by Mining User Navigation Patternsโ€ IEEE transactions on knowledge and data engineering, vol. 23, no. 3, march 2011. 
[2] Wasim Khan, Shiv Kumar. Neetesh Gupta, Nilofar Khan, โ€œA Proposed Method for Image Retrieval using Histogram values and Texture Descriptor Analysisโ€ , International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-I Issue- II, May 2011. 
[3] P Liu, K. Jia, Z. Wang and Z. Lv, โ€œA New and Effective Image Retrieval Method Based on Combined Featuresโ€, Proc. IEEE Int. Conf. on Image and Graphics, vol. I, pp. 786-790, August 2007. 
[4] Kambiz Jarrah, Ling Guan โ€œContent-Based Image Retrieval via Distributed Databasesโ€ CIVRโ€Ÿ08, July 7-9, 2008, Niagara Falls, Ontario, Canada. 2008 ACM. 
[5] Ritendra Datta, Dhiraj Joshi, Jia Li and James Wang, โ€œImage Retrieval: Ideas, Influences, and Trends of the New Ageโ€, Proceedings of the 7th ACM SIGMM international workshop on Multimedia information retrieval, November 10-11, 2005, Hilton, Singapore. 
[6] Neetesh Gupta, R.K.Singh, โ€œA New Approach for CBIR Feedback based Image Classifierโ€, International Journal of Computer Applications.(0975 โ€“ 8887) Volume 14โ€“ No.4, January 2011. 
[7] Quack, U. Mร„onich, L. Thiele, and B. S. Manjunath. Cortina: a system for large- scale, content-based web image retrieval. In MULTIMEDIA '04: Proceedings of the 12th annual ACM international conference on Multimedia, pages 508{511, New York, NY, USA, 2004. ACM Press. 
[8] Jun Luo and Hang Kuang Content-based image retrieval using combination features. Computer Engineering and Applications 2009 45(1):153-155. 
[9] A.M.W. Smeulders, M. Worring, S. Santini, A.Gupta, and R. Jain, โ€œContent-based image retrieval at the end of early years, โ€œIEEE Trans. On Pattern Analysis and machine 
intelligence, vol. 22, no. 12, December 2000. 
[10] Sanjay Patil, Sanjay Talbar (2012), โ€žContent Based Image Retrieval Using Various Distance Metricsโ€Ÿ, Data Engineering and Management, Lecture Notes in Computer Science, Vol. 6411, pp 154-161. 
[11] Chaobing Huang, Yarong Han, Yu Zhang (2012),โ€žA Method for Object-based Color Image Retrievalโ€™, Fuzzy Systems and Knowledge Discovery (FSKD), 2012 9th International Conference on , pp:1659-1663 
[12] Rasli, R.M.Muda, T.Z.T., Yusof, Y.,Bakar, J.A. (2012)โ€žComparative Analysis of Content Based Image Retrieval Technique using Color Histogram. A Case Study of GLCM and K-Means Clusteringโ€™, Intelligent Systems, Modelling and Simulation (ISMS), Third International Conference on, pp: 283 โ€“ 286. 
[13] Xiang-Yang Wang & Jun-Feng Wu & Hong-Ying Yang (2010), โ€žRobust image retrieval based on colour histogram of local feature regionsโ€Ÿ, Multimedia Tools Apply vol. 49, pp. 323โ€“345. 
[14] Yong-Hwan Lee, Sang-Burm Rhee, Bonam Kim, โ€žContent-based Image Retrieval Using Wavelet Spatial-Color and Gabor Normalized Texture in Multi-resolution Databaseโ€™, Innovative Mobile and Internet Services in Ubiquitous Computing (IMIS), 2012 Sixth International Conference on , pp: 371 โ€“ 377, 2012. 
[15] Thomas Deselaers, Daniel Keysers, and Hermann Ney (2007), Features for Image Retrieval: An Experimental Comparison. Information Retrieval, 11(2): 77-107, 2008. 
[16] P. S. Hiremath, Jagadeesh Pujari, โ€œContent Based Image Retrieval using Color, Texture and Shape Features,โ€ 15th International Conference on Advanced Computing and Communications, IEEE Computer Society, 2007, pp. 780-784. 
[17] Vadivel, A.K. Majumdar, and S. Sural, โ€œPerformance comparison of distance metrics in content-based image retrieval applicationsโ€, Proc. of Intโ€Ÿl. Conf. on Information Technology, Bhubaneswar, India, pp. 159โ€“164, 2003. 
[18] Qian, G., Sural, S., Gu, Y., and Pramnik, S., โ€œSimilarity between Euclidean and Cosine Angle Distance for Nearest Neighbor Queries,โ€ ACM Symposium on Applied Computing, pp. 1232-1237, 2004.

More Related Content

What's hot

A comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsA comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsIJLT EMAS
ย 
Content based image retrieval
Content based image retrievalContent based image retrieval
Content based image retrievalrubaiyat11
ย 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...IJERA Editor
ย 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
ย 
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXING
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXINGEFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXING
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXINGIJCSEA Journal
ย 
Content-based Image Retrieval
Content-based Image RetrievalContent-based Image Retrieval
Content-based Image RetrievalUniversity of Zurich
ย 
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 RetrievalUpekha Vandebona
ย 
Fc4301935938
Fc4301935938Fc4301935938
Fc4301935938IJERA Editor
ย 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image queryeSAT Publishing House
ย 
Evaluation of Texture in CBIR
Evaluation of Texture in CBIREvaluation of Texture in CBIR
Evaluation of Texture in CBIRZahra Mansoori
ย 
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Zahra Mansoori
ย 
Cbir final ppt
Cbir final pptCbir final ppt
Cbir final pptrinki nag
ย 
Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrievaleSAT Journals
ย 
Improving Performance of Multileveled BTC Based CBIR Using Sundry Color Spaces
Improving Performance of Multileveled BTC Based CBIR Using Sundry Color SpacesImproving Performance of Multileveled BTC Based CBIR Using Sundry Color Spaces
Improving Performance of Multileveled BTC Based CBIR Using Sundry Color SpacesCSCJournals
ย 
Object detection for service robot using range and color features of an image
Object detection for service robot using range and color features of an imageObject detection for service robot using range and color features of an image
Object detection for service robot using range and color features of an imageIJCSEA 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 SurveyEswar Publications
ย 
Object Detection for Service Robot Using Range and Color Features of an Image
Object Detection for Service Robot Using Range and Color Features of an ImageObject Detection for Service Robot Using Range and Color Features of an Image
Object Detection for Service Robot Using Range and Color Features of an ImageIJCSEA Journal
ย 
3.[18 30]graph cut based local binary patterns for content based image retrieval
3.[18 30]graph cut based local binary patterns for content based image retrieval3.[18 30]graph cut based local binary patterns for content based image retrieval
3.[18 30]graph cut based local binary patterns for content based image retrievalAlexander Decker
ย 

What's hot (20)

A comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsA comparative study on content based image retrieval methods
A comparative study on content based image retrieval methods
ย 
Content based image retrieval
Content based image retrievalContent based image retrieval
Content based image retrieval
ย 
IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...
IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...
IMAGE RETRIEVAL USING QUADRATIC DISTANCE BASED ON COLOR FEATURE AND PYRAMID S...
ย 
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
Query Image Searching With Integrated Textual and Visual Relevance Feedback f...
ย 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
ย 
I017417176
I017417176I017417176
I017417176
ย 
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXING
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXINGEFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXING
EFFECTIVE SEARCH OF COLOR-SPATIAL IMAGE USING SEMANTIC INDEXING
ย 
Content-based Image Retrieval
Content-based Image RetrievalContent-based Image Retrieval
Content-based Image Retrieval
ย 
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
ย 
Fc4301935938
Fc4301935938Fc4301935938
Fc4301935938
ย 
Information search using text and image query
Information search using text and image queryInformation search using text and image query
Information search using text and image query
ย 
Evaluation of Texture in CBIR
Evaluation of Texture in CBIREvaluation of Texture in CBIR
Evaluation of Texture in CBIR
ย 
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
ย 
Cbir final ppt
Cbir final pptCbir final ppt
Cbir final ppt
ย 
Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrieval
ย 
Improving Performance of Multileveled BTC Based CBIR Using Sundry Color Spaces
Improving Performance of Multileveled BTC Based CBIR Using Sundry Color SpacesImproving Performance of Multileveled BTC Based CBIR Using Sundry Color Spaces
Improving Performance of Multileveled BTC Based CBIR Using Sundry Color Spaces
ย 
Object detection for service robot using range and color features of an image
Object detection for service robot using range and color features of an imageObject detection for service robot using range and color features of an image
Object detection for service robot using range and color features of an image
ย 
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
ย 
Object Detection for Service Robot Using Range and Color Features of an Image
Object Detection for Service Robot Using Range and Color Features of an ImageObject Detection for Service Robot Using Range and Color Features of an Image
Object Detection for Service Robot Using Range and Color Features of an Image
ย 
3.[18 30]graph cut based local binary patterns for content based image retrieval
3.[18 30]graph cut based local binary patterns for content based image retrieval3.[18 30]graph cut based local binary patterns for content based image retrieval
3.[18 30]graph cut based local binary patterns for content based image retrieval
ย 

Viewers also liked

Microcontroller Based Solar tracking System for enhancing efficiency of a Pho...
Microcontroller Based Solar tracking System for enhancing efficiency of a Pho...Microcontroller Based Solar tracking System for enhancing efficiency of a Pho...
Microcontroller Based Solar tracking System for enhancing efficiency of a Pho...IJERA Editor
ย 
Image Inpainting
Image InpaintingImage Inpainting
Image InpaintingIJERA Editor
ย 
Security Issues related with cloud computing
Security Issues related with cloud computingSecurity Issues related with cloud computing
Security Issues related with cloud computingIJERA Editor
ย 
Calculation Method for Normal Inducedlongitudinal Voltage on Pilot Cable
Calculation Method for Normal Inducedlongitudinal Voltage on Pilot CableCalculation Method for Normal Inducedlongitudinal Voltage on Pilot Cable
Calculation Method for Normal Inducedlongitudinal Voltage on Pilot CableIJERA Editor
ย 
Agile Data: Automating database refactorings
Agile Data: Automating database refactoringsAgile Data: Automating database refactorings
Agile Data: Automating database refactoringsIJERA Editor
ย 
Diretrizes acessibilidade wcag_2
Diretrizes acessibilidade wcag_2Diretrizes acessibilidade wcag_2
Diretrizes acessibilidade wcag_2Valeria de Oliveira
ย 
Gaceta Aeropuerto
Gaceta AeropuertoGaceta Aeropuerto
Gaceta AeropuertoAtenco FPDT
ย 
Accesss
AccesssAccesss
Accesssguestc59049
ย 
Porque no vacunarse 14 4 10
Porque no vacunarse 14 4 10Porque no vacunarse 14 4 10
Porque no vacunarse 14 4 10Jose Luis
ย 
Mapas Acv
Mapas AcvMapas Acv
Mapas Acvnidia
ย 
2
22
2GIA VER
ย 
Theroutedanube
TheroutedanubeTheroutedanube
TheroutedanubeGIA VER
ย 
2
22
2GIA VER
ย 

Viewers also liked (20)

Microcontroller Based Solar tracking System for enhancing efficiency of a Pho...
Microcontroller Based Solar tracking System for enhancing efficiency of a Pho...Microcontroller Based Solar tracking System for enhancing efficiency of a Pho...
Microcontroller Based Solar tracking System for enhancing efficiency of a Pho...
ย 
ะŸั€ะพะณั€ะฐะผะผะฐ "ะ˜ะธัะบัƒััั‚ะฒะพ ะดะพัั‚ะธะถะตะฝะธั ั†ะตะปะตะน". ะจะตะฟะตะปั‘ะฒ
ะŸั€ะพะณั€ะฐะผะผะฐ "ะ˜ะธัะบัƒััั‚ะฒะพ ะดะพัั‚ะธะถะตะฝะธั ั†ะตะปะตะน". ะจะตะฟะตะปั‘ะฒะŸั€ะพะณั€ะฐะผะผะฐ "ะ˜ะธัะบัƒััั‚ะฒะพ ะดะพัั‚ะธะถะตะฝะธั ั†ะตะปะตะน". ะจะตะฟะตะปั‘ะฒ
ะŸั€ะพะณั€ะฐะผะผะฐ "ะ˜ะธัะบัƒััั‚ะฒะพ ะดะพัั‚ะธะถะตะฝะธั ั†ะตะปะตะน". ะจะตะฟะตะปั‘ะฒ
ย 
Fotografรญa y educaciรณn
Fotografรญa y educaciรณnFotografรญa y educaciรณn
Fotografรญa y educaciรณn
ย 
Image Inpainting
Image InpaintingImage Inpainting
Image Inpainting
ย 
Security Issues related with cloud computing
Security Issues related with cloud computingSecurity Issues related with cloud computing
Security Issues related with cloud computing
ย 
39096993 alarmes
39096993 alarmes39096993 alarmes
39096993 alarmes
ย 
Calculation Method for Normal Inducedlongitudinal Voltage on Pilot Cable
Calculation Method for Normal Inducedlongitudinal Voltage on Pilot CableCalculation Method for Normal Inducedlongitudinal Voltage on Pilot Cable
Calculation Method for Normal Inducedlongitudinal Voltage on Pilot Cable
ย 
waka waka (this time for Africa) - stunning images and effects of world cup 2...
waka waka (this time for Africa) - stunning images and effects of world cup 2...waka waka (this time for Africa) - stunning images and effects of world cup 2...
waka waka (this time for Africa) - stunning images and effects of world cup 2...
ย 
Inteligencia colectiva
Inteligencia colectivaInteligencia colectiva
Inteligencia colectiva
ย 
Agile Data: Automating database refactorings
Agile Data: Automating database refactoringsAgile Data: Automating database refactorings
Agile Data: Automating database refactorings
ย 
Diretrizes acessibilidade wcag_2
Diretrizes acessibilidade wcag_2Diretrizes acessibilidade wcag_2
Diretrizes acessibilidade wcag_2
ย 
Gaceta Aeropuerto
Gaceta AeropuertoGaceta Aeropuerto
Gaceta Aeropuerto
ย 
Etnografia2
Etnografia2Etnografia2
Etnografia2
ย 
Accesss
AccesssAccesss
Accesss
ย 
Porque no vacunarse 14 4 10
Porque no vacunarse 14 4 10Porque no vacunarse 14 4 10
Porque no vacunarse 14 4 10
ย 
Pedro abelardo y la รฉtica del conocimiento se si
Pedro abelardo y la รฉtica del conocimiento se siPedro abelardo y la รฉtica del conocimiento se si
Pedro abelardo y la รฉtica del conocimiento se si
ย 
Mapas Acv
Mapas AcvMapas Acv
Mapas Acv
ย 
2
22
2
ย 
Theroutedanube
TheroutedanubeTheroutedanube
Theroutedanube
ย 
2
22
2
ย 

Similar to Evaluation of Manhattan and Euclidean Metrics in CBIR

Wavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalWavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalTELKOMNIKA JOURNAL
ย 
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 FeedbackIJMIT JOURNAL
ย 
A comparative analysis of retrieval techniques in content based image retrieval
A comparative analysis of retrieval techniques in content based image retrievalA comparative analysis of retrieval techniques in content based image retrieval
A comparative analysis of retrieval techniques in content based image retrievalcsandit
ย 
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVALA COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVALcscpconf
ย 
Color vs texture feature extraction and matching in visual content retrieval ...
Color vs texture feature extraction and matching in visual content retrieval ...Color vs texture feature extraction and matching in visual content retrieval ...
Color vs texture feature extraction and matching in visual content retrieval ...IAEME Publication
ย 
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...csandit
ย 
Content Based Image Retrieval Using Dominant Color and Texture Features
Content Based Image Retrieval Using Dominant Color and Texture FeaturesContent Based Image Retrieval Using Dominant Color and Texture Features
Content Based Image Retrieval Using Dominant Color and Texture FeaturesIJMTST Journal
ย 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniqueIAEME Publication
ย 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169IJERA Editor
ย 
Color and texture based image retrieval a proposed
Color and texture based image retrieval a proposedColor and texture based image retrieval a proposed
Color and texture based image retrieval a proposedeSAT Publishing House
ย 
Improvement of Objective Image Quality Evaluation Applying Colour Differences...
Improvement of Objective Image Quality Evaluation Applying Colour Differences...Improvement of Objective Image Quality Evaluation Applying Colour Differences...
Improvement of Objective Image Quality Evaluation Applying Colour Differences...CSCJournals
ย 
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING sipij
ย 
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 SystemIOSR Journals
ย 
Id3115321536
Id3115321536Id3115321536
Id3115321536IJERA Editor
ย 
DEVELOPMENT OF AN ANDROID APPLICATION FOR OBJECT DETECTION BASED ON COLOR, SH...
DEVELOPMENT OF AN ANDROID APPLICATION FOR OBJECT DETECTION BASED ON COLOR, SH...DEVELOPMENT OF AN ANDROID APPLICATION FOR OBJECT DETECTION BASED ON COLOR, SH...
DEVELOPMENT OF AN ANDROID APPLICATION FOR OBJECT DETECTION BASED ON COLOR, SH...ijma
ย 
Low level features for image retrieval based
Low level features for image retrieval basedLow level features for image retrieval based
Low level features for image retrieval basedcaijjournal
ย 
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...sipij
ย 
The Impact of Color Space and Intensity Normalization to Face Detection Perfo...
The Impact of Color Space and Intensity Normalization to Face Detection Perfo...The Impact of Color Space and Intensity Normalization to Face Detection Perfo...
The Impact of Color Space and Intensity Normalization to Face Detection Perfo...TELKOMNIKA JOURNAL
ย 
Content based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image DatabasesContent based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image DatabasesIJERA Editor
ย 

Similar to Evaluation of Manhattan and Euclidean Metrics in CBIR (20)

Wavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalWavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image Retrieval
ย 
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 comparative analysis of retrieval techniques in content based image retrieval
A comparative analysis of retrieval techniques in content based image retrievalA comparative analysis of retrieval techniques in content based image retrieval
A comparative analysis of retrieval techniques in content based image retrieval
ย 
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVALA COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
A COMPARATIVE ANALYSIS OF RETRIEVAL TECHNIQUES IN CONTENT BASED IMAGE RETRIEVAL
ย 
Color vs texture feature extraction and matching in visual content retrieval ...
Color vs texture feature extraction and matching in visual content retrieval ...Color vs texture feature extraction and matching in visual content retrieval ...
Color vs texture feature extraction and matching in visual content retrieval ...
ย 
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
C OMPARATIVE S TUDY OF D IMENSIONALITY R EDUCTION T ECHNIQUES U SING PCA AND ...
ย 
Content Based Image Retrieval Using Dominant Color and Texture Features
Content Based Image Retrieval Using Dominant Color and Texture FeaturesContent Based Image Retrieval Using Dominant Color and Texture Features
Content Based Image Retrieval Using Dominant Color and Texture Features
ย 
Sub1547
Sub1547Sub1547
Sub1547
ย 
Performance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval techniquePerformance analysis is basis on color based image retrieval technique
Performance analysis is basis on color based image retrieval technique
ย 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
ย 
Color and texture based image retrieval a proposed
Color and texture based image retrieval a proposedColor and texture based image retrieval a proposed
Color and texture based image retrieval a proposed
ย 
Improvement of Objective Image Quality Evaluation Applying Colour Differences...
Improvement of Objective Image Quality Evaluation Applying Colour Differences...Improvement of Objective Image Quality Evaluation Applying Colour Differences...
Improvement of Objective Image Quality Evaluation Applying Colour Differences...
ย 
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
SIGNIFICANCE OF DIMENSIONALITY REDUCTION IN IMAGE PROCESSING
ย 
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
ย 
Id3115321536
Id3115321536Id3115321536
Id3115321536
ย 
DEVELOPMENT OF AN ANDROID APPLICATION FOR OBJECT DETECTION BASED ON COLOR, SH...
DEVELOPMENT OF AN ANDROID APPLICATION FOR OBJECT DETECTION BASED ON COLOR, SH...DEVELOPMENT OF AN ANDROID APPLICATION FOR OBJECT DETECTION BASED ON COLOR, SH...
DEVELOPMENT OF AN ANDROID APPLICATION FOR OBJECT DETECTION BASED ON COLOR, SH...
ย 
Low level features for image retrieval based
Low level features for image retrieval basedLow level features for image retrieval based
Low level features for image retrieval based
ย 
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
Image Information Retrieval From Incomplete Queries Using Color and Shape Fea...
ย 
The Impact of Color Space and Intensity Normalization to Face Detection Perfo...
The Impact of Color Space and Intensity Normalization to Face Detection Perfo...The Impact of Color Space and Intensity Normalization to Face Detection Perfo...
The Impact of Color Space and Intensity Normalization to Face Detection Perfo...
ย 
Content based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image DatabasesContent based Image Retrieval from Forensic Image Databases
Content based Image Retrieval from Forensic Image Databases
ย 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
ย 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
ย 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
ย 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoรฃo Esperancinha
ย 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
ย 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
ย 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
ย 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
ย 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
ย 
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”soniya singh
ย 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
ย 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
ย 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
ย 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
ย 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
ย 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
ย 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
ย 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
ย 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
ย 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
ย 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
ย 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
ย 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
ย 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
ย 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
ย 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
ย 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
ย 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
ย 
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”
Model Call Girl in Narela Delhi reach out to us at ๐Ÿ”8264348440๐Ÿ”
ย 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
ย 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
ย 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ย 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
ย 
โ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
โ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCRโ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
โ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
ย 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
ย 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
ย 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
ย 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
ย 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
ย 

Evaluation of Manhattan and Euclidean Metrics in CBIR

  • 1. Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 www.ijera.com 43 | P a g e Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retrieval System Gunjan Khosla1, Dr. Navin Rajpal2 and Jasvinder Singh3 1M.Tech student, University School of Information and Communication Technology, Guru Gobind Singh Indraprastha University, Sector 16-C Dwarka, New Delhi-110078, India 2Professor, University School of Information and Communication Technology, Guru Gobind Singh Indraprastha University, Sector 16-C Dwarka, New Delhi-110078, India 3Ph.D Research Scholar, University School of Information and Communication Technology, Guru Gobind Singh Indraprastha University, Sector 16-C Dwarka, New Delhi-110078, India Abstract Content-based Image Retrieval is all about generating signatures of images in database and comparing the signature of the query image with these stored signatures. Color histogram can be used as signature of an image and used to compare two images based on certain distance metric. Distance metrics Manhattan distance (L1 norm) and Euclidean distance (L2 norm) are used to determine similarities between a pair of images. In this paper, Corel database is used to evaluate the performance of Manhattan and Euclidean distance metrics. The experimental results showed that Manhattan showed better precision rate than Euclidean distance metric. The evaluation is made using Content based image retrieval application developed using color moments of the Hue, Saturation and Value(HSV) of the image and Gabor descriptors are adopted as texture features. Keywords:-Content-Based Image Retrieval, CBIR systems, Image Database, Color histograms, color scale images, Euclidean Distance method, Manhattan distance, Gabor wavelet. I. INTRODUCTION Content-based image retrieval (CBIR), also known as query by image content (QBIC) and content-based visual information retrieval (CBVIR) 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 image retrieval (CBIR) is a lively discipline, expanding in both depth and breadth and an important research topic covering a large number of research domains like image processing, computer vision, very large databases and human computer interaction [6, 10]. "Content-based" means that the search will analyse the actual contents of the image [1]. The term 'content' in this context might refer colors, shapes, textures, or any other information that can be derived from the image itself. Due to inability to examine image content, searches must rely on metadata such as captions or keywords. Such metadata must be generated by a human and stored alongside each image in the database. The design and development of effective and efficient CBIR systems are still a research problem, because the nature of digital images involves two well-known problems: the semantic gap and the computational load to manage large file collections. The semantic gap is the lack of coincidence between the information that one can extract from the visual data and the interpretation that the same data have for a user in a given situation [7]. It has linguistic and contextual consequences, and mainly depends on the domain knowledge to represent images. On the other hand, the computation load, when large image collections are managed, may make impractical use of CBIR systems [4]. One of the main tasks for (CBIR) systems is similarity comparison, extracting feature signatures of every image based on its pixel values and defining rules for comparing images [8]. These features become the image representation for measuring similarity with other images in the database. Distance metric or matching criteria is the main tool for retrieving similar images from large image databases for all the above categories of search. Several distance metrics, such as the L1 metric (Manhattan Distance), the L2 metric (Euclidean Distance) and the Vector Cosine Angle Distance (VCAD) have been proposed in the literature for measuring similarity between feature vectors [18]. In content-based image retrieval systems, Manhattan distance and Euclidean distance are typically used to determine similarities between a pair of images. In image processing applications, components of a feature vector (e.g., color histogram) are usually normalized by the size of the image and as a result, the Manhattan, Euclidean, the cosine angle based distance and Histogram Intersection distance metrics produce different ordering of retrieved images. In this paper, Corel database is used to evaluate the performance of RESEARCH ARTICLE OPEN ACCESS
  • 2. Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 www.ijera.com 44 | P a g e Manhattan and Euclidean distance metrics. The experimental results showed that Manhattan showed better precision rate than Euclidean distance metric. Content based image retrieval application developed use color moments of the features [12]. Hue, Saturation and Value (HSV) of the image and Gabor descriptors are adopted as texture In the next section of the paper, color and texture representation and different distance metrics used for comparison have been described. In section 3, we explain the details of the content based image retrieval application. Section 4 contains the experimental results and we draw conclusions from our work in the last section of the paper. II. COLOR AND TEXTURE REPRESENTATION A. Color Representation Color is one of the important features for recognizing the images by humans and it is most commonly used feature in image retrieval. Color is an important dimension of human visual observation that allows discrimination and recognition of visual information [3] .Color features are also easy to extract, and have been found to be effective during indexing and searching of images in image databases. One of the main aspects of color feature extraction is the choice of a color space. Commonly used color spaces are: ๏‚ท RGB (Red , Green, Blue) ๏‚ท CIE (abbreviated for its French name, Commission internationale de l'รฉclairage) ๏‚ท HSV (Hue, Saturation, Value) In RGB color space it assigns to each pixel a three element vector giving the color intensities of the three colors, red, green and blue[15,16]. The space spanned by the R, G, and B values describe visible colors, which are represented as vectors in the 3D RGB color space. As a result, the RGB color space provides a useful starting point for representing color features of images. However, the RGB color space is not perceptually uniform. The RGB color space can be transformed to generate other color spaces. The idea color space transformation is to develop a model of color space that is perceptually similar with human color vision. CIE color space was created by The International Commission on Illumination (usually abbreviated CIE for its French name, Commission internationale de l'รฉclairage). The CIE color space encompasses all color sensations that an average person can experience. In CIE color space it judges the relative luminance (brightness) of different colors in well-lit situations. Humans tend to perceive light within the green parts of the spectrum as brighter than red or blue light of equal power. A CIE Color space is generated by nonlinear transformation of the RGB space [12]. However, the CIE color spaces are inconvenient because of the calculation complexities of the transformation to and from the RGB color space. The HSV color space (Hue, Saturation, Value) corresponds better to how people experience color than the RGB color space does. The HSV color space is widely used in the field of color vision. The chromatic components Hue, Saturation and Value correspond closely with the categories of human color perception. As hue varies from 0 to 1.0, the corresponding colors vary from red, through yellow, green, cyan, blue, and magenta, back to red, so that there are actually red values both at 0 and 1.0. As saturation varies from 0 to 1.0, the corresponding colors (hues) vary from unsaturated (shades of gray) to fully saturated (no white component). As value, or brightness, varies from 0 to 1.0, the corresponding colors become increasingly brighter. Figure 1: HSV Cone HSV color space is also a nonlinear transformation of the RGB, but it is easily invertible. The HSV color space is perceptually uniform. In this project, HSV color space has been used to extract color features. The HSV values of a pixel can be transformed from its RGB representation according to the following formula ํป= cos^(โˆ’1)โกโŒŠ(1/2 โŒŠ(ํ‘…โˆ’ํบ)+(ํ‘…โˆ’ํต) โŒ‹)/(โˆš((ํ‘… โˆ’ํบ)^2 )+(ํ‘…โˆ’ํต)(ํบโˆ’ํต) )โŒ‹ ํ‘†=1โˆ’ 3 minโก ํ‘…,ํบ,ํต ํ‘…+ํบ+ํต ํ‘‰= ํ‘…+ํบ+ํต 3 B. Color Feature Extraction The objective of color indexing is to retrieve all the images whose color compositions are similar to the color composition of the image in the query. Histograms are useful because they are relatively insensitive to position and orientation changes. Besides they are sufficiently accurate [11]. However, they do not capture spatial relationship of color regions and they have limited discriminating power.
  • 3. Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 www.ijera.com 45 | P a g e Many publications focus on color indexing techniques based on global color distributions. These global distributions have limited discriminating power because they are unable to capture local color information. Color correlogram and color coherence vector can combine the spatial correlation of color regions as well as the global distribution of local spatial correlation of colors. These techniques perform better than traditional color histograms when used for content-based image retrieval. But they require very expensive computation. Color moments have been successfully used in content based image retrieval systems. It has been shown [12] that characterizing one dimensional color distributions with the first three moments is more robust and runs faster than the histogram based methods. C. TEXTURE REPRESENTATION Texture is defined as structure of surface formed by repeating element or several elements in different relative spatial position. Texture is an inherent property of all surfaces that describes visual pattern, each having homogeneity [10].Gabor wavelet is widely adopted to extract texture from the images for retrieval and has been shown to be very efficient. Basically Gabor filters are a group of wavelet capturing energy at specific frequency and specific orientation. The scale and orientation tunable property of Gabor filter especially useful for texture analysis [2]. The Gabor filter design is done as follows: For a given image I(x,y) with size P x Q, its Gabor wavelet transform is given by a convolution: ํบํ‘šํ‘›= ํผ ํ‘ฅโˆ’ํ‘ ,ํ‘ฆโˆ’ํ‘ก ลธ ํ‘› ํ‘šํ‘› ํ‘ ,ํ‘ก Where, t and s are the filter mask size variables, and *mn is a complex conjugate of mn. After applying Gabor filters on the image with different orientation at different scale, we obtain an array of magnitudes which is given as: ํธ ํ‘š,ํ‘› = ํบํ‘šํ‘› ํ‘ฅ,ํ‘ฆ Where m =0,1,โ€ฆโ€ฆ, M-1; n=0,1,โ€ฆโ€ฆ N-1. These magnitudes represent the energy content at different scale and orientation of the image. The main purpose of texture-based retrieval is to find images or regions with similar texture [16]. It is assumed that one is interested in images or regions that have homogenous texture; therefore the following mean ฮผmn and standard deviation mn of the magnitude of the transformed coefficients are used to represent the homogenous texture feature of the region: ํœ‡ํ‘šํ‘›=ํธ ํ‘š,ํ‘› ฦƒํ‘šํ‘› ํ‘ƒ ํ‘‹ ํ‘„ = โˆš ํบํ‘šํ‘› ํ‘ฅ,ํ‘ฆ โˆ’ํœ‡ํ‘šํ‘› 2 ํ‘ƒ ํ‘‹ ํ‘„ A feature vector ฦ’ํ‘” (texture representation) is created using ฮผmn and mn as the feature components. Four scales and 6 orientations are used in common implementation and the feature vector of length 48 is given by: ฦ’ํ‘”= ํœ‡00,ฦƒ00, ํœ‡01,ฦƒ01,โ€ฆโ€ฆโ€ฆโ€ฆโ€ฆ,ํœ‡35,ฦƒ35, III. DISTANCE METRICS In the domain of image retrieval from large databases using signatures like color histogram, each โ€žnโ€Ÿ dimensional feature vector may be considered as a point in the โ€žnโ€Ÿ dimensional vector space. Thus, a feature vector is mapped to a point in the n- dimensions [18]. This mapping helps us to perceive the images (represented by their feature vectors) as high- dimensional points. The advantage of this representation is that one can now use different distance metrics for (i) finding similarity between two images and (ii) ordering a set of images based on their distances from a given image. This enables one to do a nearest neighbor search on a large database of images and retrieve a result set containing images that are closest matches to a user-specified query. It is evident that the images and their ordering depend both on the feature extraction method as well as on the distance metric used. In this work, Manhattan distance and Euclidean distance metrics have been used as a similarity rule. After the color, shape or texture information is extracted from an image, it normally encoded into a feature vector. Given two feature vectors, x1 and x2, a distance function computes the difference between them. It is hoped that this difference will accurately measure the dissimilarity between the images from which the features were extracted. The greater the distance, the less the similarity. Distance functions Euclidean (L2) norm and Manhattan distance or L1 norm (also known as city block metric) equations are as follows: The Euclidean distance is given by the following mathematical expression. ํ‘‘ํธ ํ‘ฅ1,ํ‘ฅ2 = (ํ‘ฅ1 ํ‘– โˆ’ํ‘ฅ2(ํ‘–))2ํ‘–=ํ‘› ํ‘–=1 Where, ํ‘ฅ1,ํ‘ฅ2 are the coordinates where two pixels p1 and p2 are located. The Manhattan distance is given by following mathematical ํ‘‘ํ‘€ ํ‘ฅ1,ํ‘ฅ2 = (ํ‘ฅ1 ํ‘– โˆ’ํ‘ฅ2(ํ‘–)). ํ‘–=ํ‘› ํ‘–=1 Distance functions or metrics follows following properties: ํ‘‘ ํ‘,ํ‘ž โ‰ฅ0 ํ‘‘ ํ‘,ํ‘ =0 ํ‘‘ ํ‘,ํ‘ž =ํ‘‘ ํ‘ž,ํ‘ ํ‘‘ ํ‘,ํ‘ง โ‰คํ‘‘ ํ‘,ํ‘ž +ํ‘‘(ํ‘ž,ํ‘ง)
  • 4. Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 www.ijera.com 46 | P a g e IV. CONTENT BASED IMAGE RETRIEVAL SYSTEM A content based application for large-scale study of image retrieval algorithms has been developed as shown in Fig. 2. The system retrieves images that are similar to a user-specified query from an image database. The goal is to present the user with a subset of images that are more similar to the query image. First of all, signatures of all the images are stored in a database and then an image is queried with its signature as input. In this application, color histogram of an image is used as the signature. The rule for similarity measure is distance metrics[9]. Two different distance metrics, via, Euclidean distance and Manhattan distance, are used in two color spaces, RGB and HSV. Firstly apply the color image conversion, i.e., in the form of RGB. One must have to apply the color conversion technique first with the help of color model, i.e., HSV (Hue, Saturation, and Value). The same is done using MATLAB for converting the image color in HSV format. After converting, one selects the blocks of the picture, which is helpful for finding the distance measure. The system has been developed on Windows OS, Matlab 7.9 as front end and Ms Excel as backend. The WANG dataset, that is a subset of 1000 images of the Corel dataset is used (http://savvash.Blogspot. com/2008/12/benchmark-databases-for-cbir.html). The Corel dataset is a large dataset of photographs with annotation. The images in WANG dataset were selected manually to form a dataset of 10 classes of 100 images each. The database is being expanded by adding more images from time to time. The image features i.e. color histograms are stored in a file structure. The number of bins is 64 for all the histogram types. L1 and L2 distance measures have been used to select nearest neighbors and both have given almost identical results. The top similar images, ranked on the basis of the distance are displayed as thumbnails. The graphical user interface displays the query image and the results for browsing to the user. A snapshot of the user interface is shown in the Figure 2 and Figure 3. Figure 2: Resultset display of Manhattan Distance in the application
  • 5. Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 www.ijera.com 47 | P a g e Figure 3: Resultset display of Euclidean Distance in the application V. EXPERIMENTAL RESULTS In this section, experimental results have been reported. All experiments were performed on an Intel core i3 machine. Processor 2.20 GHz with 2 GBytes of RAM. The system was implemented in Matlab 7.9. the COREL database for the experiment purpose. consists of 1000 images divided in 10 categories with 100 images in each category. The categories of the images are people, beach, monuments, buses, dinosaurs, elephants, flowers, horses, mountains and cuisines. For the performance evaluation, 5 random images from each of the 10 category as the query image have been arbitrarily chosen. An ideal image retrieval system is expected to retrieve all the relevant images. One of the popular measures is the precision rate that is the ratio of the number of relevant images retrieved and total number of images in the collection [13].
  • 6. Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 www.ijera.com 48 | P a g e ํ‘ƒํ‘Ÿํ‘’ํ‘ํ‘–ํ‘ ํ‘–ํ‘œํ‘› = ํ‘ํ‘ขํ‘šํ‘ํ‘’ํ‘Ÿ ํ‘œํ‘“ํ‘…ํ‘’ํ‘™ํ‘’ํ‘ฃํ‘Žํ‘›ํ‘ก ํผํ‘šํ‘Žํ‘”ํ‘’ํ‘  ํ‘Ÿํ‘’ํ‘กํ‘Ÿํ‘–ํ‘’ํ‘ฃํ‘’ํ‘‘ ํ‘‡ํ‘œํ‘กํ‘Žํ‘™ ํ‘ํ‘ขํ‘šํ‘ํ‘’ํ‘Ÿ ํ‘œํ‘“ ํ‘–ํ‘šํ‘Žํ‘”ํ‘’ํ‘  ํ‘Ÿํ‘’ํ‘กํ‘Ÿํ‘–ํ‘’ํ‘ฃํ‘’ํ‘‘ The precision of the distance metric is calculated by varying the number of retrieved images. Once, the distance of query image is calculated with all the images in the database, it is sorted. The order of sorting depends on the type of distance metric. So, the denominator for calculating precision (Total No. of images retrieved) is varied by considering 5, 10, 15 and 20 nearest neighbors (NN). Out of these nearest neighbors (NN), how many of them belong to the same category as the query image, thatโ€Ÿs precision. Figure 3: Performance comparison of Euclidean and Manhattan distance metrics The performance of two similarity measures, L1 and L2 distance have been compared, in the experiments. In the figure 3 ,it has been shown precision for the first 5, 10, 15 and 20 nearest neighbor images of the result set. From the above shown figure, one can observe that Manhattan shows better result than Euclidean. However, with higher number of nearest neighbors spurious images keep coming in the result set. VI. CONCLUSION Content based image retrieval (CBIR) is a lively discipline, expanding in both depth and breadth and an important research topic covering a large number of research domains like image processing, computer vision, very large databases and human computer interaction. One of the main tasks for (CBIR) systems is similarity comparison, extracting feature signatures of every image based on its pixel values and defining rules for comparing images. Distance metric or matching criteria is the main tool for retrieving similar images from large image databases for all the above categories of search [17]. The Manhattan distance and Euclidean distance have been used to determine similarities between a pair of images in the content based image retrieval application. In this paper, the comparison of the performance of Manhattan (L1) and Euclidean(L2) distance metric has been done.. According to the precision graph, one can conclude Manhattan distance metric shows better precision than Euclidean metric. Developments and studies are going on for further improvements in design and performance of โ€œCONTENT BASED IMAGE RETRIEVAL SYSTEMSโ€. As continuation of this work we 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 5 10 15 20 Precision No.of Nearest Neighbors(NN) Manhattan Euclidean
  • 7. Jasvinder Singh et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 1), September 2014, pp.43-49 www.ijera.com 49 | P a g e propose to perform analysis of other distance metrics like Earth Moverโ€Ÿs distance, weighted Euclidean distance , Vector Cosine Angle distance and Histogram Intersection. In addition to this we would like to performance comparison of these metrics using confusion metrics. REFERENCES [1] Ja-Hwung Su, Wei-Jyun Huang, Philip S. Yu, and Vincent S. Tseng, โ€Efficient Relevance Feedback for Content-Based Image Retrieval by Mining User Navigation Patternsโ€ IEEE transactions on knowledge and data engineering, vol. 23, no. 3, march 2011. [2] Wasim Khan, Shiv Kumar. Neetesh Gupta, Nilofar Khan, โ€œA Proposed Method for Image Retrieval using Histogram values and Texture Descriptor Analysisโ€ , International Journal of Soft Computing and Engineering (IJSCE) ISSN: 2231-2307, Volume-I Issue- II, May 2011. [3] P Liu, K. Jia, Z. Wang and Z. Lv, โ€œA New and Effective Image Retrieval Method Based on Combined Featuresโ€, Proc. IEEE Int. Conf. on Image and Graphics, vol. I, pp. 786-790, August 2007. [4] Kambiz Jarrah, Ling Guan โ€œContent-Based Image Retrieval via Distributed Databasesโ€ CIVRโ€Ÿ08, July 7-9, 2008, Niagara Falls, Ontario, Canada. 2008 ACM. [5] Ritendra Datta, Dhiraj Joshi, Jia Li and James Wang, โ€œImage Retrieval: Ideas, Influences, and Trends of the New Ageโ€, Proceedings of the 7th ACM SIGMM international workshop on Multimedia information retrieval, November 10-11, 2005, Hilton, Singapore. [6] Neetesh Gupta, R.K.Singh, โ€œA New Approach for CBIR Feedback based Image Classifierโ€, International Journal of Computer Applications.(0975 โ€“ 8887) Volume 14โ€“ No.4, January 2011. [7] Quack, U. Mร„onich, L. Thiele, and B. S. Manjunath. Cortina: a system for large- scale, content-based web image retrieval. In MULTIMEDIA '04: Proceedings of the 12th annual ACM international conference on Multimedia, pages 508{511, New York, NY, USA, 2004. ACM Press. [8] Jun Luo and Hang Kuang Content-based image retrieval using combination features. Computer Engineering and Applications 2009 45(1):153-155. [9] A.M.W. Smeulders, M. Worring, S. Santini, A.Gupta, and R. Jain, โ€œContent-based image retrieval at the end of early years, โ€œIEEE Trans. On Pattern Analysis and machine intelligence, vol. 22, no. 12, December 2000. [10] Sanjay Patil, Sanjay Talbar (2012), โ€žContent Based Image Retrieval Using Various Distance Metricsโ€Ÿ, Data Engineering and Management, Lecture Notes in Computer Science, Vol. 6411, pp 154-161. [11] Chaobing Huang, Yarong Han, Yu Zhang (2012),โ€žA Method for Object-based Color Image Retrievalโ€™, Fuzzy Systems and Knowledge Discovery (FSKD), 2012 9th International Conference on , pp:1659-1663 [12] Rasli, R.M.Muda, T.Z.T., Yusof, Y.,Bakar, J.A. (2012)โ€žComparative Analysis of Content Based Image Retrieval Technique using Color Histogram. A Case Study of GLCM and K-Means Clusteringโ€™, Intelligent Systems, Modelling and Simulation (ISMS), Third International Conference on, pp: 283 โ€“ 286. [13] Xiang-Yang Wang & Jun-Feng Wu & Hong-Ying Yang (2010), โ€žRobust image retrieval based on colour histogram of local feature regionsโ€Ÿ, Multimedia Tools Apply vol. 49, pp. 323โ€“345. [14] Yong-Hwan Lee, Sang-Burm Rhee, Bonam Kim, โ€žContent-based Image Retrieval Using Wavelet Spatial-Color and Gabor Normalized Texture in Multi-resolution Databaseโ€™, Innovative Mobile and Internet Services in Ubiquitous Computing (IMIS), 2012 Sixth International Conference on , pp: 371 โ€“ 377, 2012. [15] Thomas Deselaers, Daniel Keysers, and Hermann Ney (2007), Features for Image Retrieval: An Experimental Comparison. Information Retrieval, 11(2): 77-107, 2008. [16] P. S. Hiremath, Jagadeesh Pujari, โ€œContent Based Image Retrieval using Color, Texture and Shape Features,โ€ 15th International Conference on Advanced Computing and Communications, IEEE Computer Society, 2007, pp. 780-784. [17] Vadivel, A.K. Majumdar, and S. Sural, โ€œPerformance comparison of distance metrics in content-based image retrieval applicationsโ€, Proc. of Intโ€Ÿl. Conf. on Information Technology, Bhubaneswar, India, pp. 159โ€“164, 2003. [18] Qian, G., Sural, S., Gu, Y., and Pramnik, S., โ€œSimilarity between Euclidean and Cosine Angle Distance for Nearest Neighbor Queries,โ€ ACM Symposium on Applied Computing, pp. 1232-1237, 2004.