1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

fix legacy constants

This commit is contained in:
Suleyman TURKMEN
2022-01-02 21:41:26 +03:00
parent 5f249a3e67
commit 0e6a2c0491
17 changed files with 75 additions and 83 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ public:
// Update weights
// not normalized first
reduce(trainProbs, weights, 0, CV_REDUCE_SUM);
reduce(trainProbs, weights, 0, REDUCE_SUM);
// Update means
means.create(nclusters, dim, CV_64FC1);