Package net.sourceforge.jiu.color.data

Interface Summary

CoOccurrenceFrequencyMatrix An interface for a co-occurrence frequency matrix.
CoOccurrenceMatrix An interface for co-occurrence matrices.
Histogram1D An interface for a one-dimensional histogram.
Histogram3D An interface for classes that store three-dimensional histograms.

Class Summary

ArrayHistogram1D A one-dimensional histogram data class that stores its counters in memory.
BaseCoOccurrenceFrequencyMatrix This abstract class encapsulates all data of a co-occurrence frequency matrix except for the frequency values.
Histogram3DNode Internal data class for the on demand histogram.
MemoryCoOccurrenceFrequencyMatrix Implements the CoOccurrenceFrequencyMatrix interface by using a large array of values in memory.
MemoryCoOccurrenceMatrix This class stores a co-occurrence matrix, a two-dimensional array of int counters.
NaiveHistogram3D A class for a three-dimensional histogram that allocates one int value per counter at construction time.