Searched defs:pre_coeffs (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvcolor.cpp | 970 const float* pre_coeffs, int postscale ) in icvABC2BGRx_8u_C3CnR() 1360 static const float pre_coeffs[] = { 2.f, 0.f, 0.0039215686274509803f, 0.f, 1.f, 0.f }; in icvHSV2BGRx_8u_C3CnR() local 1638 static const float pre_coeffs[] = { 2.f, 0.f, 0.0039215686274509803f, 0.f, in icvHLS2BGRx_8u_C3CnR() local 1961 static const float pre_coeffs[] = { 0.39215686274509809f, 0.f, 1.f, -128.f, 1.f, -128.f }; in icvLab2BGRx_8u_C3CnR() local 2116 static const float pre_coeffs[] = { 0.39215686274509809f, 0.f, 1.388235294117647f, -134.f, in icvLuv2BGRx_8u_C3CnR() local
|