Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxmisc.h851 tab->fn_2d[CV_8SC2] = (void*)icv##FUNCNAME##_8s_C2##FLAG; \
Dcxtypes.h487 #define CV_8SC2 CV_MAKETYPE(CV_8S,2) macro
/external/opencv/cxcore/src/
Dcxconvert.cpp373 tab->fn_2d[CV_8SC2] = (void*)icvCopy##_8u_##FROM##2##TO##2R; \