图像重建 Resources

Showing items tagged with "图像重建"

MATLAB implementation of L1 Norm Least Squares algorithm for image reconstruction research, featuring high customizability and modifiable code structure.

MATLAB 242 views Tagged

A sparse decomposition image reconstruction program that partitions images into multiple patches, reconstructs each sub-patch with edge processing, and then merges them into a complete image. This approach utilizes patch-based sparse coding algorithms for enhanced reconstruction quality.

MATLAB 205 views Tagged

This MATLAB implementation demonstrates image compression via source encoding at the transmitter and image reconstruction through source decoding at the receiver, utilizing JPEG standard based on DCT transform. The project includes noise addition to test images followed by denoising, compression, and reconstruction to analyze compression performance. It explores downsampling and interpolation-based compression algorithms, with potential extensions from 8-bit/pixel grayscale to 24-bit/pixel color images or implementation of lossless compression techniques.

MATLAB 219 views Tagged

The classical K-SVD dictionary learning algorithm, widely applicable for signal denoising, image reconstruction, and other sparse representation tasks, employs an iterative optimization approach combining sparse coding and dictionary updating stages

MATLAB 213 views Tagged