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
)

Description

No description available.

Parameters

input_pixels

Type: An array of gint

No description available.

The length of the array is specified in the input_pixels_length1 argument.
The data is owned by the caller of the function.
input_pixels_length1

Type: gint

No description available.

starting_clusters

Type: An array of gint

No description available.

The length of the array is specified in the starting_clusters_length1 argument.
The data is owned by the caller of the function.
starting_clusters_length1

Type: gint

No description available.

max_colors

Type: gint

No 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.