Amaze+VNG4: created own entry in demosaic combobox, cleaned code

This commit is contained in:
heckflosse
2018-05-29 16:59:29 +02:00
parent 710dd13c2f
commit 2a13d12936
10 changed files with 147 additions and 193 deletions

View File

@@ -611,6 +611,7 @@ public:
*/
static void XYZ2Lab(float x, float y, float z, float &L, float &a, float &b);
static void RGB2Lab(float *X, float *Y, float *Z, float *L, float *a, float *b, const float wp[3][3], int width);
static void RGB2L(float *X, float *Y, float *Z, float *L, const float wp[3][3], int width);
/**
* @brief Convert Lab in Yuv