Speedup for PF_correct_RTcam()
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user