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
303c1c50
Commit
303c1c50
authored
Jun 08, 2015
by
Vladimir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #4
parent
59c0798c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tld_test.cpp
modules/tracking/samples/tld_test.cpp
+2
-2
No files found.
modules/tracking/samples/tld_test.cpp
View file @
303c1c50
...
...
@@ -110,7 +110,7 @@ int main(int argc, char** argv)
{
cout
<<
"***Error in the instantiation of the tracker...***
\n
"
;
getchar
();
return
;
return
0
;
}
//Get the first frame
...
...
@@ -186,7 +186,7 @@ int main(int argc, char** argv)
if
(
!
tracker
->
init
(
frame
,
boundingBox
))
{
cout
<<
"***Could not initialize tracker...***
\n
"
;
return
;
return
0
;
}
initialized
=
true
;
rectangle
(
image
,
boundingBox
,
Scalar
(
255
,
0
,
0
),
2
,
1
);
...
...
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