Searched refs:cvCreateMatND (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.h239 CVAPI(CvMatND*) cvCreateMatND( int dims, const int* sizes, int type );
/external/opencv/cxcore/src/
H A Dcxarray.cpp335 cvCreateMatND( int dims, const int* sizes, int type ) function
339 CV_FUNCNAME( "cvCreateMatND" );
H A Dcxpersistence.cpp3697 CV_CALL( mat = cvCreateMatND( dims, sizes, elem_type ));

Completed in 51 milliseconds