Grey World pass simulation

This commit is contained in:
SikongJueluo
2024-07-04 19:37:53 +08:00
parent 1154da3307
commit 5f19fdf275
3 changed files with 23 additions and 23 deletions

View File

@@ -38,7 +38,7 @@ struct color_gain {
static const double gamma_value = 2.2;
static const double saturation_inc = 0.5;
static const double white_radio = 0.1;
// static const double white_radio = 0.1;
using namespace sc_core;
using namespace sc_dt;