| Class | Description |
|---|---|
| DenoiseBayesShrink_F32 |
Denoises images using an adaptive soft-threshold in each sub-band computed using Bayesian statistics.
|
| DenoiseSureShrink_F32 |
SureShrink denoises wavelets using a threshold computed by minimizing Stein's Unbiased Risk
Estimate (SURE).
|
| DenoiseVisuShrink_F32 |
Classic algorithm for wavelet noise reduction by shrinkage with a universal threshold.
|
| ShrinkThresholdHard_F32 |
Hard rule for shrinking an image: T(x) = x*1(|x|>T)
|
| ShrinkThresholdHard_I32 |
Hard rule for shrinking an image: T(x) = x*1(|x|>T)
|
| ShrinkThresholdSoft_F32 |
Soft rule for shrinking an image: T(x) = sgn(x)*max(|x|-T,0)
|
| ShrinkThresholdSoft_I32 |
Soft rule for shrinking an image: T(x) = sgn(x)*max(|x|-T,0)
|
| SubbandShrink<I extends ImageGray<I>> |
Performs an adaptive threshold based wavelet shrinkage across each of the wavelet subbands in each
layer of the transformed image.
|
| UtilDenoiseWavelet |
Various functions useful for denoising wavelet transforms.
|