SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
134
COLOR VS. TEXTURE FEATURE EXTRACTION AND
MATCHING IN VISUAL CONTENT RETRIEVAL BY
USING GLOBAL COLOR HISTOGRAM
Shimi P.S.
Asst. Professor, Dept. of Computer Applications, SN Gurukulam College of Engineering, Ernakulum, Kerala
ABSTRACT
Content Based Image Retrieval (CBIR) is the technique which uses visual contents to search images from large
database. Image retrieval is achieved according to the similarity of image features. Color and texture is the most
important visual features. CBIR systems focused on using low-level features like color, texture and shape for image
representation. The color and texture features can be extracted using global color histogram.
This paper measures the performance of color and textual statistical features of an image in retrieving the
similar images from the data set. The performance is measured by implementing a single CBIR system in two levels. The
first level uses color features for image retrieval. The second level uses the texture features for similar image extraction.
Euclidean distance is used as the distance measure of two images. It is found that the system which uses texture features
retrieves the most similar images from the data set.
Keywords: CBIR, Local Color Histogram, Global Color Histogram, Feature Extraction.
1. INTRODUCTION
Information sharing is the most common phenomenon among the users of internet. Storing large amount of
digital images can be possible in high speed networks. Digital images has the application in the areas of medicine,
military, security, at galleries etc. Effectively and efficiently accessing desired images from large and varied image
databases is now a necessity. CBIR is the technique used to retrieve the images in the database which are similar to the
inputted image. In this technique the search is based on the texture, color and shape of the image.
Many CBIR system have been developed: QBIC, Photobook, MARS, NeTra, PicHunter, Blovworld and others
In CBIR system, low-level visual image features (e.g., color, texture and Shape) in a typical CBIR system, low-level
visual image features are automatically extracted for image descriptions and indexing purposes. Different CBIR systems
make use of different types of user queries. Options for providing example images to the system include:
• A preexisting image may be supplied by the user.
• The user draws a rough approximation of the image they are looking for.
Retrieving the correct image from a large database is a big problem in the area of image processing. It is came to
know that the low level features play an important role in extracting the images from a large database. Here a CBIR
system is developed in three different levels. For the comparison of the images with the data set each level uses low level
features. The features considered are color and statistical feature of an image. The first level uses the color feature, the
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING &
TECHNOLOGY (IJCET)
ISSN 0976 – 6367(Print)
ISSN 0976 – 6375(Online)
Volume 5, Issue 12, December (2014), pp. 134-141
© IAEME: www.iaeme.com/IJCET.asp
Journal Impact Factor (2014): 8.5328 (Calculated by GISI)
www.jifactor.com
IJCET
© I A E M E
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
135
second level uses the statistical feature and the third level uses the combination of color and statistical feature for image
retrieval. Each level uses a distance measure to calculate the similarity between the images. This paper analyses the
performance of these three levels and results are shown.
2. RELATED WORKS
Content based image retrieval algorithms compare the actual content of the images rather than text. Once the
specified feature has been extracted from the image, there are also a number of options for carrying out the actual
comparison between images. Generally similarity between two images is based on a computation involving the
Euclidean distance or histogram intersection between the respective extracted features of two images. The three most
common characteristics upon which images are compared in content based image retrieval algorithms are color, shape
and texture [7]. Utilizing shape information for automated image comparisons requires algorithms that perform some
form of edge detection or image segmentation. The color feature is one of the most widely used visual features in image
retrieval. In image retrieval, the color histogram is the most commonly used color feature representation. Statistically, it
represents the intensities of the three color channels. Swain and Ballard proposed histogram intersection, an L1 metric, as
the similarity measure for the color histogram [8]. In 2009 Ji-quan-ma presents an approach based on HSV color space
and texture characteristics of the image retrieval [5].In March 2011, Neetu Sharma., Paresh Rawat. S and Jaikaran
Singh.S compare various global descriptor attributes and found that images retrieved by using the global color histogram
may not be semantically related even though they share similar color distribution in some results [4].
3. THEORY RELATED TO WORK
3.1 CBIR
A CBIR system incorporates a query image and an image database. The purpose of CBIR system is to retrieve
the images from the database which are similar to the query image. CBIR is performed in two steps: indexing and
searching. In indexing step contents (features) of the image are extracted and are stored in the form of a feature vector in
the feature database. In the searching step, user query image feature vector is constructed and compared with all feature
vectors in the database for similarity to retrieve the most similar images to the query image from the database.
3.2 Color Representations
Color is one of the most widely used visual features in multimedia context and image / video retrieval. Color is
a subjective human sensation of visible light depending on an intensity and a set of wavelengths associated with the
electromagnetic spectrum.
• RGB color space
Color is a subjective visual characteristic describing how perceived electromagnetic radiation F(l) is distributed
in the range of wavelengths l of visible light [380 nm ... 780 nm]. A color space is a multidimensional space of color
components. Human color perception combines the three primary colors: red (R) Blue (B) and Green (G).
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
136
The RGB color space is not perceptually uniform, and equal distances in different areas do not reflect equal
perceptual dissimilarity of colors. Because of the lack of a single perceptually uniform color space, a large number of
spaces derived from the RGB space have been used in practice for a query-by-color.
3.3 Statistical features
The texture of an image can be analyzed using statistical approach. We can use statistical parameters to
characterize the content of an image. Statistical methods can be further classified into first-order (one pixel), second-
order (two pixels) and higher-order (three or more pixels) statistics. The basic difference is that first-order statistics
estimate properties (e.g. average and variance) of individual pixel values, ignoring the spatial interaction between image
pixels, whereas second- and higher order statistics estimate properties of two or more pixel values occurring at specific
locations relative to each other. Histogram based approach is based on the intensity value concentrations on all or part of
an image represented as a histogram. Common features include moments such as mean, variance, dispersion, mean
square value or average energy, entropy, skewness and kurtosis.
3.4 Global Histogram Based Approach
This approach is used to calculate the RGB global histograms for all the images, reduce the dimensions of the
image descriptor vectors using Principal Component Analysis and calculate the similarity measures between the images.
The clustering results are then analyzed to see if the results have any semantic meaning.
3.4.1 Features based on Histogram
• Mean
The mean of a data set is simply the arithmetic average of the values in the set, obtained by summing the values
and dividing by the number of values.
The mean is a measure of the center of the distribution. The mean is a weighted average of the class marks, with
the relative frequencies as the weight factors.
• Variance and Standard Deviation
The variance of a data set is the arithmetic average of the squared differences between the values and the mean.
The standard deviation is the square root of the variance:
The variance and the standard deviation are both measures of the spread of the distribution about the mean.
• Skew
Skew is a measure of the extent to which a data distribution is distorted from a symmetrical normal distribution. The
distortion is in one direction, either toward higher values or lower values. The skew measures the asymmetry (unbalance)
about the mean in the gray-level distribution. Skew can be calculated using the formula Where is the
mean and S is the standard deviation.
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
137
• Entropy
E = ENTROPY(I)
returns E, a scalar value representing the entropy of grayscale image I. Entropy is a statistical measure of randomness
that can be used to characterize the texture of the input image. Entropy is defined as -sum (p.*log2 (p))
where p contains the histogram counts.
• Energy
The energy measure tells us something about how gray levels are distributed. The energy measure has a value of
1 for an image with a constant value. This value gets smaller as the pixel values are distributed across more gray level
values. A high energy means the number of gray levels in the image is few. Therefore it is easier to compress the image
data. Energy E can be calculated as ( )E
MN
X i j
j
n
i
m
=
==
∑∑
1
11
,
where M and N are the dimensions of the image, and X is the intensity of the pixel located at row i and column j in the
image map.
3.5 Co-occurrence Matrix
Co-occurrence Matrix represents the distance and angular spatial relationship over an image sub relationship
over an image sub region of specific size [14]. The GLCM is created from a gray scale image. The GLCM is calculates
how often a pixel with gray value i occurs either horizontally, vertically, or diagonally to adjacent pixels with the value
j.GLCM can be used to derive different statistics which provides information about the texture of the image.
4. EXPERIMENTAL METHODOLOGY
The data set contains 250 JPEG images, used to evaluate the effectiveness and efficiency of the selected color
features. Before starting the processing of images, the query image and the data set images are re sized to the same level.
Images are represented in RGB color space and the features are extracted using histogram. The GCH (Global Color
histogram) represents images with single histogram. Then the relevant images are identified based on different color
features and their combinations. In all the three cases the most similar 5 images are displayed.
In the first level images are divided into fixed blocks of size 16 x 16. For each block, its color histogram is
obtained. The GCH of query image and the images in the data set is computed and distance is measured. Relevant images
are retrieved by computing the similarity between the query vector and image vectors.
There are several ways tocalculate distances between two vectors. Here the sum of the distance between the
RGB values of the pixels in the same position is calculated.
In the next level visual feature representation is extracted by incorporating the color histograms and color
moments. The texture features of the query image and images in the data set is calculated using above mentioned
equations and stored. The relevant images are ranked by using a fixed threshold value of the difference of the texture
feature of query image and the database images.
4.1 Histogram
The system used global color histograms in extracting the color features of images. The RGB values of the
image is grabbed and stored in a histogram vector of size 64. A number of distance measures are available to find the
difference between two vectors.
4.2 Euclidean Distance
Euclidean distance between two color histograms h and g can be calculated as [13]
The Euclidean distance is calculated between the query image and every image in the database. All the images
in the data set have been compared with the query image. Upon completion of the Euclidean distance algorithm, we have
an array of Euclidean distances, which is then sorted. The five topmost images are then displayed as a result of the
texture search.
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
138
4.3 SAD (Sum of Absolute Differences)
SAD is an algorithm for measuring the similarity between image blocks. It works by taking the absolute
difference between each pixel in the original block and the corresponding pixel in the block being used for comparison.
These differences are summed to create a simple metric of block similarity. Here the size of the block is defined as
16.The sum of the difference between the pixel values of query image and the images in the data set is calculated and
used to find the color similarity of the images.
4.4 Level 1
• The input image is read and the color features of the image is extracted using GCH and stored
• The color features of each of the image in the data set is calculated and stored
• The similarity of the query image and the images in the data set is calculated
• Sort the images based on the distance
• Similar 5 images are displayed.
4.5 Level 2
• The input image is read and converted to gray scale image
• Construct a Gray Level Co-occurrence Matrix of the image
• The texture features mean, standard deviation, variance, entropy, skew and energy are calculated from the GCH
and stored.
• Each image in the data set is taken and its texture features are calculated and stored.
• Calculate and store the Euclidean distance of input image and images in the data set
• Cluster and sort the images by keeping distance as the key
• Retrieve the images with minimum distance.
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
139
5. RESULT AND DISCUSSION
5.1 Database
The image data set that used in this work contains 250 JPEG images randomly selected from the World Wide
Web. The following figure depicts a sample of images in the database:
Figure: Image Database
Figure: The query image
5.2 Color Extraction & Matching
The color feature of the query image and the images in the data set is calculated and stored in a vector of size 64
separately. The histograms of the query image and the images in the database are compared by calculating the sum of the
difference of pixel values in the same position in the histogram vectors and obtained the following top 5 results:
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
140
Images Color distance
0.0
0.454
0.682
0.791
0.999
Figure: Color results for the searching of query image
The result shows that the most of the images in the result are unrelated to the query.
5.3 Texture Extraction & Matching
The statistical approach is used to analyse an image texture. The statistical features of the images are calculated
using above mentioned equations from the GCH of the query image and the data set images and are compared using the
Euclidean Distance Metric, obtained the following top 5 results:
Images Statistical distance
0.0
0.576
0.594
0.632
0.689
Figure: Texture results for the searching of query image
Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14)
30 – 31, December 2014, Ernakulam, India
141
The system is tested with different query images and it is found that the texture search gives the results better
than the result obtained from the previous search.
6. CONCLUSIONS
An experimental comparison of a number of different color descriptors for content-based image retrieval was
carried out. Color histogram and color moments are considered for retrieval. The application performs a simple color-
based search in an image database for an input query image, using global color histograms. It then compares the color
histograms of different images. The SAD algorithm is used to find the similarity of the images. For enhancing the search,
the application performs statistical feature-based search using global color histogram. The comparison of the images are
done using the Euclidean Distance Equation.
According to the result obtained it is found that the performance depends on the color distribution of images.
Most of the images retrieved using the image search based on color feature are unrelated to the query. The test results
indicate that the search which uses the statistical feature gives the better result compared to the color feature search. The
results can be improved further by making a search considering the combined image properties of color and texture. In
addition to that more enhancement can be done by making a search considering the image properties of color, texture and
shape.
REFERENCES
[1] Gaurav Jaswal, Amit Kaul, Rajan Parmar, Content based Image Retrieval using Color Space Approaches,
International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 – 8958, Volume-2,
Issue-1, October 2012.
[2] Poulami Halda, Joydeep Mukherjee, Content based Image Retrieval using Histogram, Color and Edge,
International Journal of Computer Applications (0975 – 888), Volume 48– No.11, June 2012.
[3] Ja-Hwung Su, Wei-Jyun Huang, Philip S. Yu,Fellow, IEEE, andVincent 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.
[4] Neetu Sharma., Paresh Rawat and jaikaran Singh, Efficient CBIR Using Color Histogram Processing, Signal &
Image Processing : An International Journal(SIPIJ) Vol.2, No.1, March 2011.
[5] Ji-quan ma Heilongjiang University Harbin, China, Content-Based Image Retrieval with HSV Color Space and
Texture Features, International Conference on Web Information Systems and Mining 2009.
[6] Sharmin Siddique, A Wavelet Based Technique for Analysis and Classification of Texture Images, Carleton
University, Ottawa, Canada, Proj. Rep. 70.593, April 2002.
[7] A. Jain and A. Vailaya, Image Retrieval using Color and Shape, Elsevier Science Ltd, vol. 29, pp. 1233- 1244,
1996.
[8] J. Swain and D. H. Ballard, Color Indexing, International Journal of Computer Vision, vol. 7, pp. 11-32, 1991.
[9] Robson Barcellos, Rogério Oliani Saranz, Luciana Tarlá Lorenzi, Adilson Gonzaga Universidade de São Paulo,
Content Based Image Retrieval Using Color Autocorrelograms in HSV Color Space.
[10] G. N.Srinivasan, and Shobha G, Statistical Texture Analysis, Proceedings of World Academy of Science,
Engineering and Technology Volume 36 December 2008 ISSN 2070-3740.
[11] S.Selvarajah and S.R. Kodituwakku , Analysis and Comparison of Texture Features for Content Based Image
Retrieval, International Journal of Latest Trends in Computing, Volume 2, March 2011.
[12] S.R.Kodituwakku,S.Selvarajah ,Comparison of Color Features for Image Retrieval, Indian Journal of Computer
Science and Engineering Vol. 1 No. 3 207-211.
[13] Bongani Malinga, Daniela Raicu, Jacob Furst, Local vs. Global Histogram-Based Color Image Clustering,
University of Depaul, Technical Reports: TR06-010 (2006).
[14] V.Vinitha M.Tech , Dr. J.Jagadeesan Ph.D., R. Augustian Isaac, A.P. (Sr.G), Web Image Search Reranking
Using CBIR, International Journal of Computer Science & Engineering Technology (IJCSET).
[15] Dr. Prashant Chatur, Pushpanjali Chouragade, “Visual Rerank: A Soft Computing Approach for Image Retrieval
from Large Scale Image Database”, International Journal of Computer Engineering & Technology (IJCET),
Volume 3, Issue 3, 2012, pp. 446 - 458, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[16] Dr. Prashantchatur and Pushpanjali Chouragade, “A Soft Computing Approach for Image Searching using
Visual Reranking”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2,
2013, pp. 543 - 555, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

