Lines Matching refs:CvMat
243 CvMat *matrix = 0;
472 CvMat *matrix = 0;
643 CV_IMPL CvMat*
646 return (CvMat*)cv::imread_( filename, iscolor, cv::LOAD_CVMAT );
665 cvDecodeImage( const CvMat* _buf, int iscolor )
672 CV_IMPL CvMat*
673 cvDecodeImageM( const CvMat* _buf, int iscolor )
677 return (CvMat*)cv::imdecode_(buf, iscolor, cv::LOAD_CVMAT );
680 CV_IMPL CvMat*
702 CvMat* _buf = cvCreateMat(1, (int)buf.size(), CV_8U);