Package | Description |
---|---|
net.sourceforge.jiu.color.analysis | |
net.sourceforge.jiu.color.data | |
net.sourceforge.jiu.color.io |
Modifier and Type | Field | Description |
---|---|---|
private Histogram1D |
Histogram1DCreator.hist |
Modifier and Type | Method | Description |
---|---|---|
Histogram1D |
Histogram1DCreator.getHistogram() |
Returns the histogram used in this operation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Histogram1DCreator.setHistogram(Histogram1D histogram) |
Sets a histogram object to be used for this operation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ArrayHistogram1D |
A one-dimensional histogram data class that stores its counters in memory.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
HistogramSerialization.save(Histogram1D hist,
PrintStream out) |
Saves a one-dimensional histogram to a text output stream.
|