| Package | Description |
|---|---|
| net.imglib2.histogram |
| Modifier and Type | Method and Description |
|---|---|
HistogramNd<T> |
HistogramNd.copy() |
static <K extends RealType<K>> |
Real1dBinMapper.histogramNd(double[] minVals,
double[] maxVals,
long[] numBins,
boolean[] tailBins)
This is a convenience method for creating a
HistogramNd from
inputs that describe a set of real 1-d based bin mappers. |
static <K extends IntegerType<K>> |
Integer1dBinMapper.histogramNd(long[] minVals,
long[] numBins,
boolean[] tailBins)
This is a convenience method for creating a
HistogramNd from
inputs that describe a set of integer 1-d based bin mappers. |
| Constructor and Description |
|---|
HistogramNd(HistogramNd<T> other)
Construct a histogram whose bin mappings match another histogram.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.