Uses of Interface
net.sourceforge.jiu.color.data.CoOccurrenceFrequencyMatrix
Packages that use CoOccurrenceFrequencyMatrix
Package
Description
-
Uses of CoOccurrenceFrequencyMatrix in net.sourceforge.jiu.color.analysis
Methods in net.sourceforge.jiu.color.analysis that return CoOccurrenceFrequencyMatrixModifier and TypeMethodDescriptionstatic 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.Methods in net.sourceforge.jiu.color.analysis with parameters of type CoOccurrenceFrequencyMatrixModifier and TypeMethodDescriptionstatic voidMatrixCreator.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 CoOccurrenceFrequencyMatrixModifier and TypeClassDescriptionclassThis abstract class encapsulates all data of a co-occurrence frequency matrix except for the frequency values.classImplements theCoOccurrenceFrequencyMatrixinterface 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 CoOccurrenceFrequencyMatrixModifier and TypeMethodDescriptionstatic voidMatrixSerialization.save(CoOccurrenceFrequencyMatrix matrix, PrintStream out) -
Uses of CoOccurrenceFrequencyMatrix in net.sourceforge.jiu.color.quantization
Methods in net.sourceforge.jiu.color.quantization with parameters of type CoOccurrenceFrequencyMatrixModifier and TypeMethodDescriptionprivate voidMedianCutContourRemoval.computeStatistics(CoOccurrenceFrequencyMatrix matrix) Computes the mean and standard deviation (stddev) values and from the argument matrix and initializes the mean / stddev fields of this class with them.private voidMedianCutContourRemoval.findColorPairs(CoOccurrenceFrequencyMatrix matrix, CoOccurrenceMatrix A)