Uses of Class
net.imglib2.histogram.HistogramNd
Packages that use HistogramNd
-
Uses of HistogramNd in net.imglib2.histogram
Methods in net.imglib2.histogram that return HistogramNdModifier and TypeMethodDescriptionHistogramNd.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 HistogramNdModifierConstructorDescriptionHistogramNd
(HistogramNd<T> other) Construct a histogram whose bin mappings match another histogram.