Contenu connexe

Tendances

Features image processing and Extaction
Features image processing and ExtactionFeatures image processing and Extaction
Features image processing and ExtactionAli A Jalil
 
Image representation
Image representationImage representation
Image representationRahul Dadwal
 
Template Matching - Pattern Recognition
Template Matching - Pattern RecognitionTemplate Matching - Pattern Recognition
Template Matching - Pattern RecognitionMustafa Salam
 
Edge Detection using Hough Transform
Edge Detection using Hough TransformEdge Detection using Hough Transform
Edge Detection using Hough TransformMrunal Selokar
 
CS 354 Bezier Curves
CS 354 Bezier Curves CS 354 Bezier Curves
CS 354 Bezier Curves Mark Kilgard
 
Hough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul IslamHough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul IslamNazmul Islam
 
Image similarity using symbolic representation and its variations
Image similarity using symbolic representation and its variationsImage similarity using symbolic representation and its variations
Image similarity using symbolic representation and its variationssipij
 
Chapter 9 morphological image processing
Chapter 9 morphological image processingChapter 9 morphological image processing
Chapter 9 morphological image processingasodariyabhavesh
 
COM2304: Morphological Image Processing
COM2304: Morphological Image ProcessingCOM2304: Morphological Image Processing
COM2304: Morphological Image ProcessingHemantha Kulathilake
 
