Details for Javascript program for Motion Blur Deconvolution

This program blurs the image selected from the dropdown menu by
convolution with a linear PSF (horizontal motion blur), adds noise,
and deconvolves the blurred image with a Wiener filter (see Chapter 6).
To see why a Wiener filter is needed, try setting λ to zero.

Slides: Blur length L, noise strength σ, Tikhonov regularization parameter λ.
Displayed: Original image, noisy blurred image, and deblurred image.