public class ConvolveNaiveC<I extends RealType<I>,K extends RealType<K>,O extends RealType<O>> extends AbstractUnaryComputerOp<RandomAccessible<I>,RandomAccessibleInterval<O>> implements Ops.Filter.Convolve, Contingent
SpecialOp.FlavorNAME| Constructor and Description |
|---|
ConvolveNaiveC() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(RandomAccessible<I> input,
RandomAccessibleInterval<O> output)
Computes the output given some input.
|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcompute, getIndependentInstance, run, runruncandidates, filterArity, opinitializepublic void compute(RandomAccessible<I> input, RandomAccessibleInterval<O> output)
UnaryComputerOpcompute in interface UnaryComputerOp<RandomAccessible<I extends RealType<I>>,RandomAccessibleInterval<O extends RealType<O>>>input - Argument to the computation, which must be non-nulloutput - Object where the computation's result will be stored, which
must be non-null and a different object than inputpublic boolean conforms()
Contingentconforms in interface ContingentCopyright © 2014–2022 ImageJ. All rights reserved.