| Interface | Description |
|---|---|
| HistogramBinMapper<T> |
An interface used by the Histogram class to map Type objects to histogram
bins.
|
| Class | Description |
|---|---|
| ComputeMinMax<T extends Type<T> & Comparable<T>> |
TODO
|
| Histogram<T> |
Implements a Histogram over an Image.
|
| IntBinMapper<T extends IntegerType<T>> |
A HistogramBinMapper over IntegerTypes, using the values themselves as the
histogram bin centers.
|
| Max |
Find the maximum value and its position in an
IterableInterval. |
| Min |
Find the minimum value and its position in an
IterableInterval. |
| Normalize | |
| RealBinMapper<T extends RealType<T>> |
A HistogramBinMapper over RealType, using arbitrary-width histogram bins.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.