I'm trying to do a 3-level 2D Daubechies wavelet transform on an image and extract the coefficients for each level. I'm using JavaCV right now, but I don't think JavaCV has a Daubechies wavelet transform function. Does anyone know of any Java libraries that I could use?
Thanks in advance!