解压缩 Resources

Showing items tagged with "解压缩"

Compress a raw video image sequence to generate a compressed file; decompress this compressed file to produce a display image; compare the display image with the original image in terms of quality, compressed file size, and other relevant metrics.

MATLAB 209 views Tagged

This implementation demonstrates image compression using 8x8 block-based Discrete Cosine Transform (DCT) and reconstruction via Inverse DCT (IDCT): DCT serves as a separable transform for image compression encoding, while IDCT handles decompression. The process involves dividing images into blocks, applying mathematical transformations, and reconstructing with minimal quality loss.

MATLAB 241 views Tagged