Searched refs:tmp_evals (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
H A D | cxmatrix.cpp | 1582 CvMat* tmp_evals = 0; local 1667 CV_CALL( tmp_evals = cvCreateMat( 1, count, CV_64F )); 1671 CV_CALL( cvSVD( tmp_cov, tmp_evals, tmp_evects, 0, CV_SVD_MODIFY_A + CV_SVD_U_T )); 1673 tmp_evals->cols = out_count; 1734 if( tmp_evals->rows != evals->rows ) 1735 cvReshape( tmp_evals, tmp_evals, 1, evals->rows ); 1736 cvConvert( tmp_evals, evals ); 1744 cvReleaseMat( &tmp_evals );
|
Completed in 138 milliseconds