Try to solved iplab2rgb ipwavelet partialpasted retinex

This commit is contained in:
Desmis
2016-02-01 10:55:34 +01:00
parent 85e735153d
commit fea35baf69
5 changed files with 22 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ public:
// options in color:
Gtk::CheckButton* icm;
Gtk::CheckButton* gam;
// Gtk::CheckButton* gam;
Gtk::CheckButton* vibrance;
Gtk::CheckButton* chmixer;
Gtk::CheckButton* blackwhite;

View File

@@ -1327,12 +1327,12 @@ void Retinex::trimValues (rtengine::procparams::ProcParams* pp)
limd->trimValue(pp->retinex.limd);
highl->trimValue(pp->retinex.highl);
baselog->trimValue(pp->retinex.baselog);
// grbl->trimValue(pp->retinex.grbl);
gam->trimValue(pp->retinex.gam);
slope->trimValue(pp->retinex.slope);
highlights->trimValue(pp->retinex.highlights);
shadows->trimValue(pp->retinex.shadows);
}
void Retinex::updateCurveBackgroundHistogram (LUTu & histToneCurve, LUTu & histLCurve, LUTu & histCCurve,/* LUTu & histCLurve, LUTu & histLLCurve,*/ LUTu & histLCAM, LUTu & histCCAM, LUTu & histRed, LUTu & histGreen, LUTu & histBlue, LUTu & histLuma, LUTu & histLRETI)
{