public interface DenoiseWavelet<T extends ImageSingleBand>
| Modifier and Type | Method and Description |
|---|---|
void |
denoise(T transform,
int numLevels)
Removes noise from the multi-level wavelet transform.
|
void denoise(T transform, int numLevels)
transform - Transform of the original image.numLevels - NUmber of levels in the transform.