1FASTTRACK-CLI(1)                 User Commands                FASTTRACK-CLI(1)
2
3
4

NAME

6       fasttrack-cli – Use FastTrack from the command line
7

SYNOPSIS

9       fasttrack-cli [OPTION]...  [FILE]...
10

OPTIONS

12       All  arguments  are  mandatory  except --backPath and --cfg.  Loading a
13       configuration file with --cfg overwrites any selected parameters.
14
15       §
16
17       --maxArea
18              maximal area of objects
19
20       --minArea
21              minimal area of objects
22
23       --lightBack
24              is the background light?  0: Yes, 1: No
25
26       §
27
28       --thresh
29              binary threshold, if lightBack is set to 0  (resp.   1),  pixels
30              with  values less (resp. more) than thresh are considered to be‐
31              long to an object
32
33       --reg  registration method, 0: None, 1: Simple, 2: ECC, 3: Features
34
35       §
36
37       --spot part of the object that features is used for  the  matching,  0:
38              head, 1: tail, 2: body
39
40       --normDist
41              normalization distance pixels
42
43       --normAngle
44              normalization angle degrees
45
46       --normArea
47              normalization area pixels
48
49       --normPerim
50              normalization perimeter pixels
51
52       --maxDist
53              maximal  distance  of  matching  in pixels; if an object travels
54              more than this distance, it is considered as a new object
55
56       --maxTime
57              maximal time; if an object disappears more than this time, it is
58              considered as a new object
59
60       §
61
62       --nBack
63              number of images to compute the background
64
65       --methBack
66              method to compute the background.  0: min, 1: max, 2: average
67
68       --regBack
69              registration method to compute the background.  0: None, 1: Sim‐
70              ple, 2: ECC, 3: Features
71
72       §
73
74       --xTop roi x top corner (0:width-1)
75
76       --yTop roi y top corner (0:height-1)
77
78       --xBottom
79              roi x top corner (0:xTop-1), set to 0 to avoid cropping
80
81       --yBottom
82              roi y top corner (0:yTop-1), set to 0 to avoid cropping
83
84       §
85
86       --morph
87              morphological operation, 0: None, 1: Erode, 2: Dilate, 3:  Open,
88              4: Close, 5: Gradient, 6: TopHat, 7: BlackHat, 8: HitMiss
89
90       --morphSize
91              size  of  the kernel used in the morphological operation; can be
92              omitted if no operation are performed
93
94       --morphType
95              type of the kernel used in the morphological operation;  can  be
96              omitted if no operation are performed, 0: Rect, 1: Cross, 2: El‐
97              lipse
98
99       §
100
101       --path path to the movie or one image of a sequence
102
103       --backPath
104              optional, path to a background image
105
106       §
107
108       --cfg  optional, path to a configuration file; if path is not  included
109              in  the configuration file, --path option needs to be put before
110              --cfg option
111
112
113
114                                September 2021                FASTTRACK-CLI(1)
Impressum