First functionnal version of Spot-Removal tool

Still needs code cleanup, better algorithm and reantrance handling
This commit is contained in:
Hombre
2019-08-09 03:24:46 +02:00
parent e3052c67e2
commit 122e0b89be
7 changed files with 313 additions and 27 deletions

View File

@@ -927,7 +927,7 @@ private:
// Spot Removal
if (params.spot.enabled && !params.spot.entries.empty ()) {
ipf.removeSpots (baseImg, params.spot.entries, pp);
ipf.removeSpots (baseImg, imgsrc, params.spot.entries, pp, currWB, tr);
}
// RGB processing