Add Laplacian threshold to Mak Tone mapping

This commit is contained in:
Desmis
2019-10-06 11:11:08 +02:00
parent cfa214d181
commit 38963a3282
10 changed files with 170 additions and 96 deletions

View File

@@ -1126,6 +1126,7 @@ struct LocallabParams {
double chromasktm;
double gammasktm;
double slomasktm;
double lapmasktm;
// Retinex
bool expreti;
Glib::ustring retinexMethod;