I - TODO DocumentationT - TODO Documentationpublic class RichardsonLucyTVUpdate<T extends RealType<T> & NativeType<T>,I extends RandomAccessibleInterval<T>> extends AbstractUnaryComputerOp<I,I> implements Ops.Deconvolve.RichardsonLucyUpdate
SpecialOp.FlavorNAME| Constructor and Description |
|---|
RichardsonLucyTVUpdate() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(I correction,
I estimate)
performs update step of the Richardson Lucy with Total Variation Algorithm
|
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcompute, getIndependentInstance, run, runruncandidates, filterArity, opinitializepublic void compute(I correction, I estimate)
compute in interface UnaryComputerOp<I extends RandomAccessibleInterval<T>,I extends RandomAccessibleInterval<T>>correction - Argument to the computation, which must be non-nullestimate - 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.