Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxmisc.h868 tab->fn_2d[CV_32SC4] = (void*)icv##FUNCNAME##_32s_C4##FLAG; \
Dcxtypes.h507 #define CV_32SC4 CV_MAKETYPE(CV_32S,4) macro
/external/opencv/cv/src/
Dcvhough.cpp777 lineType = CV_32SC4; in cvHoughLines2()
/external/opencv/cv/include/
Dcvcompat.h520 CvMat linesMat = cvMat( 1, linesNumber, CV_32SC4, lines ); in cvHoughLinesP()
/external/opencv/cxcore/src/
Dcxconvert.cpp387 tab->fn_2d[CV_32SC4] = (void*)icvCopy##_32f_##FROM##4##TO##4R; \