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