Home
last modified time | relevance | path

Searched defs:coeffs0 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp1258 static const float coeffs0[] = { 0.299f, 0.587f, 0.114f }; in RGB2Gray() local
1281 const int coeffs0[] = { R2Y, G2Y, B2Y }; in RGB2Gray() local
1315 static const int coeffs0[] = { R2Y, G2Y, B2Y }; in RGB2Gray() local
1405 static const float coeffs0[] = { 0.299f, 0.587f, 0.114f }; in RGB2Gray() local
1476 static const int coeffs0[] = { R2Y, G2Y, B2Y }; in RGB2Gray() local
1589 static const float coeffs0[] = { 0.299f, 0.587f, 0.114f }; in RGB2Gray() local
1685 static const int coeffs0[] = { R2Y, G2Y, B2Y }; in RGB2Gray() local
1711 static const float coeffs0[] = {0.299f, 0.587f, 0.114f, 0.713f, 0.564f}; in RGB2YCrCb_f() local
1744 static const float coeffs0[] = {0.299f, 0.587f, 0.114f, 0.713f, 0.564f}; in RGB2YCrCb_f() local
1809 static const float coeffs0[] = {0.299f, 0.587f, 0.114f, 0.713f, 0.564f}; in RGB2YCrCb_f() local
[all …]
/external/opencv3/modules/core/src/
Dmathfuncs.cpp2043 Mat coeffs0 = _coeffs0.getMat(); in solvePoly() local