AHD demosaic still has some integer processing, #4698

This commit is contained in:
heckflosse
2018-07-26 00:52:58 +02:00
parent 99fa2942b8
commit 6c8a47ebdf
2 changed files with 68 additions and 32 deletions

View File

@@ -273,6 +273,7 @@ protected:
void dcb_demosaic(int iterations, bool dcb_enhance);
void ahd_demosaic();
void rcd_demosaic();
void border_interpolate(unsigned int border, float (*image)[3], unsigned int start = 0, unsigned int end = 0);
void border_interpolate(unsigned int border, float (*image)[4], unsigned int start = 0, unsigned int end = 0);
void border_interpolate2(int winw, int winh, int lborders, const array2D<float> &rawData, array2D<float> &red, array2D<float> &green, array2D<float> &blue);
void dcb_initTileLimits(int &colMin, int &rowMin, int &colMax, int &rowMax, int x0, int y0, int border);