JIU 0.14.3

Package net.sourceforge.jiu.color.data

Provides classes to store images and data directly related to them.

See:
          Description

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.
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.
OnDemandHistogram3D A data class for a three-dimensional histogram, creating counters on demand only, not allocating counters for all possible entries at the beginning.
 

Package net.sourceforge.jiu.color.data Description

Provides classes to store images and data directly related to them.

Package Specification

The base interface for image data in JIU is PixelImage. The concept of a pixel image includes the following properties:

The interface IntegerImage extends the PixelImage interface. All sample values belonging to an object of a class implementing IntegerImage are supposed to be integer values that can be stored in an int value (a signed 32 bit value).

Related Documentation


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt