Noise Reduction - auto chroma issue2495

This commit is contained in:
jdc
2014-11-05 15:04:18 +01:00
parent 3f5199396c
commit 47ed53084d
26 changed files with 3302 additions and 341 deletions

View File

@@ -264,6 +264,7 @@ public:
bool enabled;
bool enhance;
bool median;
bool autochroma;
bool Ldetail;
bool luma;
bool chroma;
@@ -271,9 +272,13 @@ public:
bool bluechro;
bool gamma;
bool lcurve;
bool cccurve;
// bool perform;
bool dmethod;
bool Lmethod;
bool Cmethod;
bool C2method;
bool smethod;
bool medmethod;
bool methodmed;