SlideShare a Scribd company logo
1 of 8
Download to read offline
TELKOMNIKAVol. 16, No. 3, June 2018, pp. 1256 ∼ 1263
ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013
1256
Wavelet-Based Color Histogram on Content-Based
Image Retrieval
Alexander , Jeklin Harefa* , Yudy Purnama , and Harvianto
Computer Science Department, School of Computer Science, Bina Nusantara University,
Jakarta, Indonesia 11480
*Corresponding Author, email: jharefa@binus.edu
Abstract
The growth of image databases in many domains, including fashion, biometric, graphic design,
architecture, etc. has increased rapidly. Content Based Image Retrieval System (CBIR) is a technique used
for finding relevant images from those huge and unannotated image databases based on low-level features
of the query images. In this study, an attempt to employ 2nd
level Wavelet Based Color Histogram (WBCH)
on a CBIR system is proposed. Image database used in this study are taken from Wang’s image database
containing 1000 color images. The experiment results show that 2nd
level WBCH gives better precision
(0.777) than the other methods, including 1st
level WBCH, Color Histogram, Color Co-occurrence Matrix,
and Wavelet texture feature. It can be concluded that the 2nd
Level of WBCH can be applied to CBIR system.
Keywords: CBIR, Wavelet, Color Histogram
Copyright c 2018 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
In this era, the large number of digital images have increased rapidly. This is because
the large number of images data from various domains, such as fashion, biometric, graphic
design, architecture, etc. are in demand. One of the techniques for digital image processing is
Content Based Image Retrieval (CBIR). CBIR has been an active research area that helps to
access and find the images from huge image database since 1990 [1]. The main idea of CBIR
system is to extract the low-level features which are used to measure similarity [2]. It applies the
computer vision techniques in image retrieval based on low-level features which can be
automatically derived from the features presented in the images, such as color, texture, or
shapes [3].
The general systems in CBIR usually only use the low-level features, such as color,
texture, and shape, and it doesn’t include any semantic level. Color and Texture are the two most
common features used in CBIR. The color histogram is the first technique introduced in pixel
domain [4]. It is commonly used in image comparison because it is simple to compute and
robust against small changes in camera viewpoint [5]. The texture is also claimed to be the
essential feature in image retrieval because it can be decomposed into several parameters, such
as coarseness, contrast, and directionality [6]. Thus, many researches have used color and
texture features in building the CBIR system.
Youness et al. [7] proposed a novel method for retrieval system using Gabor filters and
2-D ESPRIT method. In this study, each image is characterized by the pair given using Gabor
filters and the 2-D ESPRIT method applied to the original image. This experiment achieves
average precision of 80.19% using Brodatz images database. Irianto [8] used the Region
Growing Segmentation for searching and retrieve image from the database. Compared to
Discrete Cosine Transform (DCT) images, this study can gain more efficient time and simplify the
algorithm.
Lin et al. [9] introduced three image features which are: color, texture, and color
distribution in order to develop a smart retrieval system. This experiment calculates Difference
between Pixels of Scan Pattern (DBPSP), Color Histogram for K-mean (CHKM) and Color
Received December 23, 2016; Revised February 5, 2018 ; Accepted February 23, 2018
DOI : 10.12928/TELKOMNIKA.v16i3.7771
TELKOMNIKA ISSN: 1693-6930 1257
Co-occurrence Matrix (CCM) respectively and enhance the performance accuracy and simplified
the image retrieval process. Ragupathi et al. [10] proposed a robust image retrieval system using
the combination of different feature extraction methods, such as Color Histogram (CH), Gabor
Transform (GT), the combination of CH and GT, Contourlet Transform and the combination of CH
and Contourlet Transform. Hiremath and Pujari [11] have used the combination of color, texture
and shape features within a multiresolution multigrid framework. The research provides a robust
feature set and achive the highest precision compared to other retrieval systems.
Another research comes from Manimala and Hemachandran [12]. They introduced the
Wavelet Based Color Histogram (WBCH) method in image retrieval which combines the HSV
color and Gabor texture features of the image. The study gives a promising result which proved
that WBCH has better an average precision compared to the other five methods (0.762). But
this method only limited to the first level of WBCH. This paper attempts to improving the average
precision of the retrieval system by changing the wavelet level from the first level to the second
level and third level of the wavelet in order to obtain more precision.
2. Research Method
2.1. Materials
Data set used in this study is Wang’s image database which is also one of the standard
databases for CBIR that contains 1000 images from the Corel image database represented with
RGB color space. The images were divided into 10 categories which are African People, Beach,
Buildings, Buses, Dinosaurs, Elephants, Flowers, Horses, Mountains, and Food with JPEG format
and usually used in a general purpose image database for experimentation.
2.2. Methods
Basically, there are two steps for comparing each image in the database and query image,
which are: Feature Extraction and Similarity Matching. For the feature extraction step, it is used to
extract the images features for classifying the objects. Similarity Matching is used to get a result
that is visually similar [13]. Feature that used in this study are color and texture, while for similarity
matching using Histogram Intersection.
Based on the Figure 1, the proposed method will be applied to each database images
and the query images. Firstly, every feature in each image will be extracted first and after that, the
resemblance to the query image and the image in the database will be obtained. Here are several
steps in feature extraction phase:
1. Image Decomposition using Haar Wavelet
In the first step, all Red, Green, and Blue component in database and query images are
decomposed using 2nd
level Haar Wavelet. The results of this step are: approximate
coefficient and vertical, horizontal and diagonal detail coefficients. After that, the
approximate coefficient, horizontal, and vertical coefficient of Red, Green, and Blue
components are combined. The combined approximate coefficient assign with 0.01,
horizontal with 0.008, and vertical with 0.008 (experimentally observed values).
2. Convert (LL, LH, and HL) of RGB to HSV
The frequency sub bands which get from image decomposition steps (approximate (LL),
horizontal (LH), and vertical coefficients (HL) where L denotes low frequency and H denotes
high frequency) are converted into HSV plane in order to extract the color feature.
3. Quantize HSV to (8,8,8)
For reducing the number of colors, the color is quantized using HSV color histogram by
assigning 8 level each to Hue, Saturation, and Value components. So, the quantization will
give HSV with 512 histogram bins (8 x 8 x 8).
4. Compute the histogram
The last step is computing the normalized histogram by dividing with the total number of
pixels.
Wavelet-Based Color Histogram on Content-Based Image Retrieval (Alexander)
1258 ISSN: 1693-6930
Figure 1. Flow Diagram of the Proposed Method
After feature extraction phase has been completed, the next step is similarity matching.
The steps of similarity matching consist of:
1. Similarity computation with Distance Function
After extracting the features of query image, the next step to be taken is computing the
similarity feature of query image and all images in the database. The calculation is
performed by using histogram intersection distance using the equation 1. Where |Q|
represents the magnitude of the histogram for query image and |D| represents the
magnitude of the histogram representative image in database.
dID =
n
i=1 min[Q[i], D[i]]
min[|Q[i]|, D[i]]
(1)
2. Retrieved Images
The 10 most relevant images (with most similar histogram) are shown as the result of
retrieval.
3. Result and Analysis
The experiment shows that WBCH using 2nd
level wavelet gives more precision than the
others, including WBCH using the 1st
and 3rd
level wavelet. The 2nd
level WBCH improves the
average precision of CBIR system for 0.010.
The comparison of precision result between 2nd
level WBCH and the other methods is
shown on Table 1 (Wavelet Based Color Histogram / WBCH; Color Histogram /CH; Color-Texture
and Color-Histogram based Image Retrieval System / CTCHIRS; Color and Texture Features for
Content Based Image Retrieval / CTIRS; The combination of color, texture and shape features
using image and its complement / CTSIRS; Content based Image Retrieval System based on
Dominant Color and Texture Features / CTDCIRS). Table 1 shows the precision value of each
category of the image and also the average precision, while the sample of retrieved images of
every category is shown on Table 2.
The comparison of precision and recall between 2nd
and 3rd
level WBCH are shown in
figure 2, 3, 4, 5, 6, 7, 8, 9, 10, and 11.
TELKOMNIKA Vol. 16, No. 3, June 2018 : 1256 ∼ 1263
TELKOMNIKA ISSN: 1693-6930 1259
Table 1. Precision Result using Different Methods
Classes Category
3rd
Level
WBCH
2nd
Level
WBCH
1st
Level
WBCH
[12]
CH
[12]
CTC-
HIRS
[9]
CTI-
RS
[10]
CTS-
IRS
[11]
CTD-
CIRS
[14]
1
African
People
0.836 0.856 0.650 0.720 0.680 0.750 0.540 0.562
2 Beach 0.441 0.468 0.620 0.530 0.540 0.600 0.380 0.536
3 Buildings 0.642 0.729 0.710 0.610 0.560 0.430 0.300 0.610
4 Buses 0.859 0.851 0.920 0.930 0.890 0.690 0.640 0.893
5 Dinosaurs 0.996 0.997 0.970 0.950 0.990 1.000 0.960 0.984
6 Elephants 0.678 0.723 0.860 0.840 0.660 0.720 0.620 0.578
7 Flowers 0.922 0.911 0.760 0.660 0.890 0.930 0.680 0.899
8 Horses 0.776 0.799 0.870 0.890 0.800 0.910 0.750 0.780
9 Mountains 0.958 0.946 0.490 0.470 0.520 0.360 0.450 0.512
10 Food 0.462 0.485 0.770 0.820 0.730 0.650 0.530 0.694
Average Precision 0.757 0.777 0.762 0.742 0.726 0.704 0.585 0.705
Table 2. Sample Image Retrieval Results using 2nd
level WBCH
Category Query Retrieved Images
African
People
Beach
Buildings
Wavelet-Based Color Histogram on Content-Based Image Retrieval (Alexander)
1260 ISSN: 1693-6930
Category Query Retrieved Images
Buses
Dinosaurs
Elephants
Flowers
Horses
TELKOMNIKA Vol. 16, No. 3, June 2018 : 1256 ∼ 1263
TELKOMNIKA ISSN: 1693-6930 1261
Category Query Retrieved Images
Mountains
Food
Based on the precision and recall in figure 2-11, the wavelet level 2 gives slightly better
precision than wavelet level 3. As can be seen on several categories, such as African People
(Figure 2), Beach (Figure 3), Buses (Figure 5), Dinosaurs (Figure 6), Flowers (Figure 8),
Mountains (Figure 10) and Foods (Figure 11), there are no significant difference between
precision using wavelet level 2 and wavelet level 3. While the significant changes are highly
visible on the categories of Buildings (Figure 4), Elephants (Figure 7) and Horses (Figure 9).
This experiment proves that wavelet level 2 is mostly superior than wavelet level 3.
4. Conclusion
Based on the experiment conducted, it can be concluded that 2nd
level Wavelet Based
Color Histogram (2nd
level WBCH) is a better CBIR method compared to 1st
level WBCH,
wavelet texture, color histogram, and color co-occurrence matrix. The average precision of 2nd
level WBCH is 0.777, which improves the average precision of 1st
level WBCH for 0.010. The 2nd
level WBCH is also surpassing the average precision of the 3rd
level WBCH. Since 2nd
level
Figure 2. Precision and Recall for African People Figure 3. Precision and Recall for Beach
Wavelet-Based Color Histogram on Content-Based Image Retrieval (Alexander)
1262 ISSN: 1693-6930
Figure 4. Precision and Recall for Buildings Figure 5. Precision and Recall for Buses
Figure 6. Precision and Recall for Dinosaurs Figure 7. Precision and Recall for Elephants
Figure 8. Precision and Recall for Flowers Figure 9. Precision and Recall for Horses
Figure 10. Precision and Recall for Mountains Figure 11. Precision and Recall for Food
TELKOMNIKA Vol. 16, No. 3, June 2018 : 1256 ∼ 1263
TELKOMNIKA ISSN: 1693-6930 1263
WBCH obtain promising result, we know that this method can be applied in a CBIR system for
many domains.
For future work, in order to improve the precision of image retrieval, shape can be included
as the feature to be evaluated.
References
[1] N. Parvin and P. Kavitha, “Content based image retrieval using feature extraction in jpeg
domain and genetic algorithm,” Indonesian Journal of Electrical Engineering and Computer
Science, vol. 7, no. 1, pp. 226–233, 2017.
[2] W. Zukuan, K. Hongyeon, K. Youngkyun, and K. Jaehong, “An efficient content based image
retrieval scheme,” Indonesian Journal of Electrical Engineering and Computer Science,
vol. 11, no. 11, pp. 6986–6991, 2013.
[3] N. G. Rao, V. V. Kumar, and V. V. Krishna, “Texture based image indexing and retrieval,”
IJCSNS International Journal of Computer Science and Network Security, vol. 9, no. 5, pp.
206–210, 2009.
[4] M. J. Swain and D. H. Ballard, “Color indexing,” International journal of computer vision,
vol. 7, no. 1, pp. 11–32, 1991.
[5] X.-H. Han and Y.-W. Chen, “Imageclef 2010 modality classification in medical image
retrieval: Multiple feature fusion with normalized kernel function.” in CLEF (Notebook
Papers/LABs/Workshops), 2010.
[6] H. Tamura, S. Mori, and T. Yamawaki, “Textural features corresponding to visual perception,”
IEEE Transactions on Systems, man, and cybernetics, vol. 8, no. 6, pp. 460–473, 1978.
[7] C. Youness, O. Mohammed, A. Brahim et al., “New method of content based image
retrieval based on 2-d esprit method and the gabor filters,” Indonesian Journal of Electrical
Engineering and Computer Science, vol. 15, no. 2, pp. 313–320, 2015.
[8] S. Y. Irianto, “Segmentation for image indexing and retrieval on discrete cosines domain,”
TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 11, no. 1, pp.
119–126, 2013.
[9] C.-H. Lin, R.-T. Chen, and Y.-K. Chan, “A smart content-based image retrieval system based
on color and texture feature,” Image and Vision Computing, vol. 27, no. 6, pp. 658–665, 2009.
[10] G. Raghupathi, R. Anand, and M. Dewal, “Color and texture features for content based
image retrieval,” in Second International conference on multimedia and content based image
retrieval, vol. 3, 2010, pp. 39–57.
[11] P. Hiremath and J. Pujari, “Content based image retrieval using color, texture and shape
features,” in Advanced Computing and Communications, 2007. ADCOM 2007. International
Conference on. IEEE, 2007, pp. 780–784.
[12] M. Singha and K. Hemachandran, “Content based image retrieval using color and texture,”
Signal & Image Processing, vol. 3, no. 1, p. 39, 2012.
[13] P. Suhasini, K. Krishna, and I. M. Krishna, “Cbir using color histogram processing.” Journal
of Theoretical & Applied Information Technology, vol. 6, no. 1, 2009.
[14] M. B. Rao, B. P. Rao, and A. Govardhan, “Ctdcirs: content based image retrieval
system based on dominant color and texture features,” International Journal of Computer
Applications, vol. 18, no. 6, pp. 40–46, 2011.
Wavelet-Based Color Histogram on Content-Based Image Retrieval (Alexander)

