-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
51 lines (51 loc) · 959 Bytes
/
config.json
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
{
"ball_edge_detection": {
"lower": 451,
"upper": 0
},
"rectangle_mask": {
"lower_bound": [
36,
36,
36
],
"upper_bound": [
108,
128,
82
]
},
"rectangle_polygon_contour": {
"area_threshold": 0,
"lower_length_threshold": 0,
"upper_length_threshold": 136
},
"warp_perspective": {
"bLC": 0,
"bLR": 0,
"bRC": 97,
"bRR": 0,
"tLC": 18,
"tLR": 96,
"tRC": 100,
"tRR": 94
},
"ball_mask": {
"lower_bound": [
0,
0,
0
],
"upper_bound": [
54,
30,
24
],
"blur_kernel_size": 7,
"sigma_x_and_sigma_y": 0,
"erode_and_dilate_kernel_size": 3
},
"ball_polygon": {
"area_threshold": 58
}
}