Image Compression
Versione 1.0.0 (1,78 KB) da
buddhadeb das
DCT based image compression followed by quantization and dequantization reduces the size of the image. Lossy type image compression.
This is a simple DCT(Discrete Cosine Transform ) based image compression code. The concept used was to apply DCT on 8*8 block of the input image followed by quantization will result in zeroing out of many DCT coefficients. Then after inverse quantization and inverse discrete cosine transform, we will get an error to decode the image from the input image. Perceptually the error will be very small show we will observe any changes in image quality and the file size decreases.
Cita come
buddhadeb das (2026). Image Compression (https://it.mathworks.com/matlabcentral/fileexchange/73075-image-compression), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2019b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Denoising and Compression in Help Center e MATLAB Answers
Tag
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0 |
