parameters in cv2.kmeans() [closed]

asked 2014-07-16 22:03:20 -0600

Python: cv2.kmeans(data, K, criteria, attempts, flags[, bestLabels[, centers]])

what does the parameters specified in bold signify. I didn't find any documentation relating to them clear on doc.opencv.org. Also how does the KMEANS_USE_INITIAL_LABELS work. It seems like its connected to those parameters but am not able to figure it out.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by StevenPuttemans
close date 2014-07-17 10:41:05.512131

Comments

berak gravatar imageberak ( 2014-07-16 23:17:34 -0600 )edit