public class AddNoiseRealType<I extends RealType<I>,O extends RealType<O>> extends AbstractUnaryComputerOp<I,O> implements Ops.Filter.AddNoise
SpecialOp.Flavor
NAME
Constructor and Description |
---|
AddNoiseRealType() |
Modifier and Type | Method and Description |
---|---|
static <I extends RealType<I>,O extends RealType<O>> |
addNoise(I input,
O output,
double rangeMin,
double rangeMax,
double rangeStdDev,
Random rng) |
void |
compute(I input,
O output)
Computes the output given some input.
|
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
compute, getIndependentInstance, run, run
run
candidates, filterArity, op
initialize
public void compute(I input, O output)
UnaryComputerOp
Copyright © 2014–2022 ImageJ. All rights reserved.