custom trc, speedup and reduced memory usage, #5025

This commit is contained in:
heckflosse
2018-11-25 13:54:59 +01:00
parent 67aa52b4ff
commit 20577ccab6
7 changed files with 53 additions and 127 deletions

View File

@@ -222,7 +222,7 @@ public:
void normalizeFloatTo1();
void normalizeFloatTo65535();
void calcCroppedHistogram(const ProcParams &params, float scale, LUTu & hist);
void ExecCMSTransform2(cmsHTRANSFORM hTransform);
void ExecCMSTransform2(cmsHTRANSFORM hTransform, bool normalizeIn = true);
void ExecCMSTransform(cmsHTRANSFORM hTransform);
void ExecCMSTransform(cmsHTRANSFORM hTransform, const LabImage &labImage, int cx, int cy);