Package net.imglib2.histogram
package net.imglib2.histogram
-
ClassDescriptionBinMapper1d<T>An interface for defining a bin mapping algorithm.This class represents an n-dimensional set of counters.Histogram1d<T>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 areasHistogramNd<T>A 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 areasInteger1dBinMapper<T extends IntegerType<T>>Maps integer values into a 1-d set of bins.Real1dBinMapper<T extends RealType<T>>Maps real values into a 1-d set of bins.