public class DefaultCreateKernelLog<T extends ComplexType<T>> extends AbstractUnaryFunctionOp<double[],RandomAccessibleInterval<T>> implements Ops.Create.KernelLog
SpecialOp.FlavorNAME| Constructor and Description |
|---|
DefaultCreateKernelLog() |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessibleInterval<T> |
calculate(double[] sigmas)
Calculates the output given some input.
|
void |
initialize()
Initializes the object.
|
in, out, run, setInputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, getIndependentInstance, runruncandidates, filterArity, oppublic void initialize()
Initializableinitialize in interface Initializablepublic RandomAccessibleInterval<T> calculate(double[] sigmas)
UnaryFunctionOpcalculate in interface UnaryFunctionOp<double[],RandomAccessibleInterval<T extends ComplexType<T>>>sigmas - Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.