Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvmorph.cpp915 else if( type == CV_16UC1 ) in icvMorphOp()
945 else if( type == CV_16UC1 ) in icvMorphOp()
1016 else if( type == CV_16UC1 ) in icvMorphOp()
Dcvimgwarp.cpp680 type == CV_16UC1 ? icvResize_16u_C1R_p : in cvResize()
/external/opencv/cxcore/include/
Dcxmisc.h855 tab->fn_2d[CV_16UC1] = (void*)icv##FUNCNAME##_16u_C1##FLAG; \
Dcxtypes.h492 #define CV_16UC1 CV_MAKETYPE(CV_16U,1) macro
/external/opencv/cxcore/src/
Dcxarray.cpp1727 case CV_16UC1: in cvScalarToRawData()