-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.json
96 lines (92 loc) · 1.72 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"width": 1920,
"height": 1080,
"image_bits": 10,
"blc": {
"bl_r": 0,
"bl_gr": 0,
"bl_gb": 0,
"bl_b": 0,
"alpha": 0.0,
"beta": 0.0
},
"dpc": {
"dead_thres": 30,
"mode": "gradient"
},
"bayer_pattern": "rggb",
"cfa_mode": "malvar",
"awb_gain": {
"r_gain": 1.5,
"gr_gain": 1.0,
"gb_gain": 1.0,
"b_gain": 1.1
},
"ccm": [
[
1.0,
0.0,
0.0,
0.0
],
[
0.0,
1.0,
0.0,
0.0
],
[
0.0,
0.0,
1.0,
0.0
]
],
"gamma": 0.8,
"csc": [
[0.2568,0.5041,0.0979,16],
[-0.1482,-0.291,0.4392,128],
[0.4392,-0.3678,-0.0714,128]
],
"nlm":{
"Ds":4,
"ds":1,
"h":5
},
"bnf":{
"dw":[
[8,12,32,12,8],
[12,64,128,64,12],
[32,128,1024,128,32],
[12,64,128,64,12],
[8,12,32,12,8]
],
"rw":[0,8,16,32],
"rthres":[128,32,8]
},
"edge_filter":[
[-1,0,-1,0,-1],
[-1,0,8,0,-1],
[-1,0,-1,0,-1]
],
"eeh":{
"gain_min":32,
"gain_max":128,
"thres_min":4,
"thres_max":16,
"em_clip_min":-64,
"em_clip_max":64
},
"fcs":{
"edge_min":32,
"edge_max":64
},
"hsc":{
"hue_offset":0,
"saturation_gain":1.3
},
"bcc":{
"brightness":0,
"contrast":1.1
}
}