More Related Content

What's hot

Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...IJECEIAES
 
A hybrid content based image retrieval system using log-gabor filter banks
A hybrid content based image retrieval system using log-gabor filter banksA hybrid content based image retrieval system using log-gabor filter banks
A hybrid content based image retrieval system using log-gabor filter banksIJECEIAES
 
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...Dibya Jyoti Bora
 
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
 
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
 
IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET Journal
 
Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...iosrjce
 
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
 
Content Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural NetworksContent Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural Networksijma
 
Orientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern RecognitionOrientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern RecognitionIOSRjournaljce
 
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
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMIJEEE
 
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
 

What's hot (20)

Fc4301935938
Fc4301935938Fc4301935938
Fc4301935938
 
Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...Analysis of combined approaches of CBIR systems by clustering at varying prec...
Analysis of combined approaches of CBIR systems by clustering at varying prec...
 
B01460713
B01460713B01460713
B01460713
 
G04544346
G04544346G04544346
G04544346
 
A hybrid content based image retrieval system using log-gabor filter banks
A hybrid content based image retrieval system using log-gabor filter banksA hybrid content based image retrieval system using log-gabor filter banks
A hybrid content based image retrieval system using log-gabor filter banks
 
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
 
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
 
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
 
IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)IRJET- Content Based Image Retrieval (CBIR)
IRJET- Content Based Image Retrieval (CBIR)
 
Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...Object-Oriented Approach of Information Extraction from High Resolution Satel...
Object-Oriented Approach of Information Extraction from High Resolution Satel...
 
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...
 
