I m using function cvKMeans2() from OpenCV library for clustering. It has optional parametr:
centers - The optional output array of the cluster centers
The same parametr is also in function kmeans().
I want to know informations about clusters. But I haven t found what is a type of that cluster center in array, so I can t get it.
Thanks for any advices!