File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module_enable_status:
1010 csc : True
1111 nlm : False
1212 bnf : True
13+ ceh : True
1314 eeh : True
1415 fcs : True
1516 hsc : True
7374 intensity_sigma : 0.8 # larger value has stronger smoothing effect
7475 spatial_sigma : 0.8 # larger value has stronger smoothing effect
7576
77+ ceh :
78+ tiles : [4, 6]
79+ clip_limit : 0.02
80+
7681eeh :
7782 flat_threshold : 4 # delta <= flat_threshold: set delta to 0
7883 edge_threshold : 8 # delta > edge_threshold: increase delta by edge_gain
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module_enable_status:
1010 csc : True
1111 nlm : True
1212 bnf : True
13+ ceh : True
1314 eeh : True
1415 fcs : True
1516 hsc : True
7374 intensity_sigma : 0.8 # larger value has stronger smoothing effect
7475 spatial_sigma : 0.8 # larger value has stronger smoothing effect
7576
77+ ceh :
78+ tiles : [4, 6]
79+ clip_limit : 0.01
80+
7681eeh :
7782 flat_threshold : 4 # delta <= flat_threshold: set delta to 0
7883 edge_threshold : 8 # delta > edge_threshold: increase delta by edge_gain
Original file line number Diff line number Diff line change @@ -49,11 +49,12 @@ def demo_intermediate_results():
4949 with cfg .unfreeze ():
5050 cfg .module_enable_status .nlm = True
5151 cfg .nlm .h = 15
52+ cfg .ceh .clip_limit = 0.04
5253 cfg .eeh .flat_threshold = 1
5354 cfg .eeh .flat_threshold = 2
5455 cfg .eeh .edge_gain = 1280
55- cfg .hsc .saturation_gain = 384
56- cfg .bcc .contrast_gain = 300
56+ cfg .hsc .saturation_gain = 320
57+ cfg .bcc .contrast_gain = 280
5758
5859 pipeline = Pipeline (cfg )
5960
You can’t perform that action at this time.
0 commit comments