Home
last modified time | relevance | path

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

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