public class NoiseAdder<T extends RealType<T>> extends Object
Constructor and Description |
---|
NoiseAdder(Dataset dataset,
Overlay overlay,
Position pos)
Constructor - takes an input Dataset as the baseline data to compute
perturbed values from.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Runs the operation and returns the Dataset that contains the output data
|
protected void |
setStdDev(double stdDev)
Specify the standard deviation of the gaussian range desired.
|
Copyright © 2014–2022 ImageJ. All rights reserved.