Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
0cd798ed
Commit
0cd798ed
authored
Aug 19, 2014
by
Alex Leontiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buildbot
parent
2ea09a16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
tracker.hpp
modules/tracking/include/opencv2/tracking/tracker.hpp
+0
-1
tld_tracker.cpp
modules/tracking/src/tld_tracker.cpp
+1
-1
No files found.
modules/tracking/include/opencv2/tracking/tracker.hpp
View file @
0cd798ed
...
@@ -47,7 +47,6 @@
...
@@ -47,7 +47,6 @@
#include "feature.hpp"
#include "feature.hpp"
#include "onlineMIL.hpp"
#include "onlineMIL.hpp"
#include "onlineBoosting.hpp"
#include "onlineBoosting.hpp"
#include "opencv2/optim.hpp"
#include <iostream>
#include <iostream>
#define BOILERPLATE_CODE(name,classname) \
#define BOILERPLATE_CODE(name,classname) \
...
...
modules/tracking/src/tld_tracker.cpp
View file @
0cd798ed
...
@@ -608,7 +608,7 @@ bool TLDDetector::detect(const Mat& img, const Mat& imgBlurred, Rect2d& res, std
...
@@ -608,7 +608,7 @@ bool TLDDetector::detect(const Mat& img, const Mat& imgBlurred, Rect2d& res, std
END_TICK
(
"detector"
);
END_TICK
(
"detector"
);
dfprintf
((
stdout
,
"after NCC: nneg = %d npos = %d
\n
"
,
nneg
,
npos
));
dfprintf
((
stdout
,
"after NCC: nneg = %d npos = %d
\n
"
,
nneg
,
npos
));
#if !
0
#if !
1
std
::
vector
<
Rect2d
>
poss
,
negs
;
std
::
vector
<
Rect2d
>
poss
,
negs
;
for
(
int
i
=
0
;
i
<
(
int
)
patches
.
size
();
i
++
)
for
(
int
i
=
0
;
i
<
(
int
)
patches
.
size
();
i
++
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment