From bf3c17ca4ee2c5cf29ad3083eb4910c7c7b413f3 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 6 Feb 2015 22:19:18 -0500 Subject: [PATCH] Default Luminance noise reduction (issue 2647) --- rtengine/procparams.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/procparams.cc b/rtengine/procparams.cc index 2ec2e4a3d..ce64559ad 100644 --- a/rtengine/procparams.cc +++ b/rtengine/procparams.cc @@ -539,7 +539,7 @@ void DirPyrDenoiseParams::setDefaults() { luma = 0; passes = 1; 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"; C2method = "AUTO"; smethod = "shal";