Uses of Class
net.imglib2.histogram.HistogramNd
-
Packages that use HistogramNd Package Description net.imglib2.histogram -
-
Uses of HistogramNd in net.imglib2.histogram
Methods in net.imglib2.histogram that return HistogramNd Modifier and Type Method Description HistogramNd<T>
HistogramNd. copy()
static <K extends IntegerType<K>>
HistogramNd<K>Integer1dBinMapper. histogramNd(long[] minVals, long[] numBins, boolean[] tailBins)
This is a convenience method for creating aHistogramNd
from inputs that describe a set of integer 1-d based bin mappers.static <K extends RealType<K>>
HistogramNd<K>Real1dBinMapper. histogramNd(double[] minVals, double[] maxVals, long[] numBins, boolean[] tailBins)
This is a convenience method for creating aHistogramNd
from inputs that describe a set of real 1-d based bin mappers.Constructors in net.imglib2.histogram with parameters of type HistogramNd Constructor Description HistogramNd(HistogramNd<T> other)
Construct a histogram whose bin mappings match another histogram.
-