Image and video compression via singular value decomposition with user-interface.
-
Updated
Dec 10, 2022 - Python
Image and video compression via singular value decomposition with user-interface.
Explanations about three projects of Linear Algebra course; including LU decompositions, denoising signals, and SVD decompositions
SVD is basically a matrix factorization technique, which decomposes any matrix into 3 generic and familiar matrices. It has some cool applications in Machine Learning and Image Processing.
Image compression using SVD in Python using NumPy, Pillow and Matplotlib.
Add a description, image, and links to the svd-image-compression topic page so that developers can more easily learn about it.
To associate your repository with the svd-image-compression topic, visit your repo's landing page and select "manage topics."