Content Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural NetworksContent Based Image Retrieval : Classification Using Neural Networks
Content Based Image Retrieval : Classification Using Neural Networks
 
Orientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern RecognitionOrientation Spectral Resolution Coding for Pattern Recognition
Orientation Spectral Resolution Coding for Pattern Recognition
 
Ac03401600163.
Ac03401600163.Ac03401600163.
Ac03401600163.
 
SEARCH ENGINE FOR IMAGE RETRIEVAL
SEARCH ENGINE FOR IMAGE RETRIEVALSEARCH ENGINE FOR IMAGE RETRIEVAL
SEARCH ENGINE FOR IMAGE RETRIEVAL
 
C1803011419
C1803011419C1803011419
C1803011419
 
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
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVM
 
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
 

Similar to Wavelet-Based Color Histogram on Content-Based Image 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 ...csandit
 
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
 
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
 
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
 
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
 
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURESSEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATUREScscpconf
 
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 search using similarity measures based on circular sectors
Image search using similarity measures based on circular sectorsImage search using similarity measures based on circular sectors
Image search using similarity measures based on circular sectorscsandit
 
IMAGE SEARCH USING SIMILARITY MEASURES BASED ON CIRCULAR SECTORS
IMAGE SEARCH USING SIMILARITY MEASURES BASED ON CIRCULAR SECTORSIMAGE SEARCH USING SIMILARITY MEASURES BASED ON CIRCULAR SECTORS
IMAGE SEARCH USING SIMILARITY MEASURES BASED ON CIRCULAR SECTORScscpconf
 
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 Scienceinventy
 
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram cscpconf
 
Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrievaleSAT Journals
 
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
 
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHESWEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHEScscpconf
 
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
 
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
 
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...CSCJournals
 
