public class AddPoissonNoiseMap<T extends ComplexType<T>> extends AbstractUnaryComputerOp<IterableInterval<T>,IterableInterval<T>> implements Ops.Filter.AddPoissonNoise, Contingent
SpecialOp.FlavorNAME| Constructor and Description |
|---|
AddPoissonNoiseMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(IterableInterval<T> input,
IterableInterval<T> output)
Computes the output given some input.
|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
void |
initialize()
Initializes the object.
|
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcompute, getIndependentInstance, run, runruncandidates, filterArity, oppublic void initialize()
Initializableinitialize in interface Initializablepublic boolean conforms()
Contingentconforms in interface Contingentpublic void compute(IterableInterval<T> input, IterableInterval<T> output)
UnaryComputerOpcompute in interface UnaryComputerOp<IterableInterval<T extends ComplexType<T>>,IterableInterval<T extends ComplexType<T>>>input - Argument to the computation, which must be non-nulloutput - Object where the computation's result will be stored, which
must be non-null and a different object than inputCopyright © 2014–2022 ImageJ. All rights reserved.