Add soft process to local CBDL and local Retinex

This commit is contained in:
Desmis
2019-03-16 11:01:21 +01:00
parent 70c6c5e87a
commit 779e429d1e
11 changed files with 222 additions and 145 deletions

View File

@@ -1073,6 +1073,7 @@ struct LocallabParams {
int sensih;
std::vector<double> localTgaincurve;
bool inversret;
double softradiusret;
// Sharpening
bool expsharp;
int sharcontrast;
@@ -1096,6 +1097,7 @@ struct LocallabParams {
int chromacbdl;
double threshold;
int sensicb;
double softradiuscb;
// Denoise
bool expdenoi;
int noiselumf;