I
- input typepublic class IntegralVariance<I extends RealType<I>> extends AbstractUnaryComputerOp<RectangleNeighborhood<Composite<I>>,DoubleType> implements Ops.Stats.IntegralVariance
Op
to calculate the stats.variance
from an integral image
using a specialized Cursor
implementation.SpecialOp.Flavor
NAME
Constructor and Description |
---|
IntegralVariance() |
Modifier and Type | Method and Description |
---|---|
void |
compute(RectangleNeighborhood<Composite<I>> input,
DoubleType output)
Computes the output given some input.
|
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(RectangleNeighborhood<Composite<I>> input, DoubleType output)
UnaryComputerOp
compute
in interface UnaryComputerOp<RectangleNeighborhood<Composite<I extends RealType<I>>>,DoubleType>
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.