Hi,
I am not that femiliar in wavelet but
Try dwt2 & wavmenu in matlab help.
Shan..
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.
Hi Ramya, you can use wavedec2() to decompose your image, enter
waveinfo('bior')
To see the available biorthogonal wavelets supported.
Wayne