Effect of Similarity Measures for CBIR using Bins Approach
Effect of Similarity Measures for CBIR using Bins ApproachEffect of Similarity Measures for CBIR using Bins Approach
Effect of Similarity Measures for CBIR using Bins ApproachCSCJournals
 
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...IRJET Journal
 

Similar to Wavelet-Based Color Histogram on Content-Based Image Retrieval (20)

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 ...
 
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...
 
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
 
Survey on Content Based Image Retrieval
Survey on Content Based Image Retrieval Survey on Content Based Image Retrieval
Survey on 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 ...
 
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURESSEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
SEMANTIC IMAGE RETRIEVAL USING MULTIPLE FEATURES
 
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 search using similarity measures based on circular sectors
Image search using similarity measures based on circular sectorsImage search using similarity measures based on circular sectors
Image search using similarity measures based on circular sectors
 
IMAGE SEARCH USING SIMILARITY MEASURES BASED ON CIRCULAR SECTORS
IMAGE SEARCH USING SIMILARITY MEASURES BASED ON CIRCULAR SECTORSIMAGE SEARCH USING SIMILARITY MEASURES BASED ON CIRCULAR SECTORS
IMAGE SEARCH USING SIMILARITY MEASURES BASED ON CIRCULAR SECTORS
 
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
 
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
Content-Based Image Retrieval Using Modified Human Colour Perception Histogram
 
