I - O - C - public class RichardsonLucyCorrection<I extends RealType<I>,O extends RealType<O>,C extends ComplexType<C>> extends AbstractBinaryComputerOp<RandomAccessibleInterval<I>,RandomAccessibleInterval<O>,RandomAccessibleInterval<O>> implements Ops.Deconvolve.RichardsonLucyCorrection
SpecialOp.FlavorNAME| Constructor and Description |
|---|
RichardsonLucyCorrection() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(RandomAccessibleInterval<I> observed,
RandomAccessibleInterval<O> reblurred,
RandomAccessibleInterval<O> correction)
computes the correction factor of the Richardson Lucy Algorithm
|
void |
initialize()
Initializes the object.
|
in1, in2, out, setInput1, setInput2, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcompute, getIndependentInstance, run, runin, setInputcompute, runruncandidates, filterArity, oppublic void initialize()
Initializableinitialize in interface Initializablepublic void compute(RandomAccessibleInterval<I> observed, RandomAccessibleInterval<O> reblurred, RandomAccessibleInterval<O> correction)
compute in interface BinaryComputerOp<RandomAccessibleInterval<I extends RealType<I>>,RandomAccessibleInterval<O extends RealType<O>>,RandomAccessibleInterval<O extends RealType<O>>>observed - first argument to the computation, which
must be non-nullreblurred - second argument to the computation, which
must be non-nullcorrection - object where the computation's result will be stored, which
must be non-null and a different object than
input1 and input2Copyright © 2014–2022 ImageJ. All rights reserved.