I
- input typeO
- output typepublic abstract class AbstractStatsOp<I,O extends RealType<O>> extends AbstractUnaryHybridCF<I,O> implements StatsOp<I,O>
OpService
and create the output.SpecialOp.Flavor
Constructor and Description |
---|
AbstractStatsOp() |
Modifier and Type | Method and Description |
---|---|
O |
createOutput(I 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
calculate, calculate, createOutput, getIndependentInstance, run, run
compute, compute
in, setInput
run
setOutput
candidates, filterArity, op
ops, setEnvironment
initialize
public O createOutput(I input)
UnaryOutputFactory
createOutput
in interface UnaryOutputFactory<I,O extends RealType<O>>
input
- which determines how to create the outputCopyright © 2014–2022 ImageJ. All rights reserved.