Home | History | Annotate | Download | only in src

Lines Matching refs:cvCreateSparseMat

639 cvCreateSparseMat( int dims, const int* sizes, int type )
643 CV_FUNCNAME( "cvCreateSparseMat" );
740 CV_CALL( dst = cvCreateSparseMat( src->dims, src->size, src->type ));