Home
last modified time | relevance | path

Searched refs:cvCreateSparseMat (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cxcore/src/
Dcxarray.cpp639 cvCreateSparseMat( int dims, const int* sizes, int type ) in cvCreateSparseMat() function
740 CV_CALL( dst = cvCreateSparseMat( src->dims, src->size, src->type )); in cvCloneSparseMat()
Dcxpersistence.cpp3851 CV_CALL( mat = cvCreateSparseMat( dims, sizes, elem_type )); in icvReadSparseMat()
/external/opencv/cxcore/include/
Dcxcore.h255 CVAPI(CvSparseMat*) cvCreateSparseMat( int dims, const int* sizes, int type );
/external/opencv/ml/src/
Dml_inner_functions.cpp1646 CV_CALL( sparse_rows[i] = cvCreateSparseMat( 1, &dims_all, type ));
/external/opencv/cv/src/
Dcvhistogram.cpp71 CV_CALL( hist->bins = cvCreateSparseMat( dims, sizes, CV_HIST_DEFAULT_TYPE )); in cvCreateHist()