Practical Digital Image Processing 5
Practical Digital Image Processing 5Practical Digital Image Processing 5
Practical Digital Image Processing 5Aly Abdelkareem
 
Boundary Extraction
Boundary ExtractionBoundary Extraction
Boundary ExtractionMaria Akther
 
Practical Digital Image Processing 2
Practical Digital Image Processing 2Practical Digital Image Processing 2
Practical Digital Image Processing 2Aly Abdelkareem
 
Dilation and erosion
Dilation and erosionDilation and erosion
Dilation and erosionAswin Pv
 
Morphological image processing
Morphological image processingMorphological image processing
Morphological image processingRaghu Kumar
 
Image segmentation
Image segmentationImage segmentation
Image segmentationRania H
 

Tendances (20)

Features image processing and Extaction
Features image processing and ExtactionFeatures image processing and Extaction
Features image processing and Extaction
 
Image representation
Image representationImage representation
Image representation
 
Template Matching - Pattern Recognition
Template Matching - Pattern RecognitionTemplate Matching - Pattern Recognition
Template Matching - Pattern Recognition
 
Edge Detection using Hough Transform
Edge Detection using Hough TransformEdge Detection using Hough Transform
Edge Detection using Hough Transform
 
CS 354 Bezier Curves
CS 354 Bezier Curves CS 354 Bezier Curves
CS 354 Bezier Curves
 
