JIU 0.12.0 Homepage

Uses of Interface
net.sourceforge.jiu.color.data.Histogram3D

Packages that use Histogram3D
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 
net.sourceforge.jiu.color.quantization Classes to perform color image quantization, the reduction of the number of unique colors in an image.  
 

Uses of Histogram3D in net.sourceforge.jiu.color.analysis
 

Methods in net.sourceforge.jiu.color.analysis that return Histogram3D
 Histogram3D Histogram3DCreator.getHistogram()
          Returns the histogram initialized in this operation.
 

Methods in net.sourceforge.jiu.color.analysis with parameters of type Histogram3D
 void Histogram3DCreator.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
 class NaiveHistogram3D
          A class for a three-dimensional histogram that allocates one int value per counter at construction time.
 class OnDemandHistogram3D
          A 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
static void HistogramSerialization.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
RGBColorList(Histogram3D hist)
          Creates a new list and initializes it with the argument histogram.
 


JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt