Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp3635 template<typename _Tp> struct XYZ2RGB_f struct
3639 XYZ2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in XYZ2RGB_f() argument
3676 struct XYZ2RGB_f<float> struct
3680 XYZ2RGB_f(int _dstcn, int _blueIdx, const float* _coeffs) in XYZ2RGB_f() function
7940 CvtColorLoop(src, dst, XYZ2RGB_f<float>(dcn, bidx, 0)); in cvtColor()