Skip to content

Commit a0a15ce

Browse files
committed
v1.4.0
1 parent a7b1e98 commit a0a15ce

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
opentld (1.4.0) precise; urgency=low
2+
3+
* Capture from RTSP streams
4+
* Trajectory
5+
* Bugfixes
6+
* ...
7+
8+
-- Clemens Korner <[email protected]> Wed, 10 Jul 2013 10:10:49 +0200
9+
110
opentld (1.3.0) precise; urgency=low
211

312
* New Qt-Config-Dialog

debian/opentld.1

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
.\" ========================================================================
125125
.\"
126126
.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"
128128
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129129
.\" way too many mistakes in technical documents.
130130
.if n .ad l
@@ -134,8 +134,9 @@ OpenTLD \- an object tracking program.
134134
.SH "SYNOPSIS"
135135
.IX Header "SYNOPSIS"
136136
\&\fBopentld\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>]
139140
.SH "DESCRIPTION"
140141
.IX Header "DESCRIPTION"
141142
\&\fBOpenTLD\fR is a \*(C+ implementation of OpenTLD that was originally published in
@@ -159,6 +160,7 @@ try it out.
159160
\s-1IMGS:\s0 capture from images
160161
\s-1CAM:\s0 capture from connected camera
161162
\s-1VID:\s0 capture from a video
163+
\s-1STREAM:\s0 capture from \s-1RTSP\s0 stream
162164
.PP
163165
\&\fB\-e\fR <path>
164166
export model after run to <path>
@@ -169,6 +171,9 @@ try it out.
169171
\&\fB\-i\fR <path>
170172
<path> to the images or to the video
171173
.PP
174+
\&\fB\-j\fR <number>
175+
show trajectory for the last number frames
176+
.PP
172177
\&\fB\-h\fR
173178
shows help
174179
.PP

res/packaging/manpage.pod

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ OpenTLD - an object tracking program.
55
=head1 SYNOPSIS
66

77
B<opentld> [B<-a> <startFrameNumber>] [B<-b> <x,y,w,h>] [B<-d> <device>] [B<-e>
8-
<path>] [B<-f>] [B<-i> <path>] [B<-h>] [B<-m> <path>] [B<-n> <number>] [B<-p>
9-
<path>] [B<-s>] [B<-t> <theta>] [B<-z> <lastFrameNumber>] [<configfile>]
8+
<path>] [B<-f>] [B<-i> <path>] [B<-j> <path>] [B<-h>] [B<-m> <path>] [B<-n>
9+
<number>] [B<-p> <path>] [B<-s>] [B<-t> <theta>] [B<-z> <lastFrameNumber>]
10+
[<configfile>]
1011

1112
=head1 DESCRIPTION
1213

@@ -32,6 +33,7 @@ B<-d> <device>
3233
IMGS: capture from images
3334
CAM: capture from connected camera
3435
VID: capture from a video
36+
STREAM: capture from RTSP stream
3537

3638
B<-e> <path>
3739
export model after run to <path>
@@ -42,6 +44,9 @@ B<-f>
4244
B<-i> <path>
4345
<path> to the images or to the video
4446

47+
B<-j> <number>
48+
show trajectory for the last number frames
49+
4550
B<-h>
4651
shows help
4752

0 commit comments

Comments
 (0)