Uses of Package
net.imglib2.histogram
Packages that use net.imglib2.histogram
-
Classes in net.imglib2.histogram used by net.imglib2.histogramClassDescriptionAn interface for defining a bin mapping algorithm.This class represents an n-dimensional set of counters.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 areasA 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 areasMaps integer values into a 1-d set of bins.Maps real values into a 1-d set of bins.