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, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculate, calculate, createOutput, getIndependentInstance, run, runcompute, computein, setInputrunsetOutputcandidates, filterArity, opops, setEnvironmentinitializepublic O createOutput(I input)
UnaryOutputFactorycreateOutput in interface UnaryOutputFactory<I,O extends RealType<O>>input - which determines how to create the outputCopyright © 2014–2022 ImageJ. All rights reserved.