Revert EPD Edge Stopping and Scale defaults to their old values now that the preview is more accurate, #2233

This commit is contained in:
Morgan Hardwood
2017-07-20 19:43:36 +02:00
parent 59c5a913ad
commit 08ebc3e75b

View File

@@ -1185,8 +1185,8 @@ void ProcParams::setDefaults ()
epd.enabled = false;
epd.strength = 0.5;
epd.gamma = 1.0;
epd.edgeStopping = 0.5;
epd.scale = 0.1;
epd.edgeStopping = 1.4;
epd.scale = 1.0;
epd.reweightingIterates = 0;
sh.enabled = false;