jpeg压缩 Resources

Showing items tagged with "jpeg压缩"

A MATLAB-based JPEG compression program that processes grayscale BMP images and encodes them into binary (0101 format) compressed data. The implementation follows standard JPEG encoding pipeline: color space conversion from RGB to YCbCr, chroma subsampling exploiting human visual system's lower sensitivity to color variations, block-based Discrete Cosine Transform (DCT), quantization preserving low-frequency components, and entropy coding using Run-Length Encoding and Huffman coding for high compression ratios.

MATLAB 281 views Tagged

An algorithm for information hiding implemented in MATLAB, including a suite of image processing functions for various attacks and transformations: mycompress.m for JPEG lossy compression, mycrop.m for image cropping, myhighpass.m for high-pass filtering, mylowpass.m for low-pass filtering, mynoise.m for Gaussian and salt-and-pepper noise addition, myresize.m for image scaling, myrotate.m for image rotation, mywiener.m for Wiener filtering, and myattack.m as a comprehensive collection of all the above attacks.

MATLAB 224 views Tagged