SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 1, Ver. III (Jan - Feb. 2015), PP 57-60
www.iosrjournals.org
DOI: 10.9790/2834-10135760 www.iosrjournals.org 57 | Page
Content Based Image Retrieval Using 2-D Discrete Wavelet
Transform
Deepa M1
, Dr.T.V.U.Kirankumar2
PhD Research Scholar, Bharath Institute of Science and Technology, Bharath University, Chennai, India 1
Professor &Head- Department of ECE, Bharath University, Chennai, India 2
Abstract: In this paper we proposed discrete wavelet transform with texture for content based image retrieval.
Our proposed method uses 2-D Discrete Wavelet Transform for reducing the Dimensions of test image and
trained images. Further gray level co-occurrence matrix is applied for all test and trained images of LL
components of level 2 decomposed images to extract the texture feature of the images. Then similar images are
retrieved by using Euclidean distance method. Experimental results are performed for Wang’s database and it
gives the improved performance.
Keywords: CBIR, Texture, 2-D Discrete Wavelet Transform, Euclidean distance.
I. Introduction
Content Based Image Retrieval is to retrieve an image from the image database when given a query
image. Query Image is the users target image for the searching process. CBIR systems operate in two phases:
indexing and searching. In the indexing phase, each image of the database is represented using a set of image
attribute, such as color, shape, texture and layout. Extracted features are stored in a feature database. In the
searching phase, when a user makes a query, a feature vector for the query is computed. Using a similarity
criterion, this vector is compared to the vectors in the feature database.
The images most similar to the query are returned to the user. Rapid advances in hardware technology
and growth of computer power make facilities for spread use of World Wide Web. This causes that digital
libraries manipulate huge amounts of image data. Due to the limitations of space and time, the images are
represented in compressed formats. Therefore, new waves of research efforts are directed to feature extraction in
compressed domain. Wavelet transform can be used to characterize textures using statistical properties of gray
levels of the pixels comprising a surface image [4]. The wavelet transform is a tool that cuts up data or functions
or operations into different frequency components and then studies each component with a resolution matched
to its scale. In the proposed paper, we use 2-D Discrete Wavelet transform with textured feature images. We
also provide retrieval accuracy for the system.
The outline of the paper is as follows. General structure of proposed system is reviewed in section 2. In
section 3 discrete wavelet transform is described. Section 4 and 5 discussed about Texture and distance
measures. Experimental results and conclusions are presented in section 6 and 7 respectively.
II. General Structure of Proposed CBIR System
Fig.1 shows the basic block diagram of Content based image retrieval system. Our Proposed method
compares the performance of Content based image retrieval using DWT with Texture for similarity matching of
Euclidian distance (L2).
All train images decomposed using discrete wavelet transform. After DWT, we are taking only low
frequency components (LL) of the image for texture feature using GLCM. Then the final feature vectors of all
the train images are stored in the database. Same process is applied for query image. Finally first five similar
images are retrieved by using L2.
Fig. 1 Block diagram of proposed system
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
DOI: 10.9790/2834-10135760 www.iosrjournals.org 58 | Page
III. Discrete Wavelet Transform
The Discrete Wavelet Transform (DWT), which is based on sub-band coding is found to yield a fast
computation of Wavelet Transform. It is easy to implement and reduces the computation time and resources
required. The two-dimensional DWT of an image function s(n1, n2) of size N1 x N2 may be expressed as
      





1
0
21,,
1
0
21
21
210
1
1
210
2
2
,,
1
,,
N
n
kkj
N
n
nnnns
NN
kkjW 
      





1
0
21
1
0
21
21
210
1
1
2,1,0
2
2
,,
1
,,
N
n
i
N
n
i
nnnns
NN
kkjW kkj

