Added a threshold slider to the impulse denoise tool. At large values it can lead to a bit of cratering, but otherwise it allows some flexibility that is useful as a precursor to the pyramid denoise filter. Small values on the slider are less impulse NR, larger values yield more NR.
This commit is contained in:
@@ -177,10 +177,7 @@ void Crop::update (int todo, bool internal) {
|
||||
if (skip==1) {
|
||||
parent->ipf.colordenoise (labnCrop, cbuffer);
|
||||
parent->ipf.dirpyrdenoise (labnCrop);
|
||||
<<<<<<< local
|
||||
parent->ipf.sharpening (labnCrop, (unsigned short**)cbuffer);
|
||||
=======
|
||||
>>>>>>> other
|
||||
parent->ipf.waveletEqualizer(labnCrop, false, true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user