add bilateral to local denoise and enhanced GUI

This commit is contained in:
Desmis
2017-12-23 09:34:39 +01:00
parent 42d0f550c9
commit 9713604b12
15 changed files with 422 additions and 38 deletions

View File

@@ -343,8 +343,7 @@ struct RetinexParams {
/**
* Parameters of the luminance curve
*/
struct LCurveParams
{
struct LCurveParams {
bool enabled;
std::vector<double> lcurve;
std::vector<double> acurve;
@@ -371,7 +370,7 @@ struct LCurveParams
/**
* Parameters for local contrast
*/
*/
struct LocalContrastParams {
bool enabled;
int radius;
@@ -936,6 +935,7 @@ struct LocallabParams {
int noiselumc;
int noiselumdetail;
int noisechrodetail;
int bilateral;
int sensiden;
int noisechrof;
int noisechroc;