RGB Image Compression

Versión 1.0.0.0 (66,8 KB) por Amarjot
The code computes the spatial compression on R G B components for a RGB image.
1,1K descargas
Actualizado 7 mar 2013

Ver licencia

The code uses the following function to compute the final result:

1. Encode the Luma and Croma components using independent quantization tables.
2. Run length encoding and decoding is performed
3. Decode the Luma and Croma components using independent quantization tables.

Running the code:
Iinput=imread('SFU.jpg);
[Ioutput]= compressimage(Iinput);
Imshow(Ioutput);

Citar como

Amarjot (2024). RGB Image Compression (https://www.mathworks.com/matlabcentral/fileexchange/40668-rgb-image-compression), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2008a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0