Blame fasttrack-cli.1

0655430
.TH FASTTRACK\-CLI "1" "September 2021" "" "User Commands"
0655430
.SH NAME
0655430
.B fasttrack\-cli
0655430
\(en Use FastTrack from the command line
0655430
.SH SYNOPSIS
0655430
.B fasttrack\-cli
0655430
.RI [ OPTION ]...
0655430
.RI [ FILE ]...
0655430
.SH OPTIONS
0655430
All arguments are mandatory except
0655430
.B \-\-backPath
0655430
and
0655430
.BR \-\-cfg .
0655430
Loading a configuration file with
0655430
.B \-\-cfg
0655430
overwrites any selected parameters.
0655430
.P
0655430
\[sc]
0655430
.TP
0655430
.B \-\-maxArea
0655430
maximal area of objects
0655430
.TP
0655430
.B \-\-minArea
0655430
minimal area of objects
0655430
.TP
0655430
.B \-\-lightBack
0655430
is the background light?
0655430
.BR 0 :
0655430
Yes,
0655430
.BR 1 :
0655430
No
0655430
.P
0655430
\[sc]
0655430
.TP
0655430
.B \-\-thresh
0655430
binary threshold, if
0655430
.B lightBack
0655430
is set to
0655430
.B 0
0655430
(resp.
0655430
.BR 1 ),
0655430
pixels with values less (resp. more) than thresh are considered to belong to an
0655430
object
0655430
.TP
0655430
.B \-\-reg
0655430
registration method,
0655430
.BR 0 :
0655430
None,
0655430
.BR 1 :
0655430
Simple,
0655430
.BR 2 :
0655430
ECC,
0655430
.BR 3 :
0655430
Features
0655430
.P
0655430
\[sc]
0655430
.TP
0655430
.B \-\-spot
0655430
part of the object that features is used for the matching,
0655430
.BR 0 :
0655430
head,
0655430
.BR 1 :
0655430
tail,
0655430
.BR 2 :
0655430
body
0655430
.TP
0655430
.B \-\-normDist
0655430
normalization distance pixels
0655430
.TP
0655430
.B \-\-normAngle
0655430
normalization angle degrees
0655430
.TP
0655430
.B \-\-normArea
0655430
normalization area pixels
0655430
.TP
0655430
.B \-\-normPerim
0655430
normalization perimeter pixels
0655430
.TP
0655430
.B \-\-maxDist
0655430
maximal distance of matching in pixels; if an object travels more than this
0655430
distance, it is considered as a new object
0655430
.TP
0655430
.B \-\-maxTime
0655430
maximal time; if an object disappears more than this time, it is considered as
0655430
a new object
0655430
.P
0655430
\[sc]
0655430
.TP
0655430
.B \-\-nBack
0655430
number of images to compute the background
0655430
.TP
0655430
.B \-\-methBack
0655430
method to compute the background.
0655430
.BR 0 :
0655430
min,
0655430
.BR 1 :
0655430
max,
0655430
.BR 2 :
0655430
average
0655430
.TP
0655430
.B \-\-regBack
0655430
registration method to compute the background.
0655430
.BR 0 :
0655430
None,
0655430
.BR 1 :
0655430
Simple,
0655430
.BR 2 :
0655430
ECC,
0655430
.BR 3 :
0655430
Features
0655430
.P
0655430
\[sc]
0655430
.TP
0655430
.B \-\-xTop
0655430
roi x top corner
0655430
.BI (0: width \-1)
0655430
.TP
0655430
.B \-\-yTop
0655430
roi y top corner
0655430
.BI (0: height \-1)
0655430
.TP
0655430
.B \-\-xBottom
0655430
roi x top corner
0655430
.BI (0: xTop \-1)\fR,
0655430
set to
0655430
.B 0
0655430
to avoid cropping
0655430
.TP
0655430
.B \-\-yBottom
0655430
roi y top corner
0655430
.BI (0: yTop \-1)\fR,
0655430
set to
0655430
.B 0
0655430
to avoid cropping
0655430
.P
0655430
\[sc]
0655430
.TP
0655430
.B \-\-morph
0655430
morphological operation,
0655430
.BR 0 :
0655430
None,
0655430
.BR 1 :
0655430
Erode,
0655430
.BR 2 :
0655430
Dilate,
0655430
.BR 3 :
0655430
Open,
0655430
.BR 4 :
0655430
Close,
0655430
.BR 5 :
0655430
Gradient,
0655430
.BR 6 :
0655430
TopHat,
0655430
.BR 7 :
0655430
BlackHat,
0655430
.BR 8 :
0655430
HitMiss
0655430
.TP
0655430
.B \-\-morphSize
0655430
size of the kernel used in the morphological operation; can be omitted if no
0655430
operation are performed
0655430
.TP
0655430
.B \-\-morphType
0655430
type of the kernel used in the morphological operation; can be omitted if no
0655430
operation are performed,
0655430
.BR 0 :
0655430
Rect,
0655430
.BR 1 :
0655430
Cross,
0655430
.BR 2 :
0655430
Ellipse
0655430
.P
0655430
\[sc]
0655430
.TP
0655430
.B \-\-path
0655430
path to the movie or one image of a sequence
0655430
.TP
0655430
.B \-\-backPath
0655430
optional, path to a background image
0655430
.P
0655430
\[sc]
0655430
.TP
0655430
.B \-\-cfg
0655430
optional, path to a configuration file; if path is not included in the
0655430
configuration file,
0655430
.B \-\-path
0655430
option needs to be put before
0655430
.B \-\-cfg
0655430
option