Uses of Interface
net.sourceforge.jiu.color.data.Histogram3D
-
-
Uses of Histogram3D in net.sourceforge.jiu.color.analysis
Fields in net.sourceforge.jiu.color.analysis declared as Histogram3D Modifier and Type Field Description private Histogram3DHistogram3DCreator. histMethods in net.sourceforge.jiu.color.analysis that return Histogram3D Modifier and Type Method Description Histogram3DHistogram3DCreator. getHistogram()Returns the histogram initialized in this operation.Methods in net.sourceforge.jiu.color.analysis with parameters of type Histogram3D Modifier and Type Method Description voidHistogram3DCreator. setHistogram3D(Histogram3D histogram)Sets the histogram object to be reused for this operation. -
Uses of Histogram3D in net.sourceforge.jiu.color.data
Classes in net.sourceforge.jiu.color.data that implement Histogram3D Modifier and Type Class Description classNaiveHistogram3DA class for a three-dimensional histogram that allocates oneintvalue per counter at construction time.classOnDemandHistogram3DA data class for a three-dimensional histogram, creating counters on demand only, not allocating counters for all possible entries at the beginning. -
Uses of Histogram3D in net.sourceforge.jiu.color.io
Methods in net.sourceforge.jiu.color.io with parameters of type Histogram3D Modifier and Type Method Description static voidHistogramSerialization. save(Histogram3D hist, PrintStream out)Saves a three-dimensional histogram to a text output stream. -
Uses of Histogram3D in net.sourceforge.jiu.color.quantization
Constructors in net.sourceforge.jiu.color.quantization with parameters of type Histogram3D Constructor Description RGBColorList(Histogram3D hist)Creates a new list and initializes it with the argument histogram. -
Uses of Histogram3D in net.sourceforge.jiu.color.reduction
Fields in net.sourceforge.jiu.color.reduction declared as Histogram3D Modifier and Type Field Description private Histogram3DAutoDetectColorType. hist
-