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.Flavor
NAME
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, 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(RandomAccessible<I> input, RandomAccessibleInterval<O> output)
UnaryComputerOp
compute
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 input
public boolean conforms()
Contingent
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.