I am using the cvKMeans2 () function from the OpenCV library for clustering. It has an optional parameter:
centers - Optional output array of cluster centers
The same parameter is also in the kmeans () function.
I want to know cluster information. But I did not find what the type of cluster center in the array is, so I can not get it.
Thanks for any tips!
c ++ opencv cluster-analysis k-means
Naomak
source share