Searched refs:CV_8SC2 (Results 1 - 7 of 7) sorted by relevance

/external/opencv3/modules/core/misc/java/src/java/
H A Dcore+CvType.java17 CV_8SC1 = CV_8SC(1), CV_8SC2 = CV_8SC(2), CV_8SC3 = CV_8SC(3), CV_8SC4 = CV_8SC(4), field in class:CvType
/external/opencv3/modules/core/include/opencv2/core/
H A Dcvdef.h123 #define CV_8SC2 CV_MAKETYPE(CV_8S,2) macro
/external/opencv/cxcore/include/
H A Dcxmisc.h851 tab->fn_2d[CV_8SC2] = (void*)icv##FUNCNAME##_8s_C2##FLAG; \
H A Dcxtypes.h487 #define CV_8SC2 CV_MAKETYPE(CV_8S,2) macro
/external/opencv3/modules/core/src/
H A Ddirectx.cpp122 case DXGI_FORMAT_R8G8_SINT: return CV_8SC2;
/external/opencv3/modules/python/src2/
H A Dcv2.cpp1337 PUBLISH(CV_8SC2);
/external/opencv/cxcore/src/
H A Dcxconvert.cpp373 tab->fn_2d[CV_8SC2] = (void*)icvCopy##_8u_##FROM##2##TO##2R; \

Completed in 83 milliseconds