Function
HeQuantizerWsmeansquantize
Declaration
GHashTable*
he_quantizer_wsmeans_quantize (
gint* input_pixels,
gint input_pixels_length1,
gint* starting_clusters,
gint starting_clusters_length1,
gint max_colors
)
Parameters
input_pixels-
Type: An array of
gintNo description available.
The length of the array is specified in the input_pixels_length1argument.The data is owned by the caller of the function. input_pixels_length1-
Type:
gintNo description available.
starting_clusters-
Type: An array of
gintNo description available.
The length of the array is specified in the starting_clusters_length1argument.The data is owned by the caller of the function. starting_clusters_length1-
Type:
gintNo description available.
max_colors-
Type:
gintNo description available.
Return value
Type: GHashTable
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |