Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvmorph.cpp918 else if( type == CV_16UC3 ) in icvMorphOp()
948 else if( type == CV_16UC3 ) in icvMorphOp()
1019 else if( type == CV_16UC3 ) in icvMorphOp()
Dcvimgwarp.cpp681 type == CV_16UC3 ? icvResize_16u_C3R_p : in cvResize()
/external/opencv/cxcore/include/
Dcxmisc.h857 tab->fn_2d[CV_16UC3] = (void*)icv##FUNCNAME##_16u_C3##FLAG; \
Dcxtypes.h494 #define CV_16UC3 CV_MAKETYPE(CV_16U,3) macro
/external/opencv/cxcore/src/
Dcxconvert.cpp378 tab->fn_2d[CV_16UC3] = (void*)icvCopy##_16s_##FROM##3##TO##3R; \
Dcxmatmul.cpp1770 type == CV_16UC3 ? icvColorTwist_16u_C3R_p : in cvTransform()
1783 type == CV_16UC3 ? icvColorToGray_16u_C3C1R_p : in cvTransform()