逆滤波 Resources

Showing items tagged with "逆滤波"

1. Select an image and apply blurring using either defocus model or motion blur model; restore the blurred image using inverse filtering, displaying the original, blurred, and restored images. Implementation involves generating point spread functions (PSFs) and applying convolution operations. 2. Perform iterative deconvolution restoration on the blurred image using algorithms like Lucy-Richardson or Wiener filtering, displaying all three image stages. The iterative approach typically involves regularization techniques to handle noise amplification.

MATLAB 252 views Tagged