fixed broken indentation
This commit is contained in:
@@ -246,7 +246,7 @@ public:
|
|||||||
meanshiftV.resize(positionsCount);
|
meanshiftV.resize(positionsCount);
|
||||||
distanceV.resize(positionsCount);
|
distanceV.resize(positionsCount);
|
||||||
iterMax = maxIter;
|
iterMax = maxIter;
|
||||||
modeEps = eps;
|
modeEps = eps;
|
||||||
|
|
||||||
for (unsigned i = 0; i<positionsV.size(); i++)
|
for (unsigned i = 0; i<positionsV.size(); i++)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user