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

/external/opencv/cxcore/src/
H A Dcxarray.cpp639 cvCreateSparseMat( int dims, const int* sizes, int type ) function
643 CV_FUNCNAME( "cvCreateSparseMat" );
740 CV_CALL( dst = cvCreateSparseMat( src->dims, src->size, src->type ));

Completed in 371 milliseconds