Skip to content

Commit 7569b8a

Browse files
committed
Fixing whitespaces #3
1 parent e8353d9 commit 7569b8a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

modules/tracking/samples/tld_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ int main()
118118
// VideoCapture cap(0);
119119
// if( !cap.isOpened() )
120120
// {
121-
// cout << "Video stream error";
121+
// cout << "Video stream error";
122122
// return;
123123
// }
124124
//cap >> frame;

modules/tracking/src/tldDetector.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace cv
5353
}
5454

5555
// Calculate posterior probability, that the patch belongs to the current EC model
56-
double TLDDetector::ensembleClassifierNum(const uchar* data)
56+
double TLDDetector::ensembleClassifierNum(const uchar* data)
5757
{
5858
double p = 0;
5959
for (int k = 0; k < (int)classifiers.size(); k++)
@@ -146,7 +146,6 @@ namespace cv
146146
Rect2d maxScRect;
147147

148148
//Detection part
149-
//To fix: use precalculated BB
150149
do
151150
{
152151
Mat_<double> intImgP, intImgP2;

0 commit comments

Comments
 (0)