how to apply Discrete wavelet transform on image
- by abuasis
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.