public class ShrinkThresholdHard_F32 extends Object implements ShrinkThresholdRule<ImageFloat32>
Hard rule for shrinking an image: T(x) = x*1(|x|>T)
| Constructor and Description |
|---|
ShrinkThresholdHard_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.