Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kornerc committed Jul 10, 2013
1 parent a7b1e98 commit a0a15ce
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
opentld (1.4.0) precise; urgency=low

* Capture from RTSP streams
* Trajectory
* Bugfixes
* ...

-- Clemens Korner <[email protected]> Wed, 10 Jul 2013 10:10:49 +0200

opentld (1.3.0) precise; urgency=low

* New Qt-Config-Dialog
Expand Down
11 changes: 8 additions & 3 deletions debian/opentld.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -134,8 +134,9 @@ OpenTLD \- an object tracking program.
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
\&\fBopentld\fR [\fB\-a\fR <startFrameNumber>] [\fB\-b\fR <x,y,w,h>] [\fB\-d\fR <device>] [\fB\-e\fR
<path>] [\fB\-f\fR] [\fB\-i\fR <path>] [\fB\-h\fR] [\fB\-m\fR <path>] [\fB\-n\fR <number>] [\fB\-p\fR
<path>] [\fB\-s\fR] [\fB\-t\fR <theta>] [\fB\-z\fR <lastFrameNumber>] [<configfile>]
<path>] [\fB\-f\fR] [\fB\-i\fR <path>] [\fB\-j\fR <path>] [\fB\-h\fR] [\fB\-m\fR <path>] [\fB\-n\fR
<number>] [\fB\-p\fR <path>] [\fB\-s\fR] [\fB\-t\fR <theta>] [\fB\-z\fR <lastFrameNumber>]
[<configfile>]
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
\&\fBOpenTLD\fR is a \*(C+ implementation of OpenTLD that was originally published in
Expand All @@ -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 <path>
export model after run to <path>
Expand All @@ -169,6 +171,9 @@ try it out.
\&\fB\-i\fR <path>
<path> to the images or to the video
.PP
\&\fB\-j\fR <number>
show trajectory for the last number frames
.PP
\&\fB\-h\fR
shows help
.PP
Expand Down
9 changes: 7 additions & 2 deletions res/packaging/manpage.pod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ OpenTLD - an object tracking program.
=head1 SYNOPSIS

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

=head1 DESCRIPTION

Expand All @@ -32,6 +33,7 @@ B<-d> <device>
IMGS: capture from images
CAM: capture from connected camera
VID: capture from a video
STREAM: capture from RTSP stream

B<-e> <path>
export model after run to <path>
Expand All @@ -42,6 +44,9 @@ B<-f>
B<-i> <path>
<path> to the images or to the video

B<-j> <number>
show trajectory for the last number frames

B<-h>
shows help

Expand Down

0 comments on commit a0a15ce

Please sign in to comment.