Fixing whitespaces #3

pull/252/head
Vladimir 10 years ago
parent e8353d923c
commit 7569b8a1cc
  1. 2
      modules/tracking/samples/tld_test.cpp
  2. 3
      modules/tracking/src/tldDetector.cpp

@ -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;

Loading…
Cancel
Save