-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathnikon_d3200.yaml
101 lines (81 loc) · 2 KB
/
nikon_d3200.yaml
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
97
98
99
100
101
module_enable_status: # do NOT modify modules order
dpc: True
blc: True
aaf: True
awb: True
cnf: True
cfa: True
ccm: True
gac: True
csc: True
nlm: True
bnf: True
ceh: True
eeh: True
fcs: True
hsc: True
bcc: True
scl: False
hardware:
raw_width: 3000
raw_height: 2000
raw_bit_depth: 12
bayer_pattern: rggb
# -------------------- Module Algorithms Parameters --------------------
dpc:
diff_threshold: 30
blc:
bl_r: 0 # a subtractive value, not additive!
bl_gr: 0
bl_gb: 0
bl_b: 0
alpha: 0 # x1024
beta: 0 # x1024
aaf: ~
awb:
r_gain: &r_gain 2415 # x1024
gr_gain: 1024 # x1024
gb_gain: 1024 # x1024
b_gain: &b_gain 1168 # x1024
cnf:
diff_threshold: 0
r_gain: *r_gain # x1024
b_gain: *b_gain # x1024
cfa:
mode: malvar
ccm:
ccm:
- [ 1896, -811, -62, 0 ] # x1024, copied from dcraw.c
- [ -160, 1687, -503, 0 ]
- [ 18, -557, 1563, 0 ]
gac:
gain: 256 # x256
gamma: 0.42
csc: ~
nlm:
search_window_size: 11
patch_size: 5
h: 4 # larger value has stronger smoothing effect
bnf:
intensity_sigma: 0.5 # larger value has stronger smoothing effect
spatial_sigma: 0.4 # larger value has stronger smoothing effect
ceh:
tiles: [4, 6]
clip_limit: 0.02
eeh:
edge_gain: 512 # x256
flat_threshold: 2 # delta <= flat_threshold: set delta to 0
edge_threshold: 4 # delta > edge_threshold: increase delta by edge_gain
delta_threshold: 64
fcs:
delta_min: 4
delta_max: 16
hsc:
hue_offset: 0 # in degree
saturation_gain: 256 # x256
bcc:
brightness_offset: 0
contrast_gain: 256 # x256
scl:
width: 1536
height: 1024