Precise possibilities for denoiser

This commit is contained in:
2024-04-23 03:57:43 +02:00
parent fc0cc8808a
commit e3bbb2c63d

View File

@@ -12,6 +12,10 @@ from utils import Color
imagesFolderPath = 'rafael/arw'
imagesFolderPathFileName = imagesFolderPath.replace('/', '_')
# Among:
# - `wavelet`
# - `bilateral`
# - `tv_chambolle`
denoiser = 'bilateral'
raiseNotFlatFields = False