IMAGE COMPRESSION USING SVD [SINGULAR VALUE DECOMPOSITION]
Versione 1.0.0 (1,46 KB) da
AMIT SURYAVANSHI
The code is made by using the SVD method that is the singular value decomposition method which is using the U sigma and one more matrix
In linear algebra, the Singular Value Decomposition (SVD) of a matrix is a factorization of that matrix into three matrices. It has some interesting algebraic properties and conveys important geometrical and theoretical insights about linear transformations. It also has some important applications in data science. In this article, I will try to explain the mathematical intuition behind SVD and its geometrical meaning. Instead of manual calculations,
i will be using the SVD method by using the function [U S V] =svd (gray_image,'econ') i have done this compression in the white black mode but it was a buttery work for me thanks to the functions present in the matlab
Cita come
AMIT SURYAVANSHI (2025). IMAGE COMPRESSION USING SVD [SINGULAR VALUE DECOMPOSITION] (https://www.mathworks.com/matlabcentral/fileexchange/157651-image-compression-using-svd-singular-value-decomposition), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2023b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0 |