Revert EPD Edge Stopping and Scale defaults to their old values now that the preview is more accurate, #2233
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user