Class | Description |
---|---|
IntegralImg<R extends NumericType<R>,T extends NumericType<T> & NativeType<T>> |
n-dimensional integral image that stores sums using type
<T> . |
IntegralImgDouble<R extends NumericType<R>> |
Special implementation for double using the basic type to sum up the
individual lines.
|
IntegralImgLong<R extends NumericType<R>> |
Special implementation for long using the basic type to sum up the individual
lines.
|
ScaleAreaAveraging2d<T extends RealType<T>,R extends RealType<R>> |
TODO
|
Copyright © 2015–2022 ImgLib2. All rights reserved.