| Package | Description |
|---|---|
| net.imglib2.algorithm.stats |
| Modifier and Type | Class and Description |
|---|---|
class |
IntBinMapper<T extends IntegerType<T>>
A HistogramBinMapper over IntegerTypes, using the values themselves as the
histogram bin centers.
|
class |
RealBinMapper<T extends RealType<T>>
A HistogramBinMapper over RealType, using arbitrary-width histogram bins.
|
| Modifier and Type | Method and Description |
|---|---|
HistogramBinMapper<T> |
Histogram.getBinMapper()
Returns this Histogram's HistogramBinMapper.
|
| Constructor and Description |
|---|
Histogram(HistogramBinMapper<T> mapper,
Img<T> image)
Create a Histogram using the given mapper, calculating from the given
Image.
|
Histogram(HistogramBinMapper<T> mapper,
RealCursor<T> c)
Create a Histogram using the given mapper, calculating from the given
Cursor.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.