fixed build problems on Windows
This commit is contained in:
@@ -54,7 +54,7 @@ int main( int /*argc*/, char** /*argv*/ )
|
||||
|
||||
kmeans(points, clusterCount, labels,
|
||||
TermCriteria( CV_TERMCRIT_EPS+CV_TERMCRIT_ITER, 10, 1.0),
|
||||
3, KMEANS_PP_CENTERS, ¢ers);
|
||||
3, KMEANS_PP_CENTERS, centers);
|
||||
|
||||
img = Scalar::all(0);
|
||||
|
||||
|
Reference in New Issue
Block a user