config.json 419 Bytes
Newer Older
Matteo's avatar
update    
Matteo committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "WorkingPath": "/home/matteo/Scrivania/Projects/workflow/data",
    "FilesName": "BERIO100.mov",
    "Brands": true,
    "Speed": 7.5,
    "TapeThresholdPercentual": 80,
    "CapstanThresholdPercentual": 50,
    "MinDist": 10,
    "AngleThresh": 10000,
    "ScaleThresh": 200,
    "PosThresh": 40,
    "MinDistCapstan": 1,
    "AngleThreshCapstan": 1000,
    "ScaleThreshCapstan": 30,
    "PosThreshCapstan": 10
}