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

fixed broken indentation

This commit is contained in:
Siegfried Hochdorfer
2013-01-24 11:40:35 +01:00
parent 82a9f9a5a9
commit 195d501b43
+1 -1
View File
@@ -246,7 +246,7 @@ public:
meanshiftV.resize(positionsCount);
distanceV.resize(positionsCount);
iterMax = maxIter;
modeEps = eps;
modeEps = eps;
for (unsigned i = 0; i<positionsV.size(); i++)
{