Minor cleanups
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user