Where i = {H, V, D} indicate the direction index of the wavelet function. As in one-dimensional case. j0
represents any starting scale, which may be treated as j0=0. Given the above two equations are two-dimensional
DWT.
The speciality of DWT [6] comparing to other transforms is time and frequency characteristics which
application of it wildly in many different fields.
The flow chart of the Discrete wavelet transform sub band coding on the digital image is shown in
figure 2, here L refers to low frequency component, H refers to high frequency and the number 1 and 2 refer to
the decomposition level of the Discrete wavelet transform. The result of the 2-D Discrete Wavelet Transform
from level one to level three is shown in figure 3. The sub image LL is the low frequency component, it is the
approximate sub image of the original image; the sub image HL is the component of the low frequency in
horizontal direction and the high frequency in vertical direction, it manifests the horizontal edge of the original
image; the sub image LH is the component of the high frequency in horizontal direction and the low frequency
in vertical direction, it manifests the vertical edge of the original image; the sub image HH is the high frequency
component, it manifests the oblique edge of the original image. It is shown that most energy of the original
image is contained in the LL2 low frequency region. And the other region in the same size reflect edge feature
of the image in different angles. Here we use the 2-D Discrete Haar wavelet transform for the decomposition of
the images.
Fig. 2 Flow chart of the DWT sub band coding
50 100 150 200 250 300 350
50
100
150
200
250
20 40 60 80 100 120 140 160 180
20
40
60
80
100
120
(a) (b)
Fig. 3 (a) and (b) shows decomposition of images by level 1 and 2.
Fig. 3(a) and (b) shows the level one and level two decomposition of the image.
IV. Texture Feature Extraction
An important feature of an image is texture. To describe the texture of the region three approach are
used in image processing these are statistical, structural and spectral. Statistical approaches specify the
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
DOI: 10.9790/2834-10135760 www.iosrjournals.org 59 | Page
characterization of the textures by smooth, coarse, grainy, silky and so on. The common second order statistic is
gray level co occurrence matrix.
4.1. Gray Level Co-Occurrence Matrix (GLCM)
Gray Level Co-occurrence Matrix (GLCM) method is based on the conditional probability density
function. GLCM introduced by Haralick. it contains the information about the positions of pixels that having
similar gray level values. Co-occurrence matrix function represents the direction and distance. In the given
direction and distance we can calculate the symbolic gray level pixel i, j. That can be expressed as the number of
co occurrence matrix
Element  ,, djip .
 
 
  

i j
djip
djip
djip



,,
,,
,,
A GLCM is represented, as a matrix. In which the number of rows and columns is equal to the number
of gray levels in the image. The matrix element P(i, j | d, θ) is the relative frequency with which two pixels,
separated by distance d. The direction specified by the particular angle (θ).
Texture feature are computed from the statistical distribution. This can be observed combination of
intensity at specified position relative to each other in the image.
Here texture feature are extracted by using gray level co-occurrences matrixes by calculating the mean
and standard deviation of the test and trained images.
V. Similarity Matching
Distance measures such as the Euclidean distance has been used to determine the similarity of feature
vectors. Distance between two images is used to find the similarities between query image and the images in the
database.
5.1. Euclidean distance
Euclidean distance is the square root of the sum of the squares of the distance between corresponding values.
Where x is query image and yi is database image.
VI. Simulation Result and Discussion
Simulation results are performed with MATLAB. This database consists of 1000 images each class
have 100 images for the experimental purpose we took ten images from each class totally 100 images. This
experiment gives the performance comparison result of content based image retrieval for the metric L2. Here
feature extraction is done by Haar wavelet of level 2 with texture feature. Here we combine the GLCM
properties of mean and standard deviation to extract the texture feature.
Fig. 4 shows the Query image and retrieved images by similarity measures of the Euclidean distance.
 

