diff --git a/debian/changelog b/debian/changelog index 2dabed1a..ffd0b926 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +opentld (1.4.0) precise; urgency=low + + * Capture from RTSP streams + * Trajectory + * Bugfixes + * ... + + -- Clemens Korner Wed, 10 Jul 2013 10:10:49 +0200 + opentld (1.3.0) precise; urgency=low * New Qt-Config-Dialog diff --git a/debian/opentld.1 b/debian/opentld.1 index f3f97913..8101e7b2 100644 --- a/debian/opentld.1 +++ b/debian/opentld.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "OpenTLD 1" -.TH OpenTLD 1 "2012-05-01" "0.1.2" "C++ implementation of OpenTLD" +.TH OpenTLD 1 "2013-07-10" "1.4.0" "C++ implementation of OpenTLD" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -134,8 +134,9 @@ OpenTLD \- an object tracking program. .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBopentld\fR [\fB\-a\fR ] [\fB\-b\fR ] [\fB\-d\fR ] [\fB\-e\fR -] [\fB\-f\fR] [\fB\-i\fR ] [\fB\-h\fR] [\fB\-m\fR ] [\fB\-n\fR ] [\fB\-p\fR -] [\fB\-s\fR] [\fB\-t\fR ] [\fB\-z\fR ] [] +] [\fB\-f\fR] [\fB\-i\fR ] [\fB\-j\fR ] [\fB\-h\fR] [\fB\-m\fR ] [\fB\-n\fR +] [\fB\-p\fR ] [\fB\-s\fR] [\fB\-t\fR ] [\fB\-z\fR ] +[] .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBOpenTLD\fR is a \*(C+ implementation of OpenTLD that was originally published in @@ -159,6 +160,7 @@ try it out. \s-1IMGS:\s0 capture from images \s-1CAM:\s0 capture from connected camera \s-1VID:\s0 capture from a video + \s-1STREAM:\s0 capture from \s-1RTSP\s0 stream .PP \&\fB\-e\fR export model after run to @@ -169,6 +171,9 @@ try it out. \&\fB\-i\fR to the images or to the video .PP +\&\fB\-j\fR + show trajectory for the last number frames +.PP \&\fB\-h\fR shows help .PP diff --git a/res/packaging/manpage.pod b/res/packaging/manpage.pod index 9c085182..b6c9c41a 100644 --- a/res/packaging/manpage.pod +++ b/res/packaging/manpage.pod @@ -5,8 +5,9 @@ OpenTLD - an object tracking program. =head1 SYNOPSIS B [B<-a> ] [B<-b> ] [B<-d> ] [B<-e> -] [B<-f>] [B<-i> ] [B<-h>] [B<-m> ] [B<-n> ] [B<-p> -] [B<-s>] [B<-t> ] [B<-z> ] [] +] [B<-f>] [B<-i> ] [B<-j> ] [B<-h>] [B<-m> ] [B<-n> +] [B<-p> ] [B<-s>] [B<-t> ] [B<-z> ] +[] =head1 DESCRIPTION @@ -32,6 +33,7 @@ B<-d> IMGS: capture from images CAM: capture from connected camera VID: capture from a video + STREAM: capture from RTSP stream B<-e> export model after run to @@ -42,6 +44,9 @@ B<-f> B<-i> to the images or to the video +B<-j> + show trajectory for the last number frames + B<-h> shows help