https://github.com/timjb/svd-image-compression-demo
Demonstration of low rank matrix approximations via singular value decomposition
https://github.com/timjb/svd-image-compression-demo
demonstration image-compression singular-value-decomposition
Last synced: about 1 year ago
JSON representation
Demonstration of low rank matrix approximations via singular value decomposition
- Host: GitHub
- URL: https://github.com/timjb/svd-image-compression-demo
- Owner: timjb
- License: mit
- Created: 2014-10-25T12:13:00.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T20:41:36.000Z (about 3 years ago)
- Last Synced: 2025-04-30T06:44:23.758Z (about 1 year ago)
- Topics: demonstration, image-compression, singular-value-decomposition
- Language: TypeScript
- Homepage: https://timbaumann.info/svd-image-compression-demo/
- Size: 11.2 MB
- Stars: 50
- Watchers: 8
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVD image compression demo
## Development
```bash
$ npm install
```
and run
```bash
$ npm run build-all
```