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

  /external/opencv/cv/src/
cvthresh.cpp 326 src = cvReshape( src, &src0, 1 );
327 dst = cvReshape( dst, &dst0, 1 );
cvcalibration.cpp     [all...]
cvfundam.cpp     [all...]
cvsmooth.cpp     [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
mlem.cpp 287 CV_CALL( cvReshape( &expo, &expo, 0, nclusters ));
432 cvReshape( weights, weights, 1, params.weights->rows );
434 cvReshape( weights, weights, 1, 1 );
    [all...]
  /external/opencv/cv/include/
cvcompat.h 157 cvReshape( src, &tsrc, 3, 0 );
158 cvReshape( dst, &tdst, 3, 0 );
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 411 CVAPI(CvMat*) cvReshape( const CvArr* arr, CvMat* header,
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 1304 { cvReshape( this, this, newcn, newrows ); }
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp     [all...]
cxarray.cpp     [all...]

Completed in 252 milliseconds