merge with dev

This commit is contained in:
U-PC-BUREAU\jacques
2018-11-03 17:24:34 +01:00
52 changed files with 324 additions and 339 deletions

View File

@@ -652,7 +652,9 @@ public:
* @param h 'h' channel return value, in [-PI ; +PI] (return value)
*/
static void Lab2Lch(float a, float b, float &c, float &h);
#ifdef __SSE2__
static void Lab2Lch(float *a, float *b, float *c, float *h, int w);
#endif
/**
* @brief Convert 'c' and 'h' channels of the Lch color space to the 'a' and 'b' channels of the L*a*b color space (channel 'L' is identical [0 ; 32768])