Package net.sourceforge.jiu.color.data
package net.sourceforge.jiu.color.data
-
ClassDescriptionA one-dimensional histogram data class that stores its counters in memory.This abstract class encapsulates all data of a co-occurrence frequency matrix except for the frequency values.An interface for a co-occurrence frequency matrix.An interface for co-occurrence matrices.An interface for a one-dimensional histogram.An interface for classes that store three-dimensional histograms.Internal data class for the on demand histogram.Implements the
CoOccurrenceFrequencyMatrix
interface by using a large array of values in memory.This class stores a co-occurrence matrix, a two-dimensional array of int counters.A class for a three-dimensional histogram that allocates oneint
value per counter at construction time.A data class for a three-dimensional histogram, creating counters on demand only, not allocating counters for all possible entries at the beginning.