Capture sharpening: auto contrast threshold

This commit is contained in:
Ingo Weyrich
2019-08-17 15:18:24 +02:00
parent e4b955523e
commit 7b3c50bc31
16 changed files with 103 additions and 45 deletions

View File

@@ -493,6 +493,7 @@ struct ColorToningParams {
struct SharpeningParams {
bool enabled;
double contrast;
bool autoContrast;
double blurradius;
double gamma;
double radius;