merge with dev

This commit is contained in:
Desmis
2018-06-05 10:48:26 +02:00
82 changed files with 2764 additions and 2338 deletions

View File

@@ -476,6 +476,7 @@ struct ColorToningParams {
*/
struct SharpeningParams {
bool enabled;
double contrast;
double radius;
int amount;
Threshold<int> threshold;
@@ -514,6 +515,7 @@ struct SharpenMicroParams {
bool enabled;
bool matrix;
double amount;
double contrast;
double uniformity;
SharpenMicroParams();