Hough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul IslamHough Transform By Md.Nazmul Islam
Hough Transform By Md.Nazmul Islam
 
Image similarity using symbolic representation and its variations
Image similarity using symbolic representation and its variationsImage similarity using symbolic representation and its variations
Image similarity using symbolic representation and its variations
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Hit and-miss transform
Hit and-miss transformHit and-miss transform
Hit and-miss transform
 
Chapter 9 morphological image processing
Chapter 9 morphological image processingChapter 9 morphological image processing
Chapter 9 morphological image processing
 
COM2304: Morphological Image Processing
COM2304: Morphological Image ProcessingCOM2304: Morphological Image Processing
COM2304: Morphological Image Processing
 
Image segmentation
Image segmentation Image segmentation
Image segmentation
 
Practical Digital Image Processing 5
Practical Digital Image Processing 5Practical Digital Image Processing 5
Practical Digital Image Processing 5
 
Boundary Extraction
Boundary ExtractionBoundary Extraction
Boundary Extraction
 
Visual realism
Visual realismVisual realism
Visual realism
 
Practical Digital Image Processing 2
Practical Digital Image Processing 2Practical Digital Image Processing 2
Practical Digital Image Processing 2
 
Dilation and erosion
Dilation and erosionDilation and erosion
Dilation and erosion
 
