Raw white point (aka Raw exposure) ported

This commit is contained in:
Oliver Duis
2011-04-08 19:39:35 +02:00
parent 573bae31d1
commit 9d053c18b3
11 changed files with 53 additions and 23 deletions

View File

@@ -408,6 +408,11 @@ class RAWParams {
bool ca_autocorrect;
double cared;
double cablue;
// exposure before interpolation
double expos;
double preser;
bool hotdeadpix_filt;
int hotdeadpix_thresh;
int linenoise;