HomeSort by relevance Sort by last modified time
    Searched refs:cvCreateMat (Results 51 - 62 of 62) sorted by null

1 23

  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
cxsumpixels.cpp     [all...]
cxarray.cpp 96 cvCreateMat( int height, int width, int type )
100 CV_FUNCNAME( "cvCreateMat" );
    [all...]
cxpersistence.cpp     [all...]
  /external/opencv/ml/src/
mlsvm.cpp     [all...]
  /external/opencv/cv/src/
cvmorph.cpp 233 CV_CALL( element = cvCreateMat( _ksize.height, _ksize.width, CV_8UC1 ));
    [all...]
cvpyramids.cpp     [all...]
cvshapedescr.cpp 800 CV_CALL( D = cvCreateMat( n, 6, CV_64F ));
    [all...]
cvfloodfill.cpp     [all...]
cvimgwarp.cpp     [all...]
cvhistogram.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 143 CVAPI(CvMat*) cvCreateMat( int rows, int cols, int type );
    [all...]

Completed in 3988 milliseconds

1 23