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

  /external/opencv/cxcore/include/
cxcore.h 255 CVAPI(CvSparseMat*) cvCreateSparseMat( int dims, const int* sizes, int type );
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /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...]
cxpersistence.cpp     [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 71 CV_CALL( hist->bins = cvCreateSparseMat( dims, sizes, CV_HIST_DEFAULT_TYPE ));
    [all...]

Completed in 855 milliseconds