ngchc / CameraSR

Camera Lens Super-Resolution in CVPR 2019
MIT License
170 stars 30 forks source link

Has the raw data been normalized or subtracted the black level ? #9

Open lhaof opened 5 years ago

lhaof commented 5 years ago

Hi, I have downloaded and opened the raw data (.MAT files). I found that the values of these .MAT files are within [0, 1]. Has the raw data already been normalized, such as "raw = (raw - black_level)/(white_level - black_level)"?

By the way, the paper said that white balance is fixed for each capture. Could you provide the white balance setting?

Thank you!