Display histogram L in Histogram equalizer

This commit is contained in:
Desmis
2015-09-14 13:14:28 +02:00
parent 48690e0fab
commit 270367c592
23 changed files with 106 additions and 40 deletions

View File

@@ -641,6 +641,12 @@ void Retinex::trimValues (rtengine::procparams::ProcParams* pp)
limd->trimValue(pp->retinex.limd);
}
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)
{
cdshape->updateBackgroundHistogram (histLRETI);
cdshapeH->updateBackgroundHistogram (histLRETI);
}
void Retinex::setBatchMode (bool batchMode)
{