Color and texture based image retrieval
Color and texture based image retrievalColor and texture based image retrieval
Color and texture based image retrieval
 
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
 
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHESWEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
WEB IMAGE RETRIEVAL USING CLUSTERING APPROACHES
 
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
 
Av4301248253
Av4301248253Av4301248253
Av4301248253
 
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
 
Effect of Similarity Measures for CBIR using Bins Approach
Effect of Similarity Measures for CBIR using Bins ApproachEffect of Similarity Measures for CBIR using Bins Approach
Effect of Similarity Measures for CBIR using Bins Approach
 
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
CBIR Processing Approach on Colored and Texture Images using KNN Classifier a...
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...ssuserdfc773
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...josephjonse
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsmeharikiros2
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessorAshwiniTodkar4
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...ppkakm
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdfKamal Acharya
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 

Recently uploaded (20)

Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 

Wavelet-Based Color Histogram on Content-Based Image Retrieval

  • 1. TELKOMNIKAVol. 16, No. 3, June 2018, pp. 1256 ∼ 1263 ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013 1256 Wavelet-Based Color Histogram on Content-Based Image Retrieval Alexander , Jeklin Harefa* , Yudy Purnama , and Harvianto Computer Science Department, School of Computer Science, Bina Nusantara University, Jakarta, Indonesia 11480 *Corresponding Author, email: jharefa@binus.edu Abstract The growth of image databases in many domains, including fashion, biometric, graphic design, architecture, etc. has increased rapidly. Content Based Image Retrieval System (CBIR) is a technique used for finding relevant images from those huge and unannotated image databases based on low-level features of the query images. In this study, an attempt to employ 2nd level Wavelet Based Color Histogram (WBCH) on a CBIR system is proposed. Image database used in this study are taken from Wang’s image database containing 1000 color images. The experiment results show that 2nd level WBCH gives better precision (0.777) than the other methods, including 1st level WBCH, Color Histogram, Color Co-occurrence Matrix, and Wavelet texture feature. It can be concluded that the 2nd Level of WBCH can be applied to CBIR system. Keywords: CBIR, Wavelet, Color Histogram Copyright c 2018 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction In this era, the large number of digital images have increased rapidly. This is because the large number of images data from various domains, such as fashion, biometric, graphic design, architecture, etc. are in demand. One of the techniques for digital image processing is Content Based Image Retrieval (CBIR). CBIR has been an active research area that helps to access and find the images from huge image database since 1990 [1]. The main idea of CBIR system is to extract the low-level features which are used to measure similarity [2]. It applies the computer vision techniques in image retrieval based on low-level features which can be automatically derived from the features presented in the images, such as color, texture, or shapes [3]. The general systems in CBIR usually only use the low-level features, such as color, texture, and shape, and it doesn’t include any semantic level. Color and Texture are the two most common features used in CBIR. The color histogram is the first technique introduced in pixel domain [4]. It is commonly used in image comparison because it is simple to compute and robust against small changes in camera viewpoint [5]. The texture is also claimed to be the essential feature in image retrieval because it can be decomposed into several parameters, such as coarseness, contrast, and directionality [6]. Thus, many researches have used color and texture features in building the CBIR system. Youness et al. [7] proposed a novel method for retrieval system using Gabor filters and 2-D ESPRIT method. In this study, each image is characterized by the pair given using Gabor filters and the 2-D ESPRIT method applied to the original image. This experiment achieves average precision of 80.19% using Brodatz images database. Irianto [8] used the Region Growing Segmentation for searching and retrieve image from the database. Compared to Discrete Cosine Transform (DCT) images, this study can gain more efficient time and simplify the algorithm. Lin et al. [9] introduced three image features which are: color, texture, and color distribution in order to develop a smart retrieval system. This experiment calculates Difference between Pixels of Scan Pattern (DBPSP), Color Histogram for K-mean (CHKM) and Color Received December 23, 2016; Revised February 5, 2018 ; Accepted February 23, 2018 DOI : 10.12928/TELKOMNIKA.v16i3.7771
  • 2. TELKOMNIKA ISSN: 1693-6930 1257 Co-occurrence Matrix (CCM) respectively and enhance the performance accuracy and simplified the image retrieval process. Ragupathi et al. [10] proposed a robust image retrieval system using the combination of different feature extraction methods, such as Color Histogram (CH), Gabor Transform (GT), the combination of CH and GT, Contourlet Transform and the combination of CH and Contourlet Transform. Hiremath and Pujari [11] have used the combination of color, texture and shape features within a multiresolution multigrid framework. The research provides a robust feature set and achive the highest precision compared to other retrieval systems. Another research comes from Manimala and Hemachandran [12]. They introduced the Wavelet Based Color Histogram (WBCH) method in image retrieval which combines the HSV color and Gabor texture features of the image. The study gives a promising result which proved that WBCH has better an average precision compared to the other five methods (0.762). But this method only limited to the first level of WBCH. This paper attempts to improving the average precision of the retrieval system by changing the wavelet level from the first level to the second level and third level of the wavelet in order to obtain more precision. 2. Research Method 2.1. Materials Data set used in this study is Wang’s image database which is also one of the standard databases for CBIR that contains 1000 images from the Corel image database represented with RGB color space. The images were divided into 10 categories which are African People, Beach, Buildings, Buses, Dinosaurs, Elephants, Flowers, Horses, Mountains, and Food with JPEG format and usually used in a general purpose image database for experimentation. 2.2. Methods Basically, there are two steps for comparing each image in the database and query image, which are: Feature Extraction and Similarity Matching. For the feature extraction step, it is used to extract the images features for classifying the objects. Similarity Matching is used to get a result that is visually similar [13]. Feature that used in this study are color and texture, while for similarity matching using Histogram Intersection. Based on the Figure 1, the proposed method will be applied to each database images and the query images. Firstly, every feature in each image will be extracted first and after that, the resemblance to the query image and the image in the database will be obtained. Here are several steps in feature extraction phase: 1. Image Decomposition using Haar Wavelet In the first step, all Red, Green, and Blue component in database and query images are decomposed using 2nd level Haar Wavelet. The results of this step are: approximate coefficient and vertical, horizontal and diagonal detail coefficients. After that, the approximate coefficient, horizontal, and vertical coefficient of Red, Green, and Blue components are combined. The combined approximate coefficient assign with 0.01, horizontal with 0.008, and vertical with 0.008 (experimentally observed values). 2. Convert (LL, LH, and HL) of RGB to HSV The frequency sub bands which get from image decomposition steps (approximate (LL), horizontal (LH), and vertical coefficients (HL) where L denotes low frequency and H denotes high frequency) are converted into HSV plane in order to extract the color feature. 3. Quantize HSV to (8,8,8) For reducing the number of colors, the color is quantized using HSV color histogram by assigning 8 level each to Hue, Saturation, and Value components. So, the quantization will give HSV with 512 histogram bins (8 x 8 x 8). 4. Compute the histogram The last step is computing the normalized histogram by dividing with the total number of pixels. Wavelet-Based Color Histogram on Content-Based Image Retrieval (Alexander)
  • 3. 1258 ISSN: 1693-6930 Figure 1. Flow Diagram of the Proposed Method After feature extraction phase has been completed, the next step is similarity matching. The steps of similarity matching consist of: 1. Similarity computation with Distance Function After extracting the features of query image, the next step to be taken is computing the similarity feature of query image and all images in the database. The calculation is performed by using histogram intersection distance using the equation 1. Where |Q| represents the magnitude of the histogram for query image and |D| represents the magnitude of the histogram representative image in database. dID = n i=1 min[Q[i], D[i]] min[|Q[i]|, D[i]] (1) 2. Retrieved Images The 10 most relevant images (with most similar histogram) are shown as the result of retrieval. 3. Result and Analysis The experiment shows that WBCH using 2nd level wavelet gives more precision than the others, including WBCH using the 1st and 3rd level wavelet. The 2nd level WBCH improves the average precision of CBIR system for 0.010. The comparison of precision result between 2nd level WBCH and the other methods is shown on Table 1 (Wavelet Based Color Histogram / WBCH; Color Histogram /CH; Color-Texture and Color-Histogram based Image Retrieval System / CTCHIRS; Color and Texture Features for Content Based Image Retrieval / CTIRS; The combination of color, texture and shape features using image and its complement / CTSIRS; Content based Image Retrieval System based on Dominant Color and Texture Features / CTDCIRS). Table 1 shows the precision value of each category of the image and also the average precision, while the sample of retrieved images of every category is shown on Table 2. The comparison of precision and recall between 2nd and 3rd level WBCH are shown in figure 2, 3, 4, 5, 6, 7, 8, 9, 10, and 11. TELKOMNIKA Vol. 16, No. 3, June 2018 : 1256 ∼ 1263
  • 4. TELKOMNIKA ISSN: 1693-6930 1259 Table 1. Precision Result using Different Methods Classes Category 3rd Level WBCH 2nd Level WBCH 1st Level WBCH [12] CH [12] CTC- HIRS [9] CTI- RS [10] CTS- IRS [11] CTD- CIRS [14] 1 African People 0.836 0.856 0.650 0.720 0.680 0.750 0.540 0.562 2 Beach 0.441 0.468 0.620 0.530 0.540 0.600 0.380 0.536 3 Buildings 0.642 0.729 0.710 0.610 0.560 0.430 0.300 0.610 4 Buses 0.859 0.851 0.920 0.930 0.890 0.690 0.640 0.893 5 Dinosaurs 0.996 0.997 0.970 0.950 0.990 1.000 0.960 0.984 6 Elephants 0.678 0.723 0.860 0.840 0.660 0.720 0.620 0.578 7 Flowers 0.922 0.911 0.760 0.660 0.890 0.930 0.680 0.899 8 Horses 0.776 0.799 0.870 0.890 0.800 0.910 0.750 0.780 9 Mountains 0.958 0.946 0.490 0.470 0.520 0.360 0.450 0.512 10 Food 0.462 0.485 0.770 0.820 0.730 0.650 0.530 0.694 Average Precision 0.757 0.777 0.762 0.742 0.726 0.704 0.585 0.705 Table 2. Sample Image Retrieval Results using 2nd level WBCH Category Query Retrieved Images African People Beach Buildings Wavelet-Based Color Histogram on Content-Based Image Retrieval (Alexander)
  • 5. 1260 ISSN: 1693-6930 Category Query Retrieved Images Buses Dinosaurs Elephants Flowers Horses TELKOMNIKA Vol. 16, No. 3, June 2018 : 1256 ∼ 1263
  • 6. TELKOMNIKA ISSN: 1693-6930 1261 Category Query Retrieved Images Mountains Food Based on the precision and recall in figure 2-11, the wavelet level 2 gives slightly better precision than wavelet level 3. As can be seen on several categories, such as African People (Figure 2), Beach (Figure 3), Buses (Figure 5), Dinosaurs (Figure 6), Flowers (Figure 8), Mountains (Figure 10) and Foods (Figure 11), there are no significant difference between precision using wavelet level 2 and wavelet level 3. While the significant changes are highly visible on the categories of Buildings (Figure 4), Elephants (Figure 7) and Horses (Figure 9). This experiment proves that wavelet level 2 is mostly superior than wavelet level 3. 4. Conclusion Based on the experiment conducted, it can be concluded that 2nd level Wavelet Based Color Histogram (2nd level WBCH) is a better CBIR method compared to 1st level WBCH, wavelet texture, color histogram, and color co-occurrence matrix. The average precision of 2nd level WBCH is 0.777, which improves the average precision of 1st level WBCH for 0.010. The 2nd level WBCH is also surpassing the average precision of the 3rd level WBCH. Since 2nd level Figure 2. Precision and Recall for African People Figure 3. Precision and Recall for Beach Wavelet-Based Color Histogram on Content-Based Image Retrieval (Alexander)
  • 7. 1262 ISSN: 1693-6930 Figure 4. Precision and Recall for Buildings Figure 5. Precision and Recall for Buses Figure 6. Precision and Recall for Dinosaurs Figure 7. Precision and Recall for Elephants Figure 8. Precision and Recall for Flowers Figure 9. Precision and Recall for Horses Figure 10. Precision and Recall for Mountains Figure 11. Precision and Recall for Food TELKOMNIKA Vol. 16, No. 3, June 2018 : 1256 ∼ 1263
  • 8. TELKOMNIKA ISSN: 1693-6930 1263 WBCH obtain promising result, we know that this method can be applied in a CBIR system for many domains. For future work, in order to improve the precision of image retrieval, shape can be included as the feature to be evaluated. References [1] N. Parvin and P. Kavitha, “Content based image retrieval using feature extraction in jpeg domain and genetic algorithm,” Indonesian Journal of Electrical Engineering and Computer Science, vol. 7, no. 1, pp. 226–233, 2017. [2] W. Zukuan, K. Hongyeon, K. Youngkyun, and K. Jaehong, “An efficient content based image retrieval scheme,” Indonesian Journal of Electrical Engineering and Computer Science, vol. 11, no. 11, pp. 6986–6991, 2013. [3] N. G. Rao, V. V. Kumar, and V. V. Krishna, “Texture based image indexing and retrieval,” IJCSNS International Journal of Computer Science and Network Security, vol. 9, no. 5, pp. 206–210, 2009. [4] M. J. Swain and D. H. Ballard, “Color indexing,” International journal of computer vision, vol. 7, no. 1, pp. 11–32, 1991. [5] X.-H. Han and Y.-W. Chen, “Imageclef 2010 modality classification in medical image retrieval: Multiple feature fusion with normalized kernel function.” in CLEF (Notebook Papers/LABs/Workshops), 2010. [6] H. Tamura, S. Mori, and T. Yamawaki, “Textural features corresponding to visual perception,” IEEE Transactions on Systems, man, and cybernetics, vol. 8, no. 6, pp. 460–473, 1978. [7] C. Youness, O. Mohammed, A. Brahim et al., “New method of content based image retrieval based on 2-d esprit method and the gabor filters,” Indonesian Journal of Electrical Engineering and Computer Science, vol. 15, no. 2, pp. 313–320, 2015. [8] S. Y. Irianto, “Segmentation for image indexing and retrieval on discrete cosines domain,” TELKOMNIKA (Telecommunication Computing Electronics and Control), vol. 11, no. 1, pp. 119–126, 2013. [9] C.-H. Lin, R.-T. Chen, and Y.-K. Chan, “A smart content-based image retrieval system based on color and texture feature,” Image and Vision Computing, vol. 27, no. 6, pp. 658–665, 2009. [10] G. Raghupathi, R. Anand, and M. Dewal, “Color and texture features for content based image retrieval,” in Second International conference on multimedia and content based image retrieval, vol. 3, 2010, pp. 39–57. [11] P. Hiremath and J. Pujari, “Content based image retrieval using color, texture and shape features,” in Advanced Computing and Communications, 2007. ADCOM 2007. International Conference on. IEEE, 2007, pp. 780–784. [12] M. Singha and K. Hemachandran, “Content based image retrieval using color and texture,” Signal & Image Processing, vol. 3, no. 1, p. 39, 2012. [13] P. Suhasini, K. Krishna, and I. M. Krishna, “Cbir using color histogram processing.” Journal of Theoretical & Applied Information Technology, vol. 6, no. 1, 2009. [14] M. B. Rao, B. P. Rao, and A. Govardhan, “Ctdcirs: content based image retrieval system based on dominant color and texture features,” International Journal of Computer Applications, vol. 18, no. 6, pp. 40–46, 2011. Wavelet-Based Color Histogram on Content-Based Image Retrieval (Alexander)