图像重建 Resources

Showing items tagged with "图像重建"

This is a sparse representation-based image reconstruction algorithm designed for image deblurring and super-resolution applications, featuring practical implementation with code examples demonstrating dictionary learning and sparse coding techniques.

MATLAB 286 views Tagged

Original implementation code by Jianchao Yang for single image super-resolution using sparse representation. The algorithm works by first partitioning high/low-resolution training images into patches, then training patch pairs into coupled dictionaries. Testing images are mapped to the low-resolution dictionary to obtain sparse coefficients, which are then multiplied with the high-resolution dictionary to reconstruct the final image. This implementation provides excellent reference material for students studying super-resolution algorithms and demonstrates practical dictionary learning applications.

MATLAB 277 views Tagged

OS-EM Iterative Algorithm for Image Reconstruction - A novel approach that effectively reduces artifacts using ordered subsets and expectation-maximization optimization

MATLAB 297 views Tagged