I
- The type of the input image.public class SquareIntegralImg<I extends RealType<I>> extends AbstractIntegralImg<I> implements Ops.Image.SquareIntegral
n-dimensional squared integral image that stores sums using
RealType
. Care must be taken that sums do not overflow the capacity
of RealType
(i.e. DoubleType
or LongType
). Instead of
the sum of values the sum of squared values is computed.
SpecialOp.Flavor
NAME
Constructor and Description |
---|
SquareIntegralImg() |
Modifier and Type | Method and Description |
---|---|
AbstractUnaryHybridCI<IterableInterval<I>,IterableInterval<I>> |
getComputer(int dimension)
Implements the row-wise addition required for computations of integral
images.
|
compute, conforms, createOutput, initialize
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 AbstractUnaryHybridCI<IterableInterval<I>,IterableInterval<I>> getComputer(int dimension)
AbstractIntegralImg
getComputer
in class AbstractIntegralImg<I extends RealType<I>>
Copyright © 2014–2022 ImageJ. All rights reserved.