n
i
iyxd
1
2
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
DOI: 10.9790/2834-10135760 www.iosrjournals.org 60 | Page
Fig. 4 Simulation Result for 2-D DWT with Texture Feature.
Retrieval Accuracy is calculated by
RetrievedImagesofNoTotal
RetrievedImagesRelevantofNo
Accuracy 
This table shows the retrieval accuracy for each class of the CBIR system.
Table.1 Retrieval Accuracy
Class Name Accuracy
People 82
Beach 84
Building 86
Buses 96
Dinosaur 96
Elephant 92
Horses 96
Roses 88
Mountain 88
Food 90
Average Retrieval Accuracy 89.8
VII. Conclusion
It is observed that proposed method improves the Content Based Image Retrieval with 2-D Discrete
Haar Wavelet with gray level co-occurrence matrix which is used to extract the texture feature of the images.
Table 1 shows the retrieval accuracy for the system.
References
[1]. Piotr Porwik, Agnieszka Lisowska, “The Haar Wavelet Transform in Digital Image Processing: Its Status and Achievements”.
[2]. Phang Chang, Phang Piau, “Simple Procedure for the Designation of Haar Wavelet Matrices for Differential Equations”,
Proceeding of the International Multiconference of Engineers and Computer Scientists 2008 Vol II, March 2008.
[3]. Patrick J. Van Fleet, “Discrete Haar Wavelet Transform”, PREP, Wavelet Workshop 2006.
[4]. N. Gnaneshwara Rao, Dr. V. Vijaya Kumara, V Venkata Krishna, “Texture Based Image Indexing and Retrieval”, IJCSNS
International Journal of Computer Science and Network Security, VOL.9 No.5, May 2009
[5]. Hossein Nezamabadi-pour and Saeid Saryazdi, “Object –Based Image Indexing and Retrieval in DCT Domain using Clustering
Techniques”, World Academy of Science, Engineering and Technology 3 2005
[6]. Hong Wang, Su Yang, Wei Liao, An Improved PCA Face Recognition Algorithm Based on the Discrete Wavelet Transform and
the Support Vector Machines, International Conference on Computational Intelligence and Security Workshops 308-311,2007.
[7]. http://www.fp.ucalgary.ca/mhallbey/tutorial.html
[8]. Prof. Somnath Sengupta, “Multi Resolution Analysis” Version 2 ECE IIT, Kharagpur
[9]. J.Madhavan, K.Porkumaran, “Performance Comparison Of PCA, DWT-PCA And LWT-PCA For Face Image Retrieval”,
Computer Science & Engineering: An International Journal (CSEIJ), Vol.2, No.6, December 2012

More Related Content

What's hot

Multi Resolution features of Content Based Image Retrieval
Multi Resolution features of Content Based Image RetrievalMulti Resolution features of Content Based Image Retrieval
Multi Resolution features of Content Based Image RetrievalIDES Editor
 
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...IRJET Journal
 
An efficient fusion based up sampling technique for restoration of spatially ...
An efficient fusion based up sampling technique for restoration of spatially ...An efficient fusion based up sampling technique for restoration of spatially ...
An efficient fusion based up sampling technique for restoration of spatially ...ijitjournal
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET Journal
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...ijsrd.com
 
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...IOSR Journals
 
New Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral RecognitionNew Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral RecognitionIJERA Editor
 
06 9237 it texture classification based edit putri
06 9237 it   texture classification based edit putri06 9237 it   texture classification based edit putri
06 9237 it texture classification based edit putriIAESIJEECS
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET Journal
 
Different Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewDifferent Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewIJMER
 
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
 

What's hot (17)

Medial axis transformation based skeletonzation of image patterns using image...
Medial axis transformation based skeletonzation of image patterns using image...Medial axis transformation based skeletonzation of image patterns using image...
Medial axis transformation based skeletonzation of image patterns using image...
 
Gx3612421246
Gx3612421246Gx3612421246
Gx3612421246
 
Multi Resolution features of Content Based Image Retrieval
Multi Resolution features of Content Based Image RetrievalMulti Resolution features of Content Based Image Retrieval
Multi Resolution features of Content Based Image Retrieval
 
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
An Approach for Image Deblurring: Based on Sparse Representation and Regulari...
 
Image Fusion
Image FusionImage Fusion
Image Fusion
 
An efficient fusion based up sampling technique for restoration of spatially ...
An efficient fusion based up sampling technique for restoration of spatially ...An efficient fusion based up sampling technique for restoration of spatially ...
An efficient fusion based up sampling technique for restoration of spatially ...
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution Enhancement
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
 
Ik3415621565
Ik3415621565Ik3415621565
Ik3415621565
 
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
 
Ijetr011837
Ijetr011837Ijetr011837
Ijetr011837
 
New Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral RecognitionNew Approach of Preprocessing For Numeral Recognition
New Approach of Preprocessing For Numeral Recognition
 
06 9237 it texture classification based edit putri
06 9237 it   texture classification based edit putri06 9237 it   texture classification based edit putri
06 9237 it texture classification based edit putri
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
 
J25043046
J25043046J25043046
J25043046
 
Different Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewDifferent Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical Review
 
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
 

Viewers also liked

Comparative Effect of Crude and Commercial Enzyme in Shea Fat Extraction
Comparative Effect of Crude and Commercial Enzyme in Shea Fat ExtractionComparative Effect of Crude and Commercial Enzyme in Shea Fat Extraction
Comparative Effect of Crude and Commercial Enzyme in Shea Fat ExtractionIOSR Journals
 
