Class | Description |
---|---|
AbstractIntegralImg<I extends RealType<I>> |
Abstract base class for n-dimensional integral images.
|
DefaultIntegralImg<I extends RealType<I>> |
n-dimensional integral image that stores sums using
RealType . |
IntegralCursor<T> |
A cursor implementation that returns specific corner values of
RectangleNeighborhood s. |
SquareIntegralImg<I extends RealType<I>> |
n-dimensional squared integral image that stores sums using
RealType . |
WrappedIntegralImg<I extends RealType<I>> |
Wrapper op for the creation of integral images with
net.imglib2.algorithm.integral.IntegralImg . |
Copyright © 2014–2022 ImageJ. All rights reserved.