Effect of Range Reduction in Video/Image Compression

Range reduction demonstration using JPEG codecs.
2.1K 次下载
更新时间 2009/10/31

查看许可证

This script demonstrates the influence of range reduction algorithm at low bitrate encoding using JPEG encode. The range [0-255] of pixel values is mapped to [64-235] in this script using a look-up-table. Subsequently, the file is compressed to achieve the same bit-rate (file size) as that of the compressed full range image. (The quality factor chosen may need adjustment if changing the input image.) The compressed files are uncompressed for quality comparison. In case of range reduction, the range is restored back on uncompression. SSIM is used for quality metrics.

The effect of range reduction is to increase spatial correlation of neighborhood pixels and thereby improving compression ratio.

引用格式

Fitzgerald Archibald (2025). Effect of Range Reduction in Video/Image Compression (https://www.mathworks.com/matlabcentral/fileexchange/25697-effect-of-range-reduction-in-video-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