Skip to content

Commit

Permalink
typo in kmeans doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentBerger committed Nov 4, 2018
1 parent d9b8a9d commit 5132102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/include/opencv2/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2962,7 +2962,7 @@ An example on K-means clustering
/** @brief Finds centers of clusters and groups input samples around the clusters.
The function kmeans implements a k-means algorithm that finds the centers of cluster_count clusters
and groups the input samples around the clusters. As an output, \f$\texttt{labels}_i\f$ contains a
and groups the input samples around the clusters. As an output, \f$\texttt{bestLabels}_i\f$ contains a
0-based cluster index for the sample stored in the \f$i^{th}\f$ row of the samples matrix.
@note
Expand Down

0 comments on commit 5132102

Please sign in to comment.