I
- The type of the input image.public class DefaultIntegralImg<I extends RealType<I>> extends AbstractIntegralImg<I> implements Ops.Image.Integral
n-dimensional integral image that stores sums using RealType
.
Care must be taken that sums do not overflow the capacity of the respective
RealType
s (i.e. DoubleType
or LongType
).
SpecialOp.Flavor
NAME
Constructor and Description |
---|
DefaultIntegralImg() |
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.