RGB Image Compression

版本 1.0.0.0 (66.8 KB) 作者: Amarjot
The code computes the spatial compression on R G B components for a RGB image.
1.1K 次下载
更新时间 2013/3/7

查看许可证

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);

引用格式

Amarjot (2025). RGB Image Compression (https://ww2.mathworks.cn/matlabcentral/fileexchange/40668-rgb-image-compression), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0