Package | Description |
---|---|
net.sourceforge.jiu.color.analysis |
Contains classes that analyze pixel or sample values and thus determine
certain image properties.
|
net.sourceforge.jiu.color.data |
Provides classes to store images and data directly related to them.
|
net.sourceforge.jiu.color.io |
Classes to read and write color-related data from and to files.
|
Modifier and Type | Field and Description |
---|---|
private Histogram1D |
Histogram1DCreator.hist |
Modifier and Type | Method and Description |
---|---|
Histogram1D |
Histogram1DCreator.getHistogram()
Returns the histogram used in this operation.
|
Modifier and Type | Method and Description |
---|---|
void |
Histogram1DCreator.setHistogram(Histogram1D histogram)
Sets a histogram object to be used for this operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayHistogram1D
A one-dimensional histogram data class that stores its counters in memory.
|
Modifier and Type | Method and Description |
---|---|
static void |
HistogramSerialization.save(Histogram1D hist,
java.io.PrintStream out)
Saves a one-dimensional histogram to a text output stream.
|