Home
last modified time | relevance | path

Searched refs:_whitept (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp5075 const float* _whitept, bool _srgb) in RGB2Lab_b()
5083 if (!_whitept) in RGB2Lab_b()
5084 _whitept = D65; in RGB2Lab_b()
5088 (1 << lab_shift)/_whitept[0], in RGB2Lab_b()
5090 (1 << lab_shift)/_whitept[2] in RGB2Lab_b()
5146 const float* _whitept, bool _srgb) in RGB2Lab_f()
5154 if (!_whitept) in RGB2Lab_f()
5155 _whitept = D65; in RGB2Lab_f()
5157 float scale[] = { 1.0f / _whitept[0], 1.0f, 1.0f / _whitept[2] }; in RGB2Lab_f()
5223 const float* _whitept, bool _srgb ) in Lab2RGB_f()
[all …]