Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxlut.cpp103 #define ICV_DEF_LUT_FUNC_8U_CN( flavor, dsttype, cn ) \ macro
121 ICV_DEF_LUT_FUNC_8U_CN( 8u, uchar, 1 )
122 ICV_DEF_LUT_FUNC_8U_CN( 16u, ushort, 1 )
123 ICV_DEF_LUT_FUNC_8U_CN( 32s, int, 1 )
124 ICV_DEF_LUT_FUNC_8U_CN( 64f, double, 1 )
126 ICV_DEF_LUT_FUNC_8U_CN( 8u, uchar, 2 )
127 ICV_DEF_LUT_FUNC_8U_CN( 8u, uchar, 3 )
128 ICV_DEF_LUT_FUNC_8U_CN( 8u, uchar, 4 )