Speedup for PF_correct_RTcam()

This commit is contained in:
heckflosse
2018-02-23 13:30:52 +01:00
parent 2729b785c3
commit cfbcd6cd5b
3 changed files with 165 additions and 204 deletions

View File

@@ -339,10 +339,10 @@ public:
void badpixcam (CieImage* ncie, double rad, int thr, int mode, float chrom, bool hotbad);
void badpixlab (LabImage* lab, double rad, int thr, 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 chrom, bool hotbad);
void BadpixelsLab (LabImage * src, double radius, int thresh, float chrom);
void PF_correct_RT (LabImage * lab, double radius, int thresh);
void PF_correct_RTcam (CieImage * ncie, double radius, int thresh);
void Badpixelscam (CieImage * ncie, double radius, int thresh, int mode, float chrom, bool hotbad);
void BadpixelsLab (LabImage * lab, double radius, int thresh, float chrom);
void ToneMapFattal02(Imagefloat *rgb);
void localContrast(LabImage *lab);