From e3bbb2c63d5317b90ac647e75c7b6a0ba100e354 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Tue, 23 Apr 2024 03:57:43 +0200 Subject: [PATCH] Precise possibilities for `denoiser` --- datasets/raise/extract_noise.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/datasets/raise/extract_noise.py b/datasets/raise/extract_noise.py index 56dd937..f7ce708 100755 --- a/datasets/raise/extract_noise.py +++ b/datasets/raise/extract_noise.py @@ -12,6 +12,10 @@ from utils import Color imagesFolderPath = 'rafael/arw' imagesFolderPathFileName = imagesFolderPath.replace('/', '_') +# Among: +# - `wavelet` +# - `bilateral` +# - `tv_chambolle` denoiser = 'bilateral' raiseNotFlatFields = False