124
124
.\" ========================================================================
125
125
.\"
126
126
.IX Title " OpenTLD 1"
127
- .TH OpenTLD 1 "2012-05-01 " "0.1.2 " "C++ implementation of OpenTLD"
127
+ .TH OpenTLD 1 "2013-07-10 " "1.4.0 " "C++ implementation of OpenTLD"
128
128
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129
129
.\" way too many mistakes in technical documents.
130
130
.if n .ad l
@@ -134,8 +134,9 @@ OpenTLD \- an object tracking program.
134
134
.SH "SYNOPSIS"
135
135
.IX Header " SYNOPSIS"
136
136
\& \fB opentld \fR [\fB \- a \fR <startFrameNumber>] [\fB \- b \fR <x,y,w,h>] [\fB \- d \fR <device>] [\fB \- e \fR
137
- <path>] [\fB \- f \fR ] [\fB \- i \fR <path>] [\fB \- h \fR ] [\fB \- m \fR <path>] [\fB \- n \fR <number>] [\fB \- p \fR
138
- <path>] [\fB \- s \fR ] [\fB \- t \fR <theta>] [\fB \- z \fR <lastFrameNumber>] [<configfile>]
137
+ <path>] [\fB \- f \fR ] [\fB \- i \fR <path>] [\fB \- j \fR <path>] [\fB \- h \fR ] [\fB \- m \fR <path>] [\fB \- n \fR
138
+ <number>] [\fB \- p \fR <path>] [\fB \- s \fR ] [\fB \- t \fR <theta>] [\fB \- z \fR <lastFrameNumber>]
139
+ [<configfile>]
139
140
.SH "DESCRIPTION"
140
141
.IX Header " DESCRIPTION"
141
142
\& \fB OpenTLD \fR is a \*( C+ implementation of OpenTLD that was originally published in
@@ -159,6 +160,7 @@ try it out.
159
160
\s- 1 IMGS:\s 0 capture from images
160
161
\s- 1 CAM:\s 0 capture from connected camera
161
162
\s- 1 VID:\s 0 capture from a video
163
+ \s- 1 STREAM:\s 0 capture from \s- 1 RTSP\s 0 stream
162
164
.PP
163
165
\& \fB \- e \fR <path>
164
166
export model after run to <path>
@@ -169,6 +171,9 @@ try it out.
169
171
\& \fB \- i \fR <path>
170
172
<path> to the images or to the video
171
173
.PP
174
+ \& \fB \- j \fR <number>
175
+ show trajectory for the last number frames
176
+ .PP
172
177
\& \fB \- h \fR
173
178
shows help
174
179
.PP
0 commit comments