Default Luminance noise reduction (issue 2647)
This commit is contained in:
@@ -539,7 +539,7 @@ void DirPyrDenoiseParams::setDefaults() {
|
|||||||
luma = 0;
|
luma = 0;
|
||||||
passes = 1;
|
passes = 1;
|
||||||
dmethod = "Lab";
|
dmethod = "Lab";
|
||||||
Lmethod = "CUR";
|
Lmethod = "SLI";//"CUR";// SLIDER method with value 0 is set as default, while the default Lcurve is populated via getDefaultNoisCurve and can be switched to by the user
|
||||||
Cmethod = "MAN";
|
Cmethod = "MAN";
|
||||||
C2method = "AUTO";
|
C2method = "AUTO";
|
||||||
smethod = "shal";
|
smethod = "shal";
|
||||||
|
Reference in New Issue
Block a user