skimage2.restoration#
Warning
This module is part of the experimental skimage2 namespace and is subject to change without notice.
Do not use it in production code.
See the migration guide for more details.
Restoration algorithms, e.g., deconvolution algorithms, denoising, etc.
Create a ball kernel for restoration.rolling_ball. |
|
Calibrate a denoising function and return optimal J-invariant version. |
|
Cycle spinning (repeatedly apply func to shifted versions of x). |
|
Denoise image using bilateral filter. |
|
Apply a J-invariant version of a denoising function. |
|
Perform non-local means denoising on 2D-4D grayscale or RGB images. |
|
Perform total variation denoising using split-Bregman optimization. |
|
Perform total variation denoising in nD. |
|
Perform wavelet denoising on an image. |
|
Create an ellipoid kernel for restoration.rolling_ball. |
|
Robust wavelet-based estimator of the (Gaussian) noise standard deviation. |
|
Inpaint masked points in image with biharmonic equations. |
|
Richardson-Lucy deconvolution. |
|
Estimate background intensity using the rolling-ball algorithm. |
|
Unsupervised Wiener-Hunt deconvolution. |
|
Recover the original from a wrapped phase image. |
|
Restore image using Wiener–Hunt deconvolution. |