public interface HistogramBinMapper<T>
Modifier and Type | Method and Description |
---|---|
T |
getMaxBin()
Returns the maximum bin for the histogram.
|
T |
getMinBin()
Returns the minimum bin for the histogram.
|
int |
getNumBins()
Returns the number of bins for the histogram.
|
T |
invMap(int i)
Maps a given histogram bin index to a Type containing the bin center
value.
|
int |
map(T type)
Maps a given Type to its histogram bin.
|
T getMinBin()
T getMaxBin()
int getNumBins()
int map(T type)
type
- the Type to map.T invMap(int i)
i
- the histogram bin index to map.Copyright © 2015–2022 ImgLib2. All rights reserved.