Uses of Interface
net.sourceforge.jiu.color.data.CoOccurrenceMatrix
-
Packages that use CoOccurrenceMatrix Package Description net.sourceforge.jiu.color.analysis net.sourceforge.jiu.color.data net.sourceforge.jiu.color.io net.sourceforge.jiu.color.quantization -
-
Uses of CoOccurrenceMatrix in net.sourceforge.jiu.color.analysis
Fields in net.sourceforge.jiu.color.analysis declared as CoOccurrenceMatrix Modifier and Type Field Description private CoOccurrenceMatrixTextureAnalysis. matrixMethods in net.sourceforge.jiu.color.analysis that return CoOccurrenceMatrix Modifier and Type Method Description static CoOccurrenceMatrixMatrixCreator. createCoOccurrenceMatrix(Gray16Image image)Create a co-occurrence matrix for a 16 bit grayscale image.static CoOccurrenceMatrixMatrixCreator. createCoOccurrenceMatrix(Gray8Image image)static CoOccurrenceMatrixMatrixCreator. createCoOccurrenceMatrix(IntegerImage image, int channelIndex)static CoOccurrenceMatrixMatrixCreator. createCoOccurrenceMatrix(Paletted8Image image)Methods in net.sourceforge.jiu.color.analysis with parameters of type CoOccurrenceMatrix Modifier and Type Method Description static TextureAnalysisTextureAnalysis. compute(CoOccurrenceMatrix matrix)Create a TextureAnalysis operation with the results computed from a given matrix.static CoOccurrenceFrequencyMatrixMatrixCreator. createCoOccurrenceFrequencyMatrix(CoOccurrenceMatrix A)Creates a new co-occurrence frequency with the same dimension as the argument co-occurrence matrix, callsMatrixCreator.initCoOccurrenceFrequencyMatrix(net.sourceforge.jiu.color.data.CoOccurrenceMatrix, net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix)with them to initialize the new matrix, then returns it.static voidMatrixCreator. initCoOccurrenceFrequencyMatrix(CoOccurrenceMatrix A, CoOccurrenceFrequencyMatrix cofm)Initializes a co-occurrence frequency matrix from a co-occurrence matrix.static voidMatrixCreator. initCoOccurrenceMatrix(IntegerImage image, int channelIndex, CoOccurrenceMatrix matrix)Initializes a co-occurrence matrix from the input image, using the direct four neighbor pixels.voidTextureAnalysis. setMatrix(CoOccurrenceMatrix m)Sets the matrix to be used by this operation to the argument value. -
Uses of CoOccurrenceMatrix in net.sourceforge.jiu.color.data
Classes in net.sourceforge.jiu.color.data that implement CoOccurrenceMatrix Modifier and Type Class Description classMemoryCoOccurrenceMatrixThis class stores a co-occurrence matrix, a two-dimensional array of int counters. -
Uses of CoOccurrenceMatrix in net.sourceforge.jiu.color.io
Methods in net.sourceforge.jiu.color.io with parameters of type CoOccurrenceMatrix Modifier and Type Method Description static voidMatrixSerialization. save(CoOccurrenceMatrix matrix, PrintStream out) -
Uses of CoOccurrenceMatrix in net.sourceforge.jiu.color.quantization
Methods in net.sourceforge.jiu.color.quantization with parameters of type CoOccurrenceMatrix Modifier and Type Method Description private voidMedianCutContourRemoval. findColorPairs(CoOccurrenceFrequencyMatrix matrix, CoOccurrenceMatrix A)
-