T
- type of input and outputpublic class DefaultGaussRA<T extends NumericType<T> & NativeType<T>> extends AbstractUnaryComputerOp<RandomAccessible<T>,RandomAccessibleInterval<T>> implements Ops.Filter.Gauss, Contingent
Gauss3
of imglib2-algorithms.SpecialOp.Flavor
ALIASES, NAME
Constructor and Description |
---|
DefaultGaussRA() |
Modifier and Type | Method and Description |
---|---|
void |
compute(RandomAccessible<T> input,
RandomAccessibleInterval<T> 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<T> input, RandomAccessibleInterval<T> output)
UnaryComputerOp
compute
in interface UnaryComputerOp<RandomAccessible<T extends NumericType<T> & NativeType<T>>,RandomAccessibleInterval<T extends NumericType<T> & NativeType<T>>>
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.