Uses of Enum
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 type with the specified name.KMeansClusteringQuantizer.InitialClusterMethod.values()
Returns an array containing the constants of this enum type, 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 newKMeansClusteringQuantizer
with up to K colors, but never more than the number of colors found in the supplied pixel data.