Python Forum
Creating a wavelet matrix
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating a wavelet matrix
#1
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!
Reply
#2
Begin with PIL programming:
http://zetcode.com/python/pillow/
https://pillow.readthedocs.io/en/stable/
Reply
#3
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.
Reply
#4
Then use opencv with numpy.
Reply
#5
https://opencv.org/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Creating a circular matrix with one input omnisierra 18 5,617 Oct-02-2020, 01:51 PM
Last Post: perfringo
  define a diagonal matrix from a matrix amalalaoui 1 2,332 May-15-2019, 01:12 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020