方法 Resources

Showing items tagged with "方法"

This MATLAB implementation performs image super-resolution reconstruction using the Projection Onto Convex Sets (POCS) method, reconstructing a single high-resolution image from multiple low-resolution input images.

MATLAB 156 views Tagged

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 160 views Tagged