HomeSort by relevance Sort by last modified time
    Searched defs:cvCreateSparseMat (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/src/
cxarray.cpp 639 cvCreateSparseMat( int dims, const int* sizes, int type )
643 CV_FUNCNAME( "cvCreateSparseMat" );
740 CV_CALL( dst = cvCreateSparseMat( src->dims, src->size, src->type ));
    [all...]
  /external/opencv3/modules/core/src/
array.cpp 536 cvCreateSparseMat( int dims, const int* sizes, int type )
615 CvSparseMat* dst = cvCreateSparseMat( src->dims, src->size, src->type );
    [all...]
matrix.cpp     [all...]

Completed in 519 milliseconds