|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoOccurrenceFrequencyMatrix | |
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 |
Uses of CoOccurrenceFrequencyMatrix in net.sourceforge.jiu.color.analysis |
Methods in net.sourceforge.jiu.color.analysis that return CoOccurrenceFrequencyMatrix | |
static CoOccurrenceFrequencyMatrix |
MatrixCreator.createCoOccurrenceFrequencyMatrix(CoOccurrenceMatrix A)
Creates a new co-occurrence frequency with the same dimension as the argument co-occurrence matrix, calls MatrixCreator.initCoOccurrenceFrequencyMatrix(net.sourceforge.jiu.color.data.CoOccurrenceMatrix, net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix) with them to initialize the new matrix,
then returns it.
|
Methods in net.sourceforge.jiu.color.analysis with parameters of type CoOccurrenceFrequencyMatrix | |
static void |
MatrixCreator.initCoOccurrenceFrequencyMatrix(CoOccurrenceMatrix A,
CoOccurrenceFrequencyMatrix cofm)
Initializes a co-occurrence frequency matrix from a co-occurrence matrix. |
Uses of CoOccurrenceFrequencyMatrix in net.sourceforge.jiu.color.data |
Classes in net.sourceforge.jiu.color.data that implement CoOccurrenceFrequencyMatrix | |
class |
BaseCoOccurrenceFrequencyMatrix
This abstract class encapsulates all data of a co-occurrence frequency matrix except for the frequency values. |
class |
MemoryCoOccurrenceFrequencyMatrix
Implements the CoOccurrenceFrequencyMatrix interface by using a large array
of values in memory. |
Uses of CoOccurrenceFrequencyMatrix in net.sourceforge.jiu.color.io |
Methods in net.sourceforge.jiu.color.io with parameters of type CoOccurrenceFrequencyMatrix | |
static void |
MatrixSerialization.save(CoOccurrenceFrequencyMatrix matrix,
PrintStream out)
|
|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |