Add structure to shape detection for colorlight and exposure

This commit is contained in:
Desmis
2019-01-13 14:49:11 +01:00
parent 905a143d03
commit c71d70f0ea
14 changed files with 301 additions and 734 deletions

View File

@@ -959,6 +959,7 @@ struct LocallabParams {
int contrast;
int chroma;
int sensi;
int structcol;
Glib::ustring qualitycurveMethod;
Glib::ustring showmaskcolMethod;
std::vector<double> llcurve;
@@ -978,6 +979,7 @@ struct LocallabParams {
int shcompr;
int warm;
int sensiex;
int structexp;
std::vector<double> excurve;
Glib::ustring showmaskexpMethod;
std::vector<double> CCmaskexpcurve;