Commit 7569b8a1 authored by Vladimir's avatar Vladimir

Fixing whitespaces #3

parent e8353d92
......@@ -118,7 +118,7 @@ int main()
// VideoCapture cap(0);
// if( !cap.isOpened() )
// {
// cout << "Video stream error";
// cout << "Video stream error";
// return;
// }
//cap >> frame;
......
......@@ -53,7 +53,7 @@ namespace cv
}
// Calculate posterior probability, that the patch belongs to the current EC model
double TLDDetector::ensembleClassifierNum(const uchar* data)
double TLDDetector::ensembleClassifierNum(const uchar* data)
{
double p = 0;
for (int k = 0; k < (int)classifiers.size(); k++)
......@@ -146,7 +146,6 @@ namespace cv
Rect2d maxScRect;
//Detection part
//To fix: use precalculated BB
do
{
Mat_<double> intImgP, intImgP2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment