Capture sharpening: experimental radius offset depending on distance to center

This commit is contained in:
Ingo Weyrich
2019-09-16 15:09:47 +02:00
parent e1b170526a
commit f2cdbd0e4d
8 changed files with 58 additions and 11 deletions

View File

@@ -205,6 +205,7 @@ struct CaptureSharpeningParamsEdited {
bool autoRadius;
bool gamma;
bool deconvradius;
bool deconvradiusOffset;
bool deconviter;
bool isUnchanged() const;
};