I
- O
- K
- C
- public class NonCirculantNormalizationFactor<I extends RealType<I>,O extends RealType<O>,K extends RealType<K>,C extends ComplexType<C>> extends AbstractUnaryInplaceOp<RandomAccessibleInterval<O>> implements Ops.Deconvolve.NormalizationFactor
SpecialOp.Flavor
NAME
Constructor and Description |
---|
NonCirculantNormalizationFactor() |
Modifier and Type | Method and Description |
---|---|
protected void |
createNormalizationImageSemiNonCirculant(Interval fastFFTInterval) |
void |
initialize()
Initializes the object.
|
void |
mutate(RandomAccessibleInterval<O> arg)
apply the normalization image needed for semi noncirculant model see
http://bigwww.epfl.ch/deconvolution/challenge2013/index.html?p=doc_math_rl
|
out, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
getIndependentInstance
in, run, run
candidates, filterArity, op
public void initialize()
Initializable
initialize
in interface Initializable
public void mutate(RandomAccessibleInterval<O> arg)
mutate
in interface UnaryInplaceOp<RandomAccessibleInterval<O extends RealType<O>>,RandomAccessibleInterval<O extends RealType<O>>>
arg
- of the UnaryInplaceOp
protected void createNormalizationImageSemiNonCirculant(Interval fastFFTInterval)
Copyright © 2014–2022 ImageJ. All rights reserved.