Python Forum

Full Version: Creating a wavelet matrix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

A few friends and I are on a school project and one of the tasks conserns creating a wavelet matrix. The idea is to create this wavelet matrix out of an image which is imported as an array.

Any ideas?

Thanks in advance!
Thanks for the fast reply, but as far as I can see Pillow can be used for much but not compressing the image? That is what we're supposed to do with the matrix.
By multiplying the wavelet matrix and the imported image array in order to compress it.
Then use opencv with numpy.