Package | Description |
---|---|
net.imglib2.histogram |
Modifier and Type | Class and Description |
---|---|
class |
Integer1dBinMapper<T extends IntegerType<T>>
Maps integer values into a 1-d set of bins.
|
class |
Real1dBinMapper<T extends RealType<T>>
Maps real values into a 1-d set of bins.
|
Modifier and Type | Method and Description |
---|---|
BinMapper1d<T> |
BinMapper1d.copy()
Returns a copy of this
BinMapper1d<T> . |
Constructor and Description |
---|
Histogram1d(BinMapper1d<T> mapper)
Construct a histogram from a bin mapping algorithm.
|
Histogram1d(Iterable<T> data,
BinMapper1d<T> mapper)
Construct a histogram from an iterable set of data and a bin mapping
algorithm.
|
Constructor and Description |
---|
HistogramNd(Iterable<List<T>> data,
List<BinMapper1d<T>> mappers)
Construct a histogram from an iterable set of data and a list of bin
mapping algorithms.
|
HistogramNd(List<BinMapper1d<T>> mappers)
Construct a histogram from a list of bin mapping algorithms.
|
HistogramNd(List<Iterable<T>> data,
List<BinMapper1d<T>> mappers)
Construct a histogram from an iterable set of data and a list of bin
mapping algorithms.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.