Frames | No Frames |
Methods with parameter type net.sourceforge.jiu.color.data.CoOccurrenceMatrix | |
void |
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 | MatrixCreator.initCoOccurrenceFrequencyMatrix(CoOccurrenceMatrix A, CoOccurrenceFrequencyMatrix cofm) Initializes a co-occurrence frequency matrix from a co-occurrence matrix. |
void | MatrixCreator.initCoOccurrenceMatrix(IntegerImage image, int channelIndex, CoOccurrenceMatrix matrix) 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 |
Classes implementing net.sourceforge.jiu.color.data.CoOccurrenceMatrix | |
class | This class stores a co-occurrence matrix, a two-dimensional array of int counters. |