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

@@ -92,6 +92,8 @@ private:
Adjuster* const contrast;
Adjuster* const chroma;
Adjuster* const sensi;
Adjuster* const structcol;
// Exposure
Adjuster* const expcomp;
Adjuster* const hlcompr;
@@ -100,6 +102,7 @@ private:
Adjuster* const shcompr;
Adjuster* const warm;
Adjuster* const sensiex;
Adjuster* const structexp;
// Vibrance
Adjuster* const saturated;
Adjuster* const pastels;