From 5b0a0b24281d649e50a6cca79b3bd8645c398395 Mon Sep 17 00:00:00 2001 From: natureh Date: Fri, 26 Aug 2011 00:57:05 +0200 Subject: [PATCH] Reverting back the low-frequency chroma NR, on behalf of Emil --- rtengine/dirpyrLab_denoise.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtengine/dirpyrLab_denoise.cc b/rtengine/dirpyrLab_denoise.cc index 30a8b0f3b..743174c44 100644 --- a/rtengine/dirpyrLab_denoise.cc +++ b/rtengine/dirpyrLab_denoise.cc @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with RawTherapee. If not, see . * - * © 2010 Emil Martinec + * © 2010 Emil Martinec * */ @@ -68,7 +68,7 @@ PIX_SORT(p[4],p[2]); median=p[4];} //a4 is the median namespace rtengine { - static const int maxlevel = 3; + static const int maxlevel = 4; //sequence of scales //static const int scales[8] = {1,2,4,8,16,32,64,128};