Uses of Interface net.sourceforge.jiu.color.data.CoOccurrenceMatrix

Uses in package net.sourceforge.jiu.color.io

Methods with parameter type net.sourceforge.jiu.color.data.CoOccurrenceMatrix

void
MatrixSerialization.save(CoOccurrenceMatrix matrix, PrintStream out)

Uses in package net.sourceforge.jiu.color.data

Classes implementing net.sourceforge.jiu.color.data.CoOccurrenceMatrix

class
This class stores a co-occurrence matrix, a two-dimensional array of int counters.

Uses in package net.sourceforge.jiu.color.analysis

Fields of type net.sourceforge.jiu.color.data.CoOccurrenceMatrix

CoOccurrenceMatrix

Methods with parameter type net.sourceforge.jiu.color.data.CoOccurrenceMatrix

TextureAnalysis
Create a TextureAnalysis operation with the results computed from a given matrix.
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.
void
Initializes a co-occurrence frequency matrix from a co-occurrence matrix.
void
Initializes a co-occurrence matrix from the input image, using the direct four neighbor pixels.
void
Sets the matrix to be used by this operation to the argument value.

Methods with return type net.sourceforge.jiu.color.data.CoOccurrenceMatrix

CoOccurrenceMatrix
Create a co-occurrence matrix for a 16 bit grayscale image.
CoOccurrenceMatrix
CoOccurrenceMatrix
CoOccurrenceMatrix