Morphological image processing
Morphological image processingMorphological image processing
Morphological image processing
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Morphological operations
Morphological operationsMorphological operations
Morphological operations
 

Similaire à Color vs texture feature extraction and matching in visual content retrieval by using global color histogram

Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image RetrievalIjaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image RetrievalINFOGAIN PUBLICATION
 
Content based image retrieval based on shape with texture features
Content based image retrieval based on shape with texture featuresContent based image retrieval based on shape with texture features
Content based image retrieval based on shape with texture featuresAlexander Decker
 
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
 
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 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
 
Performance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase CbirPerformance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase Cbiracijjournal
 
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRPERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRacijjournal
 
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
 
Survey on Content Based Image Retrieval
Survey on Content Based Image Retrieval Survey on Content Based Image Retrieval
Survey on Content Based Image Retrieval ijcax
 
IRJET- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET Journal
 
Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...iaemedu
 
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...IJERA 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
 
Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrievaleSAT Journals
 

Similaire à Color vs texture feature extraction and matching in visual content retrieval by using global color histogram (20)

Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image RetrievalIjaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
Ijaems apr-2016-16 Active Learning Method for Interactive Image Retrieval
 
Content based image retrieval based on shape with texture features
Content based image retrieval based on shape with texture featuresContent based image retrieval based on shape with texture features
Content based image retrieval based on shape with texture features
 
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 ...
 
Gi3411661169
Gi3411661169Gi3411661169
Gi3411661169
 
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
 
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
 
Sub1547
Sub1547Sub1547
Sub1547
 
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
 
62 328-337
62 328-33762 328-337
62 328-337
 
Performance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase CbirPerformance Evaluation Of Ontology And Fuzzybase Cbir
Performance Evaluation Of Ontology And Fuzzybase Cbir
 
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIRPERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
PERFORMANCE EVALUATION OF ONTOLOGY AND FUZZYBASE CBIR
 
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
 
Ac03401600163.
Ac03401600163.Ac03401600163.
Ac03401600163.
 
Survey on Content Based Image Retrieval
Survey on Content Based Image Retrieval Survey on Content Based Image Retrieval
Survey on Content Based Image Retrieval
 
IRJET- Image based Information Retrieval
IRJET- Image based Information RetrievalIRJET- Image based Information Retrieval
IRJET- Image based Information Retrieval
 
Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...Feature integration for image information retrieval using image mining techni...
Feature integration for image information retrieval using image mining techni...
 
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
Evaluation of Euclidean and Manhanttan Metrics In Content Based Image Retriev...
 
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
 
Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrieval
 
Fc4301935938
Fc4301935938Fc4301935938
Fc4301935938
 

