Capture sharpening: added range-adjuster to exclude bright areas from sharpening

This commit is contained in:
Ingo Weyrich
2019-11-12 14:37:15 +01:00
parent 174f5e95ff
commit e525f5bec1
9 changed files with 45 additions and 7 deletions

View File

@@ -218,6 +218,7 @@ struct CaptureSharpeningParamsEdited {
bool deconvradius;
bool deconvradiusOffset;
bool deconviter;
bool deconvrange;
bool isUnchanged() const;
};