Research on Filtered Back Projection Reconstruction Algorithm
Study of filtered back projection reconstruction algorithm using phantom images as examples, involving filter construction and image reconstruction with implementation details
Explore MATLAB source code curated for "重建图像" with clean implementations, documentation, and examples.
Study of filtered back projection reconstruction algorithm using phantom images as examples, involving filter construction and image reconstruction with implementation details
The 2D Matching Pursuit algorithm achieves precise image reconstruction using fewer subspace comparisons, with progressively improved approximation to the source image as iteration count increases. Implementation typically involves greedy iterative selection of optimal dictionary atoms and residual updates.
Implement image reconstruction using filtered backprojection method with selectable window functions for spectral filtering, including Hanning, Hamming, and Blackman windows.