Growth and Characterisation of Bismuth Sulpho Chloride (Biscl) Single Crystals
Growth and Characterisation of Bismuth Sulpho Chloride (Biscl) Single CrystalsGrowth and Characterisation of Bismuth Sulpho Chloride (Biscl) Single Crystals
Growth and Characterisation of Bismuth Sulpho Chloride (Biscl) Single CrystalsIOSR Journals
 
Effect of Silica Fume on Fly Ash Cement Bricks - An Experimental Study
Effect of Silica Fume on Fly Ash Cement Bricks - An Experimental StudyEffect of Silica Fume on Fly Ash Cement Bricks - An Experimental Study
Effect of Silica Fume on Fly Ash Cement Bricks - An Experimental StudyIOSR Journals
 
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...IOSR Journals
 
Factors Leading To Success of Indian Construction Companies.
Factors Leading To Success of Indian Construction Companies.Factors Leading To Success of Indian Construction Companies.
Factors Leading To Success of Indian Construction Companies.IOSR Journals
 
Development and Validation of Reverse Phase Liquid Chromatography Method for ...
Development and Validation of Reverse Phase Liquid Chromatography Method for ...Development and Validation of Reverse Phase Liquid Chromatography Method for ...
Development and Validation of Reverse Phase Liquid Chromatography Method for ...IOSR Journals
 
Market Orientation, Learning Organization and Dynamic Capability as Anteceden...
Market Orientation, Learning Organization and Dynamic Capability as Anteceden...Market Orientation, Learning Organization and Dynamic Capability as Anteceden...
Market Orientation, Learning Organization and Dynamic Capability as Anteceden...IOSR Journals
 
A Complete Ultrasonic Velocity Study of Decane-1-Ol with Various Acrylates at...
A Complete Ultrasonic Velocity Study of Decane-1-Ol with Various Acrylates at...A Complete Ultrasonic Velocity Study of Decane-1-Ol with Various Acrylates at...
A Complete Ultrasonic Velocity Study of Decane-1-Ol with Various Acrylates at...IOSR Journals
 
Modeling ultrasonic attenuation coefficient and comparative study with the pr...
Modeling ultrasonic attenuation coefficient and comparative study with the pr...Modeling ultrasonic attenuation coefficient and comparative study with the pr...
Modeling ultrasonic attenuation coefficient and comparative study with the pr...IOSR Journals
 
Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique IOSR Journals
 
Implementation of Vertical Handoff Algorithm between IEEE 802.11 WLAN & CDMA ...
Implementation of Vertical Handoff Algorithm between IEEE 802.11 WLAN & CDMA ...Implementation of Vertical Handoff Algorithm between IEEE 802.11 WLAN & CDMA ...
Implementation of Vertical Handoff Algorithm between IEEE 802.11 WLAN & CDMA ...IOSR Journals
 

Viewers also liked (20)

I010435659
I010435659I010435659
I010435659
 
F017624449
F017624449F017624449
F017624449
 
B010620715
B010620715B010620715
B010620715
 
E010412941
E010412941E010412941
E010412941
 
E017312532
E017312532E017312532
E017312532
 
E017212836
E017212836E017212836
E017212836
 
Comparative Effect of Crude and Commercial Enzyme in Shea Fat Extraction
Comparative Effect of Crude and Commercial Enzyme in Shea Fat ExtractionComparative Effect of Crude and Commercial Enzyme in Shea Fat Extraction
Comparative Effect of Crude and Commercial Enzyme in Shea Fat Extraction
 
Growth and Characterisation of Bismuth Sulpho Chloride (Biscl) Single Crystals
Growth and Characterisation of Bismuth Sulpho Chloride (Biscl) Single CrystalsGrowth and Characterisation of Bismuth Sulpho Chloride (Biscl) Single Crystals
Growth and Characterisation of Bismuth Sulpho Chloride (Biscl) Single Crystals
 
Effect of Silica Fume on Fly Ash Cement Bricks - An Experimental Study
Effect of Silica Fume on Fly Ash Cement Bricks - An Experimental StudyEffect of Silica Fume on Fly Ash Cement Bricks - An Experimental Study
Effect of Silica Fume on Fly Ash Cement Bricks - An Experimental Study
 
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
 
Factors Leading To Success of Indian Construction Companies.
Factors Leading To Success of Indian Construction Companies.Factors Leading To Success of Indian Construction Companies.
Factors Leading To Success of Indian Construction Companies.
 
