过程 Resources

Showing items tagged with "过程"

Based on the fundamental principles and characteristics of Singular Value Decomposition (SVD), this article presents a method for image compression using SVD. The method is illustrated through simple examples demonstrating the basic compression process and workflow. Practical image processing implemented through MATLAB programming validates the effectiveness of the approach, with detailed explanations of key functions like svd() for matrix decomposition and imshow() for image visualization.

MATLAB 161 views Tagged

A MATLAB-based implementation of the H.261 video coding standard that demonstrates the complete video encoding and decoding pipeline, including key algorithms for compression and decompression processes. This serves as an excellent educational reference for beginners learning video codec principles.

MATLAB 244 views Tagged