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.Flavor
NAME
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, 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 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 input
Copyright © 2014–2022 ImageJ. All rights reserved.