Module org.scijava.ops.image
Package org.scijava.ops.image.stats
Class IntegralVariance<I extends RealType<I>>
- java.lang.Object
-
- org.scijava.ops.image.stats.IntegralVariance<I>
-
- Type Parameters:
I- input type
- All Implemented Interfaces:
BiConsumer<RectangleNeighborhood<? extends Composite<I>>,DoubleType>,Computers.Arity1<RectangleNeighborhood<? extends Composite<I>>,DoubleType>
public class IntegralVariance<I extends RealType<I>> extends Object implements Computers.Arity1<RectangleNeighborhood<? extends Composite<I>>,DoubleType>
Op to calculate thestats.variancefrom an integral image using a specializedCursorimplementation.- Author:
- Stefan Helfrich (University of Konstanz)
- Implementation Note:
- op names='stats.integralVariance'
-
-
Constructor Summary
Constructors Constructor Description IntegralVariance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(RectangleNeighborhood<? extends Composite<I>> input, DoubleType integralVariance)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Methods inherited from interface org.scijava.function.Computers.Arity1
accept
-
-
-
-
Method Detail
-
compute
public void compute(RectangleNeighborhood<? extends Composite<I>> input, DoubleType integralVariance)
TODO- Specified by:
computein interfaceComputers.Arity1<RectangleNeighborhood<? extends Composite<I extends RealType<I>>>,DoubleType>- Parameters:
input-integralVariance-
-
-