Page 1 of 1

Discrete Wavelet Touransform

Posted: 2012-04-07T23:17:33-07:00
by trans
Kindly give me the algorithm to perform discrete wavelet transform on an image.I have already separated the r,g,b planes.I am in in a fix as what to do after this.
I know that we have to do something like this
A+B
A-B
for rows
C+D
C-D
for columns
but how do I implement it using java.
Kindly help
Thank You