Interface | Description |
---|---|
BinMapper1d<T> |
An interface for defining a bin mapping algorithm.
|
Class | Description |
---|---|
DiscreteFrequencyDistribution |
This class represents an n-dimensional set of counters.
|
Histogram1d<T> |
A Histogram1d is a histogram that tracks up to four kinds of values: 1)
values in the center of the distribution 2) values to the left of the center
of the distribution (lower tail) 3) values to the right of the center of the
distribution (upper tail) 4) values outside the other areas
|
HistogramNd<T> |
A HistogramNd is an n-dimensional histogram that tracks up to four kinds of
values: 1) values in the center of the distribution 2) values to the left of
the center of the distribution (lower tail) 3) values to the right of the
center of the distribution (upper tail) 4) values outside the other areas
|
Integer1dBinMapper<T extends IntegerType<T>> |
Maps integer values into a 1-d set of bins.
|
Real1dBinMapper<T extends RealType<T>> |
Maps real values into a 1-d set of bins.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.