public interface ShrinkThresholdRule<T extends ImageSingleBand>
Generalized interface for thresholding wavelet coefficients in shrinkage based wavelet denoising applications.
| Modifier and Type | Method and Description |
|---|---|
void |
process(T image,
java.lang.Number threshold)
Applies shrinkage to entire image.
|
void process(T image, java.lang.Number threshold)
image - Image which is to be thresholded. Is modified.threshold - Threshold used to modify the image.