public class ShrinkThresholdSoft_F32 extends Object implements ShrinkThresholdRule<ImageFloat32>
Soft rule for shrinking an image: T(x) = sgn(x)*max(|x|-T,0)
| Constructor and Description |
|---|
ShrinkThresholdSoft_F32() |
public void process(ImageFloat32 image, Number threshold)
ShrinkThresholdRuleprocess in interface ShrinkThresholdRule<ImageFloat32>image - Image which is to be thresholded. Is modified.threshold - Threshold used to modify the image.Copyright © 2013. All Rights Reserved.