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

  /external/opencv/cv/src/
cvlinefit.cpp 192 CvMat _evl = cvMat( 3, 1, CV_32F, evl ); local
193 cvEigenVV( &_det, &_evc, &_evl, 0 );
200 CvMat _evl = cvMat( 1, 3, CV_32F, evl );
202 cvSVD( &_det, &_evl, &_evc, 0, CV_SVD_MODIFY_A+CV_SVD_U_T );

Completed in 1189 milliseconds