Added a threshold slider to the impulse NR tool. Large values can cause cratering, but otherwise this should be a good precursor to pyramid denoising.

This commit is contained in:
Emil Martinec
2010-09-14 00:08:23 -05:00
parent da0faec489
commit 1820978df4
15 changed files with 169 additions and 41 deletions

View File

@@ -28,12 +28,23 @@
#define AUTOEXP 31
#define RGBCURVE 15
#define LUMINANCECURVE 6
<<<<<<< local
#define SHARPENING 3//2
#define IMPULSEDENOISE 3//2
#define LUMADENOISE 3//2
=======
#define SHARPENING 2
#define IMPULSEDENOISE 2
#define LUMADENOISE 2
>>>>>>> other
#define WHITEBALANCE 255
<<<<<<< local
#define COLORBOOST 3//1
#define COLORDENOISE 3//1
=======
#define COLORBOOST 1
#define COLORDENOISE 1
>>>>>>> other
#define DIRPYRDENOISE 3
#define CROP 16384
#define EXIF 32768