blob: 791e42905a645d5a217eb0960b6f7d176783e823 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
fly-tools
=========
FlyTracking
------------
The FlyTracking application does the bulk of the work.
Usage:
FlyTracking -i <inputFile.txt> -o <originalImagePath> -f <finalOutputPath> -m <maskImagePath> -O <outputFilePrefix>
FilterFlyMask
------------
FilterFlyMask runs some filtering operations on masks to ensure that the FlyTracking tool processes the information correctly.
Usage:
FilterFlyMask -f <image filename> -r <ratio> -m <mask image> -o <outputFolderName>
mask-generator
-------------
This tool creates masks from cropped video frames, which the need to be filtered by the FilterFlyMask tool.
Usage:
mask-generator -b <derived-background> -i <input-list> -o <output-folder>
Todo:
* automatically detect CPU count and apply threads accordingly
|