Development and Validation of Reverse Phase Liquid Chromatography Method for ...
Development and Validation of Reverse Phase Liquid Chromatography Method for ...Development and Validation of Reverse Phase Liquid Chromatography Method for ...
Development and Validation of Reverse Phase Liquid Chromatography Method for ...
 
Market Orientation, Learning Organization and Dynamic Capability as Anteceden...
Market Orientation, Learning Organization and Dynamic Capability as Anteceden...Market Orientation, Learning Organization and Dynamic Capability as Anteceden...
Market Orientation, Learning Organization and Dynamic Capability as Anteceden...
 
S01061136141
S01061136141S01061136141
S01061136141
 
A Complete Ultrasonic Velocity Study of Decane-1-Ol with Various Acrylates at...
A Complete Ultrasonic Velocity Study of Decane-1-Ol with Various Acrylates at...A Complete Ultrasonic Velocity Study of Decane-1-Ol with Various Acrylates at...
A Complete Ultrasonic Velocity Study of Decane-1-Ol with Various Acrylates at...
 
C012331527
C012331527C012331527
C012331527
 
Modeling ultrasonic attenuation coefficient and comparative study with the pr...
Modeling ultrasonic attenuation coefficient and comparative study with the pr...Modeling ultrasonic attenuation coefficient and comparative study with the pr...
Modeling ultrasonic attenuation coefficient and comparative study with the pr...
 
Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique Clustering and Classification of Cancer Data Using Soft Computing Technique
Clustering and Classification of Cancer Data Using Soft Computing Technique
 
Implementation of Vertical Handoff Algorithm between IEEE 802.11 WLAN & CDMA ...
Implementation of Vertical Handoff Algorithm between IEEE 802.11 WLAN & CDMA ...Implementation of Vertical Handoff Algorithm between IEEE 802.11 WLAN & CDMA ...
Implementation of Vertical Handoff Algorithm between IEEE 802.11 WLAN & CDMA ...
 
H1803014347
H1803014347H1803014347
H1803014347
 

Similar to Content Based Image Retrieval Using 2-D Discrete Wavelet Transform

PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION cscpconf
 
Wavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile DevicesWavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile Devicescsandit
 
Application of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving WeatherApplication of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving Weatherijsrd.com
 
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALEFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALsipij
 
Multi Wavelet for Image Retrival Based On Using Texture and Color Querys
Multi Wavelet for Image Retrival Based On Using Texture and  Color QuerysMulti Wavelet for Image Retrival Based On Using Texture and  Color Querys
Multi Wavelet for Image Retrival Based On Using Texture and Color QuerysIOSR Journals
 
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...Prof Dr techn Murthy Chavali Yadav
 
0 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-50 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-5Alexander Decker
 
A New Approach for Segmentation of Fused Images using Cluster based Thresholding
A New Approach for Segmentation of Fused Images using Cluster based ThresholdingA New Approach for Segmentation of Fused Images using Cluster based Thresholding
A New Approach for Segmentation of Fused Images using Cluster based ThresholdingIDES Editor
 
Density Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageDensity Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageIOSRjournaljce
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) usingijcsity
 
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORM
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORMPDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORM
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORMIJCI JOURNAL
 
Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator cscpconf
 
A robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarkingA robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarkingijctet
 
Single image super resolution with improved wavelet interpolation and iterati...
Single image super resolution with improved wavelet interpolation and iterati...Single image super resolution with improved wavelet interpolation and iterati...
Single image super resolution with improved wavelet interpolation and iterati...iosrjce
 
Image compression using Hybrid wavelet Transform and their Performance Compa...
Image compression using Hybrid wavelet Transform and their  Performance Compa...Image compression using Hybrid wavelet Transform and their  Performance Compa...
Image compression using Hybrid wavelet Transform and their Performance Compa...IJMER
 
