T
- type of input and outputpublic class DefaultGaussRAI<T extends NumericType<T> & NativeType<T>> extends AbstractUnaryHybridCF<RandomAccessibleInterval<T>,RandomAccessibleInterval<T>> implements Ops.Filter.Gauss
Gauss3
of imglib2-algorithms.SpecialOp.Flavor
ALIASES, NAME
Constructor and Description |
---|
DefaultGaussRAI() |
Modifier and Type | Method and Description |
---|---|
void |
compute(RandomAccessibleInterval<T> input,
RandomAccessibleInterval<T> output)
Computes the output given some input.
|
RandomAccessibleInterval<T> |
createOutput(RandomAccessibleInterval<T> input)
Create an output object given some input.
|
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
calculate, calculate, createOutput, getIndependentInstance, run, run
compute
in, setInput
run
setOutput
candidates, filterArity, op
initialize
public void compute(RandomAccessibleInterval<T> input, RandomAccessibleInterval<T> output)
UnaryComputerOp
compute
in interface UnaryComputerOp<RandomAccessibleInterval<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 RandomAccessibleInterval<T> createOutput(RandomAccessibleInterval<T> input)
UnaryOutputFactory
createOutput
in interface UnaryOutputFactory<RandomAccessibleInterval<T extends NumericType<T> & NativeType<T>>,RandomAccessibleInterval<T extends NumericType<T> & NativeType<T>>>
input
- which determines how to create the outputCopyright © 2014–2022 ImageJ. All rights reserved.