Commit 7569b8a1 authored by Vladimir's avatar Vladimir

Fixing whitespaces #3

parent e8353d92
...@@ -118,7 +118,7 @@ int main() ...@@ -118,7 +118,7 @@ int main()
// VideoCapture cap(0); // VideoCapture cap(0);
// if( !cap.isOpened() ) // if( !cap.isOpened() )
// { // {
// cout << "Video stream error"; // cout << "Video stream error";
// return; // return;
// } // }
//cap >> frame; //cap >> frame;
......
...@@ -53,7 +53,7 @@ namespace cv ...@@ -53,7 +53,7 @@ namespace cv
} }
// Calculate posterior probability, that the patch belongs to the current EC model // 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; double p = 0;
for (int k = 0; k < (int)classifiers.size(); k++) for (int k = 0; k < (int)classifiers.size(); k++)
...@@ -146,7 +146,6 @@ namespace cv ...@@ -146,7 +146,6 @@ namespace cv
Rect2d maxScRect; Rect2d maxScRect;
//Detection part //Detection part
//To fix: use precalculated BB
do do
{ {
Mat_<double> intImgP, intImgP2; 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