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

Removed trailing whitespaces

This commit is contained in:
Marina Noskova
2016-02-10 15:40:09 +03:00
parent 41c0a38344
commit 05353a1492
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -140,7 +140,7 @@ private:
};
Ptr<SVMSGD> SVMSGD::create()
{
{
return makePtr<SVMSGDImpl>();
}
@@ -265,7 +265,7 @@ bool SVMSGDImpl::train(const Ptr<TrainData>& data, int)
weights_ = Mat::zeros(1, featureCount, CV_32F);
shift_ = areEmpty.first ? -1 : 1;
return true;
}
}
Mat extendedTrainSamples;
Mat average;