moved Fattal earlier in the pipeline (before rgbProc, right after distortion/perspective/ca)

This commit is contained in:
Alberto Griggio
2017-11-04 18:16:51 +01:00
parent c9615d440d
commit f6faccc759
6 changed files with 37 additions and 29 deletions

View File

@@ -347,7 +347,7 @@ public:
void Badpixelscam (CieImage * src, CieImage * dst, double radius, int thresh, int mode, float b_l, float t_l, float t_r, float b_r, float skinprot, float chrom, int hotbad);
void BadpixelsLab (LabImage * src, LabImage * dst, double radius, int thresh, int mode, float b_l, float t_l, float t_r, float b_r, float skinprot, float chrom);
void ToneMapFattal02(LabImage *lab, int detail_level);
void ToneMapFattal02(Imagefloat *rgb);
Image8* lab2rgb (LabImage* lab, int cx, int cy, int cw, int ch, const procparams::ColorManagementParams &icm);
Image16* lab2rgb16 (LabImage* lab, int cx, int cy, int cw, int ch, const procparams::ColorManagementParams &icm, bool bw, GammaValues *ga = nullptr);