Searched refs:cvCreateMatND (Results 1 – 3 of 3) sorted by relevance
239 CVAPI(CvMatND*) cvCreateMatND( int dims, const int* sizes, int type );
335 cvCreateMatND( int dims, const int* sizes, int type ) in cvCreateMatND() function
3697 CV_CALL( mat = cvCreateMatND( dims, sizes, elem_type )); in icvReadMatND()