Plus de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Plus de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Dernier

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Dernier (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Color vs texture feature extraction and matching in visual content retrieval by using global color histogram

  • 1. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 134 COLOR VS. TEXTURE FEATURE EXTRACTION AND MATCHING IN VISUAL CONTENT RETRIEVAL BY USING GLOBAL COLOR HISTOGRAM Shimi P.S. Asst. Professor, Dept. of Computer Applications, SN Gurukulam College of Engineering, Ernakulum, Kerala ABSTRACT Content Based Image Retrieval (CBIR) is the technique which uses visual contents to search images from large database. Image retrieval is achieved according to the similarity of image features. Color and texture is the most important visual features. CBIR systems focused on using low-level features like color, texture and shape for image representation. The color and texture features can be extracted using global color histogram. This paper measures the performance of color and textual statistical features of an image in retrieving the similar images from the data set. The performance is measured by implementing a single CBIR system in two levels. The first level uses color features for image retrieval. The second level uses the texture features for similar image extraction. Euclidean distance is used as the distance measure of two images. It is found that the system which uses texture features retrieves the most similar images from the data set. Keywords: CBIR, Local Color Histogram, Global Color Histogram, Feature Extraction. 1. INTRODUCTION Information sharing is the most common phenomenon among the users of internet. Storing large amount of digital images can be possible in high speed networks. Digital images has the application in the areas of medicine, military, security, at galleries etc. Effectively and efficiently accessing desired images from large and varied image databases is now a necessity. CBIR is the technique used to retrieve the images in the database which are similar to the inputted image. In this technique the search is based on the texture, color and shape of the image. Many CBIR system have been developed: QBIC, Photobook, MARS, NeTra, PicHunter, Blovworld and others In CBIR system, low-level visual image features (e.g., color, texture and Shape) in a typical CBIR system, low-level visual image features are automatically extracted for image descriptions and indexing purposes. Different CBIR systems make use of different types of user queries. Options for providing example images to the system include: • A preexisting image may be supplied by the user. • The user draws a rough approximation of the image they are looking for. Retrieving the correct image from a large database is a big problem in the area of image processing. It is came to know that the low level features play an important role in extracting the images from a large database. Here a CBIR system is developed in three different levels. For the comparison of the images with the data set each level uses low level features. The features considered are color and statistical feature of an image. The first level uses the color feature, the INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) ISSN 0976 – 6367(Print) ISSN 0976 – 6375(Online) Volume 5, Issue 12, December (2014), pp. 134-141 © IAEME: www.iaeme.com/IJCET.asp Journal Impact Factor (2014): 8.5328 (Calculated by GISI) www.jifactor.com IJCET © I A E M E
  • 2. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 135 second level uses the statistical feature and the third level uses the combination of color and statistical feature for image retrieval. Each level uses a distance measure to calculate the similarity between the images. This paper analyses the performance of these three levels and results are shown. 2. RELATED WORKS Content based image retrieval algorithms compare the actual content of the images rather than text. Once the specified feature has been extracted from the image, there are also a number of options for carrying out the actual comparison between images. Generally similarity between two images is based on a computation involving the Euclidean distance or histogram intersection between the respective extracted features of two images. The three most common characteristics upon which images are compared in content based image retrieval algorithms are color, shape and texture [7]. Utilizing shape information for automated image comparisons requires algorithms that perform some form of edge detection or image segmentation. The color feature is one of the most widely used visual features in image retrieval. In image retrieval, the color histogram is the most commonly used color feature representation. Statistically, it represents the intensities of the three color channels. Swain and Ballard proposed histogram intersection, an L1 metric, as the similarity measure for the color histogram [8]. In 2009 Ji-quan-ma presents an approach based on HSV color space and texture characteristics of the image retrieval [5].In March 2011, Neetu Sharma., Paresh Rawat. S and Jaikaran Singh.S compare various global descriptor attributes and found that images retrieved by using the global color histogram may not be semantically related even though they share similar color distribution in some results [4]. 3. THEORY RELATED TO WORK 3.1 CBIR A CBIR system incorporates a query image and an image database. The purpose of CBIR system is to retrieve the images from the database which are similar to the query image. CBIR is performed in two steps: indexing and searching. In indexing step contents (features) of the image are extracted and are stored in the form of a feature vector in the feature database. In the searching step, user query image feature vector is constructed and compared with all feature vectors in the database for similarity to retrieve the most similar images to the query image from the database. 3.2 Color Representations Color is one of the most widely used visual features in multimedia context and image / video retrieval. Color is a subjective human sensation of visible light depending on an intensity and a set of wavelengths associated with the electromagnetic spectrum. • RGB color space Color is a subjective visual characteristic describing how perceived electromagnetic radiation F(l) is distributed in the range of wavelengths l of visible light [380 nm ... 780 nm]. A color space is a multidimensional space of color components. Human color perception combines the three primary colors: red (R) Blue (B) and Green (G).
  • 3. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 136 The RGB color space is not perceptually uniform, and equal distances in different areas do not reflect equal perceptual dissimilarity of colors. Because of the lack of a single perceptually uniform color space, a large number of spaces derived from the RGB space have been used in practice for a query-by-color. 3.3 Statistical features The texture of an image can be analyzed using statistical approach. We can use statistical parameters to characterize the content of an image. Statistical methods can be further classified into first-order (one pixel), second- order (two pixels) and higher-order (three or more pixels) statistics. The basic difference is that first-order statistics estimate properties (e.g. average and variance) of individual pixel values, ignoring the spatial interaction between image pixels, whereas second- and higher order statistics estimate properties of two or more pixel values occurring at specific locations relative to each other. Histogram based approach is based on the intensity value concentrations on all or part of an image represented as a histogram. Common features include moments such as mean, variance, dispersion, mean square value or average energy, entropy, skewness and kurtosis. 3.4 Global Histogram Based Approach This approach is used to calculate the RGB global histograms for all the images, reduce the dimensions of the image descriptor vectors using Principal Component Analysis and calculate the similarity measures between the images. The clustering results are then analyzed to see if the results have any semantic meaning. 3.4.1 Features based on Histogram • Mean The mean of a data set is simply the arithmetic average of the values in the set, obtained by summing the values and dividing by the number of values. The mean is a measure of the center of the distribution. The mean is a weighted average of the class marks, with the relative frequencies as the weight factors. • Variance and Standard Deviation The variance of a data set is the arithmetic average of the squared differences between the values and the mean. The standard deviation is the square root of the variance: The variance and the standard deviation are both measures of the spread of the distribution about the mean. • Skew Skew is a measure of the extent to which a data distribution is distorted from a symmetrical normal distribution. The distortion is in one direction, either toward higher values or lower values. The skew measures the asymmetry (unbalance) about the mean in the gray-level distribution. Skew can be calculated using the formula Where is the mean and S is the standard deviation.
  • 4. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 137 • Entropy E = ENTROPY(I) returns E, a scalar value representing the entropy of grayscale image I. Entropy is a statistical measure of randomness that can be used to characterize the texture of the input image. Entropy is defined as -sum (p.*log2 (p)) where p contains the histogram counts. • Energy The energy measure tells us something about how gray levels are distributed. The energy measure has a value of 1 for an image with a constant value. This value gets smaller as the pixel values are distributed across more gray level values. A high energy means the number of gray levels in the image is few. Therefore it is easier to compress the image data. Energy E can be calculated as ( )E MN X i j j n i m = == ∑∑ 1 11 , where M and N are the dimensions of the image, and X is the intensity of the pixel located at row i and column j in the image map. 3.5 Co-occurrence Matrix Co-occurrence Matrix represents the distance and angular spatial relationship over an image sub relationship over an image sub region of specific size [14]. The GLCM is created from a gray scale image. The GLCM is calculates how often a pixel with gray value i occurs either horizontally, vertically, or diagonally to adjacent pixels with the value j.GLCM can be used to derive different statistics which provides information about the texture of the image. 4. EXPERIMENTAL METHODOLOGY The data set contains 250 JPEG images, used to evaluate the effectiveness and efficiency of the selected color features. Before starting the processing of images, the query image and the data set images are re sized to the same level. Images are represented in RGB color space and the features are extracted using histogram. The GCH (Global Color histogram) represents images with single histogram. Then the relevant images are identified based on different color features and their combinations. In all the three cases the most similar 5 images are displayed. In the first level images are divided into fixed blocks of size 16 x 16. For each block, its color histogram is obtained. The GCH of query image and the images in the data set is computed and distance is measured. Relevant images are retrieved by computing the similarity between the query vector and image vectors. There are several ways tocalculate distances between two vectors. Here the sum of the distance between the RGB values of the pixels in the same position is calculated. In the next level visual feature representation is extracted by incorporating the color histograms and color moments. The texture features of the query image and images in the data set is calculated using above mentioned equations and stored. The relevant images are ranked by using a fixed threshold value of the difference of the texture feature of query image and the database images. 4.1 Histogram The system used global color histograms in extracting the color features of images. The RGB values of the image is grabbed and stored in a histogram vector of size 64. A number of distance measures are available to find the difference between two vectors. 4.2 Euclidean Distance Euclidean distance between two color histograms h and g can be calculated as [13] The Euclidean distance is calculated between the query image and every image in the database. All the images in the data set have been compared with the query image. Upon completion of the Euclidean distance algorithm, we have an array of Euclidean distances, which is then sorted. The five topmost images are then displayed as a result of the texture search.
  • 5. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 138 4.3 SAD (Sum of Absolute Differences) SAD is an algorithm for measuring the similarity between image blocks. It works by taking the absolute difference between each pixel in the original block and the corresponding pixel in the block being used for comparison. These differences are summed to create a simple metric of block similarity. Here the size of the block is defined as 16.The sum of the difference between the pixel values of query image and the images in the data set is calculated and used to find the color similarity of the images. 4.4 Level 1 • The input image is read and the color features of the image is extracted using GCH and stored • The color features of each of the image in the data set is calculated and stored • The similarity of the query image and the images in the data set is calculated • Sort the images based on the distance • Similar 5 images are displayed. 4.5 Level 2 • The input image is read and converted to gray scale image • Construct a Gray Level Co-occurrence Matrix of the image • The texture features mean, standard deviation, variance, entropy, skew and energy are calculated from the GCH and stored. • Each image in the data set is taken and its texture features are calculated and stored. • Calculate and store the Euclidean distance of input image and images in the data set • Cluster and sort the images by keeping distance as the key • Retrieve the images with minimum distance.
  • 6. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 139 5. RESULT AND DISCUSSION 5.1 Database The image data set that used in this work contains 250 JPEG images randomly selected from the World Wide Web. The following figure depicts a sample of images in the database: Figure: Image Database Figure: The query image 5.2 Color Extraction & Matching The color feature of the query image and the images in the data set is calculated and stored in a vector of size 64 separately. The histograms of the query image and the images in the database are compared by calculating the sum of the difference of pixel values in the same position in the histogram vectors and obtained the following top 5 results:
  • 7. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 140 Images Color distance 0.0 0.454 0.682 0.791 0.999 Figure: Color results for the searching of query image The result shows that the most of the images in the result are unrelated to the query. 5.3 Texture Extraction & Matching The statistical approach is used to analyse an image texture. The statistical features of the images are calculated using above mentioned equations from the GCH of the query image and the data set images and are compared using the Euclidean Distance Metric, obtained the following top 5 results: Images Statistical distance 0.0 0.576 0.594 0.632 0.689 Figure: Texture results for the searching of query image
  • 8. Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) 30 – 31, December 2014, Ernakulam, India 141 The system is tested with different query images and it is found that the texture search gives the results better than the result obtained from the previous search. 6. CONCLUSIONS An experimental comparison of a number of different color descriptors for content-based image retrieval was carried out. Color histogram and color moments are considered for retrieval. The application performs a simple color- based search in an image database for an input query image, using global color histograms. It then compares the color histograms of different images. The SAD algorithm is used to find the similarity of the images. For enhancing the search, the application performs statistical feature-based search using global color histogram. The comparison of the images are done using the Euclidean Distance Equation. According to the result obtained it is found that the performance depends on the color distribution of images. Most of the images retrieved using the image search based on color feature are unrelated to the query. The test results indicate that the search which uses the statistical feature gives the better result compared to the color feature search. The results can be improved further by making a search considering the combined image properties of color and texture. In addition to that more enhancement can be done by making a search considering the image properties of color, texture and shape. REFERENCES [1] Gaurav Jaswal, Amit Kaul, Rajan Parmar, Content based Image Retrieval using Color Space Approaches, International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 – 8958, Volume-2, Issue-1, October 2012. [2] Poulami Halda, Joydeep Mukherjee, Content based Image Retrieval using Histogram, Color and Edge, International Journal of Computer Applications (0975 – 888), Volume 48– No.11, June 2012. [3] Ja-Hwung Su, Wei-Jyun Huang, Philip S. Yu,Fellow, IEEE, andVincent 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. [4] Neetu Sharma., Paresh Rawat and jaikaran Singh, Efficient CBIR Using Color Histogram Processing, Signal & Image Processing : An International Journal(SIPIJ) Vol.2, No.1, March 2011. [5] Ji-quan ma Heilongjiang University Harbin, China, Content-Based Image Retrieval with HSV Color Space and Texture Features, International Conference on Web Information Systems and Mining 2009. [6] Sharmin Siddique, A Wavelet Based Technique for Analysis and Classification of Texture Images, Carleton University, Ottawa, Canada, Proj. Rep. 70.593, April 2002. [7] A. Jain and A. Vailaya, Image Retrieval using Color and Shape, Elsevier Science Ltd, vol. 29, pp. 1233- 1244, 1996. [8] J. Swain and D. H. Ballard, Color Indexing, International Journal of Computer Vision, vol. 7, pp. 11-32, 1991. [9] Robson Barcellos, Rogério Oliani Saranz, Luciana Tarlá Lorenzi, Adilson Gonzaga Universidade de São Paulo, Content Based Image Retrieval Using Color Autocorrelograms in HSV Color Space. [10] G. N.Srinivasan, and Shobha G, Statistical Texture Analysis, Proceedings of World Academy of Science, Engineering and Technology Volume 36 December 2008 ISSN 2070-3740. [11] S.Selvarajah and S.R. Kodituwakku , Analysis and Comparison of Texture Features for Content Based Image Retrieval, International Journal of Latest Trends in Computing, Volume 2, March 2011. [12] S.R.Kodituwakku,S.Selvarajah ,Comparison of Color Features for Image Retrieval, Indian Journal of Computer Science and Engineering Vol. 1 No. 3 207-211. [13] Bongani Malinga, Daniela Raicu, Jacob Furst, Local vs. Global Histogram-Based Color Image Clustering, University of Depaul, Technical Reports: TR06-010 (2006). [14] V.Vinitha M.Tech , Dr. J.Jagadeesan Ph.D., R. Augustian Isaac, A.P. (Sr.G), Web Image Search Reranking Using CBIR, International Journal of Computer Science & Engineering Technology (IJCSET). [15] Dr. Prashant Chatur, Pushpanjali Chouragade, “Visual Rerank: A Soft Computing Approach for Image Retrieval from Large Scale Image Database”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 3, 2012, pp. 446 - 458, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [16] Dr. Prashantchatur and Pushpanjali Chouragade, “A Soft Computing Approach for Image Searching using Visual Reranking”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013, pp. 543 - 555, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.