April 2020
Intermediate to advanced
438 pages
12h 2m
English
The Wiener filter is Mean Squared Error (MSE) filtering that incorporates both the degradation function and the statistical characteristics of noise. The underlying assumption is that the noise and image are uncorrelated. It optimizes the filter so that MSE is minimized. In this recipe, you will learn how to implement the Wiener filter using functions from scikit-image restoration module and how to apply the filter to restore a degraded image, both in a supervised and unsupervised manner.
Read now
Unlock full access