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