https://github.com/vishalkg/jpeg_encoder
JPEG Encoder
https://github.com/vishalkg/jpeg_encoder
dct-coefficients image-reconstruction jpeg-encoder jpeg-image matlab
Last synced: 13 days ago
JSON representation
JPEG Encoder
- Host: GitHub
- URL: https://github.com/vishalkg/jpeg_encoder
- Owner: vishalkg
- Created: 2017-03-03T07:06:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T07:13:20.000Z (about 9 years ago)
- Last Synced: 2025-12-30T08:57:54.835Z (5 months ago)
- Topics: dct-coefficients, image-reconstruction, jpeg-encoder, jpeg-image, matlab
- Language: Matlab
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JPEG Encoder
* Minimalistic version of JPEG Encoding Algorithm
* Uses simple DCT basis.
* Reconstructs images using a specified amount of energy.