public class Histogram
extends java.lang.Object
Constructor and Description |
---|
Histogram(java.awt.image.BufferedImage src,
int band) |
Modifier and Type | Method and Description |
---|---|
double[] |
getCDF() |
int[] |
getCounts() |
int |
getMaxValue() |
int |
getMinValue() |
double[] |
getNormalizedHistogram() |
int |
getNumberOfBins() |
int |
getValue(int index) |
byte[] |
toCDFArray() |
public Histogram(java.awt.image.BufferedImage src, int band)
src
- band
- public int getNumberOfBins()
public int getValue(int index)
index
- public int getMaxValue()
public int getMinValue()
public int[] getCounts()
public double[] getCDF()
public double[] getNormalizedHistogram()
public byte[] toCDFArray()