Package com.xinapse.image
Class Histogram.BinSpec
java.lang.Object
com.xinapse.image.Histogram.BinSpec
- Enclosing class:
- Histogram
A specification for Histogram bins.
Immutable so that all fields can be public.
-
Field Summary
-
Method Summary
-
Field Details
-
min
public final double minThe minimun histogram value for the first bin. -
nBins
public final int nBinsThe number of bins. -
binWidth
public final double binWidthThe bin width. -
max
public final double maxThe maximum histogram value for the last bin.
-
-
Method Details