File size: 881 Bytes
8e5930e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "compare": {
        "x_thresh": 512,
        "n_nearest_lines": 3
    },
    "attach": {},
    "segment": {},
    "split": {},
    "stretch": {
        "stretch_bounds": [
            0.9,
            1.1
        ],
        "offset_bounds": [
            -50,
            50
        ]
    },
    "slice": {
            "x_thresh": 192,
            "y_thresh": 32,
            "w_thresh": 32,
            "n_thresh": 90
        
    },
    "warp": {},
    "chain": {
        "x_thresh": 192,
        "y_thresh": 55
    },
    "regress": {
        "slope_bounds": [
            -0.1,
            0.1
        ],
        "offset_bounds": [
            -50,
            50
        ],
        "std_bounds": [
            1,
            20
        ]
    },
    "cluster": {},
    "merge": {
        "y_thresh": 32,
        "gradient_thresh": 0.1,
        "error_thresh": 20
    }
}