Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcolor.cpp2110 icvLuv2BGRx_8u_C3CnR( const uchar* src, int srcstep, uchar* dst, int dststep, in icvLuv2BGRx_8u_C3CnR() function
2488 … code == CV_Luv2BGR || code == CV_Luv2RGB ? (CvColorCvtFunc2)icvLuv2BGRx_8u_C3CnR : 0; in cvCvtColor()