luisoala commited on
Commit
0413b62
·
1 Parent(s): 323898d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -23,7 +23,10 @@ def process(RawImage, CameraParameters, Debayer, Sharpening, Denoising):
23
  colour_matrix = [1.50768983, -0.33571374, -0.17197604, -0.23048614,
24
  1.70698738, -0.47650126, -0.03119153, -0.32803956, 1.35923111]
25
  else:
26
- print("No valid camera parameter")
 
 
 
27
  debayer = Debayer
28
  sharpening = Sharpening
29
  denoising = Denoising
 
23
  colour_matrix = [1.50768983, -0.33571374, -0.17197604, -0.23048614,
24
  1.70698738, -0.47650126, -0.03119153, -0.32803956, 1.35923111]
25
  else:
26
+ black_level = [0.0625, 0.0626, 0.0625, 0.0626]
27
+ white_balance = [2.86653646, 1., 1.73079425]
28
+ colour_matrix = [1.50768983, -0.33571374, -0.17197604, -0.23048614,
29
+ 1.70698738, -0.47650126, -0.03119153, -0.32803956, 1.35923111]
30
  debayer = Debayer
31
  sharpening = Sharpening
32
  denoising = Denoising