HomeSort by relevance Sort by last modified time
    Searched full:cvreshape (Results 1 - 12 of 12) sorted by null

  /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...]
mlnbayes.cpp 383 CV_CALL( cvReshape( &expo, &expo, 1, nclasses ));
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
cvthresh.cpp 326 src = cvReshape( src, &src0, 1 );
327 dst = cvReshape( dst, &dst0, 1 );
cvfundam.cpp     [all...]
cvsmooth.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h 157 cvReshape( src, &tsrc, 3, 0 );
158 cvReshape( dst, &tdst, 3, 0 );
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
cxmatrix.cpp     [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...]

Completed in 216 milliseconds