|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Histogram1D | |
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 |
Uses of Histogram1D in net.sourceforge.jiu.color.analysis |
Methods in net.sourceforge.jiu.color.analysis that return Histogram1D | |
Histogram1D |
Histogram1DCreator.getHistogram()
Returns the histogram used in this operation. |
Methods in net.sourceforge.jiu.color.analysis with parameters of type Histogram1D | |
void |
Histogram1DCreator.setHistogram(Histogram1D histogram)
Sets a histogram object to be used for this operation. |
Uses of Histogram1D in net.sourceforge.jiu.color.data |
Classes in net.sourceforge.jiu.color.data that implement Histogram1D | |
class |
ArrayHistogram1D
A one-dimensional histogram data class that stores its counters in memory. |
Uses of Histogram1D in net.sourceforge.jiu.color.io |
Methods in net.sourceforge.jiu.color.io with parameters of type Histogram1D | |
static void |
HistogramSerialization.save(Histogram1D hist,
PrintStream out)
Saves a one-dimensional histogram to a text output stream. |
|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |