Minor cleanups

This commit is contained in:
heckflosse
2018-02-19 15:16:00 +01:00
parent d8e189e497
commit e527ad44cd
3 changed files with 14 additions and 14 deletions

View File

@@ -337,12 +337,12 @@ public:
void defringe (LabImage* lab);
void defringecam (CieImage* ncie);
void badpixcam (CieImage* ncie, double rad, int thr, int mode, float skinprot, float chrom, int hotbad);
void badpixlab (LabImage* lab, double rad, int thr, int mode, float skinprot, float chrom);
void badpixlab (LabImage* lab, double rad, int thr, float skinprot, float chrom);
void PF_correct_RT (LabImage * src, double radius, int thresh);
void PF_correct_RTcam (CieImage * src, double radius, int thresh);
void Badpixelscam (CieImage * src, double radius, int thresh, int mode, float skinprot, float chrom, int hotbad);
void BadpixelsLab (LabImage * src, double radius, int thresh, int mode, float chrom);
void BadpixelsLab (LabImage * src, double radius, int thresh, float chrom);
void ToneMapFattal02(Imagefloat *rgb);
void localContrast(LabImage *lab);