Uses of Enum Class
imagingbook.common.color.quantize.KMeansClusteringQuantizer.InitialClusterMethod
Packages that use KMeansClusteringQuantizer.InitialClusterMethod
-
Uses of KMeansClusteringQuantizer.InitialClusterMethod in imagingbook.common.color.quantize
Methods in imagingbook.common.color.quantize that return KMeansClusteringQuantizer.InitialClusterMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.KMeansClusteringQuantizer.InitialClusterMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in imagingbook.common.color.quantize with parameters of type KMeansClusteringQuantizer.InitialClusterMethodModifierConstructorDescriptionKMeansClusteringQuantizer(int[] pixels, int K, KMeansClusteringQuantizer.InitialClusterMethod initMethod, int maxIterations) Constructor, creates a newKMeansClusteringQuantizerwith up to K colors, but never more than the number of colors found in the supplied pixel data.