CbDL reduce artifacts: wrong preview at low zoom levels, #4407

This commit is contained in:
heckflosse
2018-02-20 14:35:27 +01:00
parent fef8cb475c
commit d677515273
3 changed files with 137 additions and 130 deletions

View File

@@ -337,7 +337,7 @@ public:
void defringe (LabImage* lab);
void defringecam (CieImage* ncie);
void badpixcam (CieImage* ncie, double rad, int thr, int mode, float chrom, bool hotbad);
void badpixlab (LabImage* lab, double rad, int thr, float skinprot, float chrom);
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);