Frames | No Frames |
Methods with parameter type net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix | |
void |
Classes implementing net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix | |
class | This abstract class encapsulates all data of a co-occurrence
frequency matrix except for the frequency values. |
class | Implements the CoOccurrenceFrequencyMatrix interface by using a large array
of values in memory. |
Methods with parameter type net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix | |
void | MatrixCreator.initCoOccurrenceFrequencyMatrix(CoOccurrenceMatrix A, CoOccurrenceFrequencyMatrix cofm) Initializes a co-occurrence frequency matrix from a co-occurrence matrix. |
Methods with return type net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix | |
CoOccurrenceFrequencyMatrix | Creates a new co-occurrence frequency with the same dimension as the argument co-occurrence
matrix, calls initCoOccurrenceFrequencyMatrix(CoOccurrenceMatrix,CoOccurrenceFrequencyMatrix) with them to initialize the new matrix,
then returns it. |