Discrete Wavelet Touransform

Discuss digital image processing techniques and algorithms. We encourage its application to ImageMagick but you can discuss any software solutions here.
Post Reply
trans
Posts: 1
Joined: 2012-04-07T23:11:30-07:00
Authentication code: 8675308

Discrete Wavelet Touransform

Post 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
Post Reply