Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Image feature extraction using wavelets

765 views
Skip to first unread message

Ramya D

unread,
Jan 18, 2010, 3:10:06 AM1/18/10
to
hi everyone..
I'm entirely new to matlab and at present I'm working on image processing.
I started with image segmentation and then I wanted to apply a wavelet on my image to extract features.
I want code to apply biorthogonal wavelet on an image to get texture and intensity features from it. Please help.

Shanmugam Kannappan

unread,
Jan 18, 2010, 4:30:23 AM1/18/10
to
"Ramya D" <ram...@gmail.com> wrote in message <hj150u$slr$1...@fred.mathworks.com>...

Hi,

I am not that femiliar in wavelet but
Try dwt2 & wavmenu in matlab help.

Shan..

Amir

unread,
Jan 5, 2011, 6:05:07 AM1/5/11
to
Hi,

There exists several method for feature extraction using wavelet transform.
1) First of all you need to apply wavelet transform [cA cH cV cD] =dwt2(I,'haar');

2) Then apply different wavelet features on each sub-band:
a) in a paper entitled "A texture Analysis approach to corrosion image classification", you can extract non-invariant features
b)in another recent paper, "Texture Image Classification Using Visual Perceptual Texture Features and Gabor Wavelet Features" they have introduce 3 new perceptual feature that sounds pretty perfect for segmentation and classification tasks.

Michael Chan

unread,
Jan 20, 2011, 3:00:06 AM1/20/11
to

Wayne King

unread,
Jan 20, 2011, 7:50:21 AM1/20/11
to
"Ramya D" <ram...@gmail.com> wrote in message <hj150u$slr$1...@fred.mathworks.com>...

Hi Ramya, you can use wavedec2() to decompose your image, enter

waveinfo('bior')

To see the available biorthogonal wavelets supported.

Wayne

0 new messages