Class | Description |
---|---|
IntegralImage<R extends NumericType<R>,T extends NumericType<T>> |
n-dimensional integral image that stores sums using type .
|
IntegralImageDouble<R extends NumericType<R>> |
Special implementation for double using the basic type to sum up the individual lines.
|
IntegralImageLong<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–2021 Fiji. All rights reserved.