Searched defs:cvInitMatHeader (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxarray.cpp166 cvInitMatHeader( CvMat* arr, int rows, int cols, function
169 CV_FUNCNAME( "cvInitMatHeader" );
2814 CV_CALL( cvInitMatHeader( mat, img->roi->height,
2830 CV_CALL( cvInitMatHeader( mat, img->roi->height, img->roi->width,
2844 CV_CALL( cvInitMatHeader( mat, img->height, img->width, type,

Completed in 150 milliseconds