WAVELET BASED AUTHENTICATION/SECRET TRANSMISSION THROUGH IMAGE RESIZING (WA...
WAVELET BASED AUTHENTICATION/SECRET  TRANSMISSION THROUGH IMAGE RESIZING  (WA...WAVELET BASED AUTHENTICATION/SECRET  TRANSMISSION THROUGH IMAGE RESIZING  (WA...
WAVELET BASED AUTHENTICATION/SECRET TRANSMISSION THROUGH IMAGE RESIZING (WA...sipij
 

Similar to Content Based Image Retrieval Using 2-D Discrete Wavelet Transform (20)

PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
PERFORMANCE EVALUATION OF DIFFERENT TECHNIQUES FOR TEXTURE CLASSIFICATION
 
Wavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile DevicesWavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile Devices
 
Ijetr011917
Ijetr011917Ijetr011917
Ijetr011917
 
Application of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving WeatherApplication of Image Retrieval Techniques to Understand Evolving Weather
Application of Image Retrieval Techniques to Understand Evolving Weather
 
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVALEFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
EFFICIENT IMAGE RETRIEVAL USING REGION BASED IMAGE RETRIEVAL
 
IJET-V2I6P17
IJET-V2I6P17IJET-V2I6P17
IJET-V2I6P17
 
Multi Wavelet for Image Retrival Based On Using Texture and Color Querys
Multi Wavelet for Image Retrival Based On Using Texture and  Color QuerysMulti Wavelet for Image Retrival Based On Using Texture and  Color Querys
Multi Wavelet for Image Retrival Based On Using Texture and Color Querys
 
B42020710
B42020710B42020710
B42020710
 
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
Sub-windowed laser speckle image velocimetry by fast fourier transform techni...
 
0 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-50 nidhi sethi_finalpaper--1-5
0 nidhi sethi_finalpaper--1-5
 
A New Approach for Segmentation of Fused Images using Cluster based Thresholding
A New Approach for Segmentation of Fused Images using Cluster based ThresholdingA New Approach for Segmentation of Fused Images using Cluster based Thresholding
A New Approach for Segmentation of Fused Images using Cluster based Thresholding
 
Density Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri ImageDensity Driven Image Coding for Tumor Detection in mri Image
Density Driven Image Coding for Tumor Detection in mri Image
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
 
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORM
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORMPDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORM
PDE BASED FEATURES FOR TEXTURE ANALYSIS USING WAVELET TRANSFORM
 
Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator Object Shape Representation by Kernel Density Feature Points Estimator
Object Shape Representation by Kernel Density Feature Points Estimator
 
A robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarkingA robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarking
 
Single image super resolution with improved wavelet interpolation and iterati...
Single image super resolution with improved wavelet interpolation and iterati...Single image super resolution with improved wavelet interpolation and iterati...
Single image super resolution with improved wavelet interpolation and iterati...
 
mini prjt
mini prjtmini prjt
mini prjt
 
Image compression using Hybrid wavelet Transform and their Performance Compa...
Image compression using Hybrid wavelet Transform and their  Performance Compa...Image compression using Hybrid wavelet Transform and their  Performance Compa...
Image compression using Hybrid wavelet Transform and their Performance Compa...
 
WAVELET BASED AUTHENTICATION/SECRET TRANSMISSION THROUGH IMAGE RESIZING (WA...
WAVELET BASED AUTHENTICATION/SECRET  TRANSMISSION THROUGH IMAGE RESIZING  (WA...WAVELET BASED AUTHENTICATION/SECRET  TRANSMISSION THROUGH IMAGE RESIZING  (WA...
WAVELET BASED AUTHENTICATION/SECRET TRANSMISSION THROUGH IMAGE RESIZING (WA...
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 

Recently uploaded (20)

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 

Content Based Image Retrieval Using 2-D Discrete Wavelet Transform

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 1, Ver. III (Jan - Feb. 2015), PP 57-60 www.iosrjournals.org DOI: 10.9790/2834-10135760 www.iosrjournals.org 57 | Page Content Based Image Retrieval Using 2-D Discrete Wavelet Transform Deepa M1 , Dr.T.V.U.Kirankumar2 PhD Research Scholar, Bharath Institute of Science and Technology, Bharath University, Chennai, India 1 Professor &Head- Department of ECE, Bharath University, Chennai, India 2 Abstract: In this paper we proposed discrete wavelet transform with texture for content based image retrieval. Our proposed method uses 2-D Discrete Wavelet Transform for reducing the Dimensions of test image and trained images. Further gray level co-occurrence matrix is applied for all test and trained images of LL components of level 2 decomposed images to extract the texture feature of the images. Then similar images are retrieved by using Euclidean distance method. Experimental results are performed for Wang’s database and it gives the improved performance. Keywords: CBIR, Texture, 2-D Discrete Wavelet Transform, Euclidean distance. I. Introduction Content Based Image Retrieval is to retrieve an image from the image database when given a query image. Query Image is the users target image for the searching process. CBIR systems operate in two phases: indexing and searching. In the indexing phase, each image of the database is represented using a set of image attribute, such as color, shape, texture and layout. Extracted features are stored in a feature database. In the searching phase, when a user makes a query, a feature vector for the query is computed. Using a similarity criterion, this vector is compared to the vectors in the feature database. The images most similar to the query are returned to the user. Rapid advances in hardware technology and growth of computer power make facilities for spread use of World Wide Web. This causes that digital libraries manipulate huge amounts of image data. Due to the limitations of space and time, the images are represented in compressed formats. Therefore, new waves of research efforts are directed to feature extraction in compressed domain. Wavelet transform can be used to characterize textures using statistical properties of gray levels of the pixels comprising a surface image [4]. The wavelet transform is a tool that cuts up data or functions or operations into different frequency components and then studies each component with a resolution matched to its scale. In the proposed paper, we use 2-D Discrete Wavelet transform with textured feature images. We also provide retrieval accuracy for the system. The outline of the paper is as follows. General structure of proposed system is reviewed in section 2. In section 3 discrete wavelet transform is described. Section 4 and 5 discussed about Texture and distance measures. Experimental results and conclusions are presented in section 6 and 7 respectively. II. General Structure of Proposed CBIR System Fig.1 shows the basic block diagram of Content based image retrieval system. Our Proposed method compares the performance of Content based image retrieval using DWT with Texture for similarity matching of Euclidian distance (L2). All train images decomposed using discrete wavelet transform. After DWT, we are taking only low frequency components (LL) of the image for texture feature using GLCM. Then the final feature vectors of all the train images are stored in the database. Same process is applied for query image. Finally first five similar images are retrieved by using L2. Fig. 1 Block diagram of proposed system
  • 2. Content Based Image Retrieval Using 2-D Discrete Wavelet Transform DOI: 10.9790/2834-10135760 www.iosrjournals.org 58 | Page III. Discrete Wavelet Transform The Discrete Wavelet Transform (DWT), which is based on sub-band coding is found to yield a fast computation of Wavelet Transform. It is easy to implement and reduces the computation time and resources required. The two-dimensional DWT of an image function s(n1, n2) of size N1 x N2 may be expressed as             1 0 21,, 1 0 21 21 210 1 1 210 2 2 ,, 1 ,, N n kkj N n nnnns NN kkjW              1 0 21 1 0 21 21 210 1 1 2,1,0 2 2 ,, 1 ,, N n i N n i nnnns NN kkjW kkj  Where i = {H, V, D} indicate the direction index of the wavelet function. As in one-dimensional case. j0 represents any starting scale, which may be treated as j0=0. Given the above two equations are two-dimensional DWT. The speciality of DWT [6] comparing to other transforms is time and frequency characteristics which application of it wildly in many different fields. The flow chart of the Discrete wavelet transform sub band coding on the digital image is shown in figure 2, here L refers to low frequency component, H refers to high frequency and the number 1 and 2 refer to the decomposition level of the Discrete wavelet transform. The result of the 2-D Discrete Wavelet Transform from level one to level three is shown in figure 3. The sub image LL is the low frequency component, it is the approximate sub image of the original image; the sub image HL is the component of the low frequency in horizontal direction and the high frequency in vertical direction, it manifests the horizontal edge of the original image; the sub image LH is the component of the high frequency in horizontal direction and the low frequency in vertical direction, it manifests the vertical edge of the original image; the sub image HH is the high frequency component, it manifests the oblique edge of the original image. It is shown that most energy of the original image is contained in the LL2 low frequency region. And the other region in the same size reflect edge feature of the image in different angles. Here we use the 2-D Discrete Haar wavelet transform for the decomposition of the images. Fig. 2 Flow chart of the DWT sub band coding 50 100 150 200 250 300 350 50 100 150 200 250 20 40 60 80 100 120 140 160 180 20 40 60 80 100 120 (a) (b) Fig. 3 (a) and (b) shows decomposition of images by level 1 and 2. Fig. 3(a) and (b) shows the level one and level two decomposition of the image. IV. Texture Feature Extraction An important feature of an image is texture. To describe the texture of the region three approach are used in image processing these are statistical, structural and spectral. Statistical approaches specify the
  • 3. Content Based Image Retrieval Using 2-D Discrete Wavelet Transform DOI: 10.9790/2834-10135760 www.iosrjournals.org 59 | Page characterization of the textures by smooth, coarse, grainy, silky and so on. The common second order statistic is gray level co occurrence matrix. 4.1. Gray Level Co-Occurrence Matrix (GLCM) Gray Level Co-occurrence Matrix (GLCM) method is based on the conditional probability density function. GLCM introduced by Haralick. it contains the information about the positions of pixels that having similar gray level values. Co-occurrence matrix function represents the direction and distance. In the given direction and distance we can calculate the symbolic gray level pixel i, j. That can be expressed as the number of co occurrence matrix Element  ,, djip .         i j djip djip djip    ,, ,, ,, A GLCM is represented, as a matrix. In which the number of rows and columns is equal to the number of gray levels in the image. The matrix element P(i, j | d, θ) is the relative frequency with which two pixels, separated by distance d. The direction specified by the particular angle (θ). Texture feature are computed from the statistical distribution. This can be observed combination of intensity at specified position relative to each other in the image. Here texture feature are extracted by using gray level co-occurrences matrixes by calculating the mean and standard deviation of the test and trained images. V. Similarity Matching Distance measures such as the Euclidean distance has been used to determine the similarity of feature vectors. Distance between two images is used to find the similarities between query image and the images in the database. 5.1. Euclidean distance Euclidean distance is the square root of the sum of the squares of the distance between corresponding values. Where x is query image and yi is database image. VI. Simulation Result and Discussion Simulation results are performed with MATLAB. This database consists of 1000 images each class have 100 images for the experimental purpose we took ten images from each class totally 100 images. This experiment gives the performance comparison result of content based image retrieval for the metric L2. Here feature extraction is done by Haar wavelet of level 2 with texture feature. Here we combine the GLCM properties of mean and standard deviation to extract the texture feature. Fig. 4 shows the Query image and retrieved images by similarity measures of the Euclidean distance.    n i iyxd 1 2
  • 4. Content Based Image Retrieval Using 2-D Discrete Wavelet Transform DOI: 10.9790/2834-10135760 www.iosrjournals.org 60 | Page Fig. 4 Simulation Result for 2-D DWT with Texture Feature. Retrieval Accuracy is calculated by RetrievedImagesofNoTotal RetrievedImagesRelevantofNo Accuracy  This table shows the retrieval accuracy for each class of the CBIR system. Table.1 Retrieval Accuracy Class Name Accuracy People 82 Beach 84 Building 86 Buses 96 Dinosaur 96 Elephant 92 Horses 96 Roses 88 Mountain 88 Food 90 Average Retrieval Accuracy 89.8 VII. Conclusion It is observed that proposed method improves the Content Based Image Retrieval with 2-D Discrete Haar Wavelet with gray level co-occurrence matrix which is used to extract the texture feature of the images. Table 1 shows the retrieval accuracy for the system. References [1]. Piotr Porwik, Agnieszka Lisowska, “The Haar Wavelet Transform in Digital Image Processing: Its Status and Achievements”. [2]. Phang Chang, Phang Piau, “Simple Procedure for the Designation of Haar Wavelet Matrices for Differential Equations”, Proceeding of the International Multiconference of Engineers and Computer Scientists 2008 Vol II, March 2008. [3]. Patrick J. Van Fleet, “Discrete Haar Wavelet Transform”, PREP, Wavelet Workshop 2006. [4]. N. Gnaneshwara Rao, Dr. V. Vijaya Kumara, V Venkata Krishna, “Texture Based Image Indexing and Retrieval”, IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.5, May 2009 [5]. Hossein Nezamabadi-pour and Saeid Saryazdi, “Object –Based Image Indexing and Retrieval in DCT Domain using Clustering Techniques”, World Academy of Science, Engineering and Technology 3 2005 [6]. Hong Wang, Su Yang, Wei Liao, An Improved PCA Face Recognition Algorithm Based on the Discrete Wavelet Transform and the Support Vector Machines, International Conference on Computational Intelligence and Security Workshops 308-311,2007. [7]. http://www.fp.ucalgary.ca/mhallbey/tutorial.html [8]. Prof. Somnath Sengupta, “Multi Resolution Analysis” Version 2 ECE IIT, Kharagpur [9]. J.Madhavan, K.Porkumaran, “Performance Comparison Of PCA, DWT-PCA And LWT-PCA For Face Image Retrieval”, Computer Science & Engineering: An International Journal (CSEIJ), Vol.2, No.6, December 2012