稀疏表示 Resources

Showing items tagged with "稀疏表示"

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

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