how to apply Discrete wavelet transform on image

Posted by abuasis on Stack Overflow See other posts from Stack Overflow or by abuasis
Published on 2012-02-17T20:14:39Z Indexed on 2012/03/25 23:29 UTC
Read the original article Hit count: 292

I am implementing an android application that will verify signature images , decided to go with the Discrete wavelet transform method (symmlet-8) the method requires to apply the discrete wavelet transform and separate the image using low-pass and high-pass filter and retrieve the wavelet transform coefficients.

the equations show notations that I cant understand thus can't do the math easily , also didn't know how to apply low-pass and high-pass filters to my x and y points.

is there any tutorial that shows you how to apply the discrete wavelet transform to my image easily that breaks it out in numbers?

thanks alot in advance.

© Stack Overflow or respective owner

Related posts about android

Related posts about transform