public class CreateKernel2D<T extends ComplexType<T>> extends AbstractUnaryFunctionOp<double[][],RandomAccessibleInterval<T>> implements Ops.Create.Kernel, Contingent
SpecialOp.FlavorNAME| Constructor and Description |
|---|
CreateKernel2D() |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessibleInterval<T> |
calculate(double[][] input)
Calculates the output given some input.
|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
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 boolean conforms()
Contingentconforms in interface Contingentpublic RandomAccessibleInterval<T> calculate(double[][] input)
UnaryFunctionOpcalculate in interface UnaryFunctionOp<double[][],RandomAccessibleInterval<T extends ComplexType<T>>>input - Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.