First quick&dirty version of flat region blur, #5075

This commit is contained in:
heckflosse
2018-12-08 21:57:56 +01:00
parent 033b021b9b
commit 5162484517
8 changed files with 74 additions and 4 deletions

View File

@@ -493,6 +493,7 @@ struct ColorToningParams {
struct SharpeningParams {
bool enabled;
double contrast;
double blurradius;
double radius;
int amount;
Threshold<int> threshold;