kmeans

Undocumented in source. Be warned that the author may not have intended to support it.
  1. double kmeans(Mat data, int K, Mat bestLabels, TermCriteria criteria, int attempts, int flags, Mat centers)
  2. double kmeans(Mat data, int K, Mat bestLabels, TermCriteria criteria, int attempts, int flags, Point2f[] centers)

Meta