Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvmorph.cpp921 else if( type == CV_16UC4 ) in icvMorphOp()
951 else if( type == CV_16UC4 ) in icvMorphOp()
1022 else if( type == CV_16UC4 ) in icvMorphOp()
Dcvimgwarp.cpp682 type == CV_16UC4 ? icvResize_16u_C4R_p : in cvResize()
/external/opencv/cxcore/include/
Dcxmisc.h858 tab->fn_2d[CV_16UC4] = (void*)icv##FUNCNAME##_16u_C4##FLAG; \
Dcxtypes.h495 #define CV_16UC4 CV_MAKETYPE(CV_16U,4) macro
/external/opencv/cxcore/src/
Dcxconvert.cpp379 tab->fn_2d[CV_16UC4] = (void*)icvCopy##_16s_##FROM##4##TO##4R; \
Dcxmatmul.cpp1788 type == CV_16UC4 ? icvColorToGray_16u_AC4C1R_p : in cvTransform()