add Contrast Threshold (sharp) - Local Contrast - Dehaze (retinex)

This commit is contained in:
Desmis
2018-12-19 19:33:33 +01:00
parent c3bd22f337
commit 0c40abf126
14 changed files with 584 additions and 31 deletions

View File

@@ -537,17 +537,26 @@ public:
bool chrrt;
bool neigh;
bool vart;
bool dehaz;
bool sensih;
bool localTgaincurve;
bool inversret;
// Sharpening
bool expsharp;
bool sharcontrast;
bool sharradius;
bool sharamount;
bool shardamping;
bool shariter;
bool sensisha;
bool inverssha;
//local contrast
bool expcontrast;
bool lcradius;
bool lcamount;
bool lcdarkness;
bool lclightness;
bool sensilc;
// Contrast by detail levels
bool expcbdl;
bool mult[5];