File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ int main()
118
118
// VideoCapture cap(0);
119
119
// if( !cap.isOpened() )
120
120
// {
121
- // cout << "Video stream error";
121
+ // cout << "Video stream error";
122
122
// return;
123
123
// }
124
124
// cap >> frame;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ namespace cv
53
53
}
54
54
55
55
// 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)
57
57
{
58
58
double p = 0 ;
59
59
for (int k = 0 ; k < (int )classifiers.size (); k++)
@@ -146,7 +146,6 @@ namespace cv
146
146
Rect2d maxScRect;
147
147
148
148
// Detection part
149
- // To fix: use precalculated BB
150
149
do
151
150
{
152
151
Mat_<double > intImgP, intImgP2;
You can’t perform that action at this time.
0 commit comments