Wavelet levels Improvments - issue2702

This commit is contained in:
jdc
2015-03-31 08:42:41 +02:00
parent 4f2e23d16f
commit 5ee2bf9431
22 changed files with 2632 additions and 557 deletions

View File

@@ -74,7 +74,15 @@ namespace rtengine {
double artifact_cbdl;
double level0_cbdl;
double level123_cbdl;
double bot_left;
double top_left;
double top_right;
double bot_right;
double ed_detec;
double ed_detecStr;
double ed_low;
double ed_lipinfl;
double ed_lipampl;
/** Creates a new instance of Settings.
* @return a pointer to the new Settings instance. */
static Settings* create ();