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