I
- input typeO
- output typepublic class DefaultCentralMoment03<I extends RealType<I>,O extends RealType<O>> extends AbstractImageMomentOp<I,O> implements Ops.ImageMoments.CentralMoment03
Op
to calculate the imageMoments.centralMoment03
usingSpecialOp.Flavor
NAME
Constructor and Description |
---|
DefaultCentralMoment03() |
Modifier and Type | Method and Description |
---|---|
void |
compute(IterableInterval<I> input,
O output)
Computes the output given some input.
|
void |
initialize()
Initializes the object.
|
conforms, createOutput
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
public void initialize()
Initializable
initialize
in interface Initializable
public void compute(IterableInterval<I> input, O output)
UnaryComputerOp
compute
in interface UnaryComputerOp<IterableInterval<I extends RealType<I>>,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
Copyright © 2014–2022 ImageJ. All rights reserved.