Searched refs:cvGetDiag (Results 1 - 5 of 5) sorted by relevance

/external/opencv/ml/src/
H A Dmlem.cpp821 cvTranspose( cvGetDiag(*covs, &diag), inv_eigen_values );
875 cvTranspose( cvGetDiag( covs[k], &diag ), w );
1065 cvGetDiag( covs[k], &diag ));
/external/opencv/cxcore/include/
H A Dcxcore.h226 CVAPI(CvMat*) cvGetDiag( const CvArr* arr, CvMat* submat,
/external/opencv/cvaux/include/
H A Dcvmat.hpp1418 cvGetDiag( &mat, this, i );
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp166 CV_CALL( mat = cvGetDiag( array, &stub ));
H A Dcxarray.cpp1623 cvGetDiag( const CvArr* arr, CvMat* submat, int diag ) function
1627 CV_FUNCNAME( "cvGetDiag" );

Completed in 408 milliseconds