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
fd040a1e
Commit
fd040a1e
authored
Aug 21, 2015
by
Vladimir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix messages in tracker_dataset.cpp
parent
d8212d3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
tracker_dataset.cpp
modules/tracking/samples/tracker_dataset.cpp
+1
-7
No files found.
modules/tracking/samples/tracker_dataset.cpp
View file @
fd040a1e
...
@@ -106,10 +106,8 @@ static void onMouse(int event, int x, int y, int, void*)
...
@@ -106,10 +106,8 @@ static void onMouse(int event, int x, int y, int, void*)
static
void
help
()
static
void
help
()
{
{
cout
<<
"
\n
This example shows the functionality of
\"
Long-term optical tracking API
\"
"
cout
<<
"
\n
This example shows the functionality of
\"
Long-term optical tracking API
\"
"
"TLD dataset ID: 1~10, VOT2015 dataset ID: 1~60
\n
"
"-- pause video [p] and draw a bounding box around the target to start the tracker
\n
"
"-- pause video [p] and draw a bounding box around the target to start the tracker
\n
"
"Example of <video_name> is in opencv_extra/testdata/cv/tracking/
\n
"
"Call:
\n
"
"./tracker <tracker_algorithm> <video_name> <start_frame> [<bounding_frame>]
\n
"
<<
endl
;
<<
endl
;
cout
<<
"
\n\n
Hot keys:
\n
"
cout
<<
"
\n\n
Hot keys:
\n
"
...
@@ -129,10 +127,6 @@ int main(int argc, char *argv[])
...
@@ -129,10 +127,6 @@ int main(int argc, char *argv[])
return
-
1
;
return
-
1
;
}
}
cout
<<
tracker_algorithm
<<
endl
;
cout
<<
datasetRootPath
<<
endl
;
cout
<<
datasetID
<<
endl
;
Mat
frame
;
Mat
frame
;
paused
=
false
;
paused
=
false
;
namedWindow
(
"Tracking API"
,
0
);
namedWindow
(
"Tracking API"
,
0
);
...
...
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