Searched refs:_det (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cv/src/ |
D | cvlinefit.cpp | 190 CvMat _det = cvMat( 3, 3, CV_32F, det ); in icvFitLine3D_wods() local 193 cvEigenVV( &_det, &_evc, &_evl, 0 ); in icvFitLine3D_wods() 198 CvMat _det = cvMat( 3, 3, CV_32F, det ); in icvFitLine3D_wods() local 202 cvSVD( &_det, &_evl, &_evc, 0, CV_SVD_MODIFY_A+CV_SVD_U_T ); in icvFitLine3D_wods()
|
/external/opencv3/modules/imgproc/src/ |
D | linefit.cpp | 185 Mat _det( 3, 3, CV_32F, det ); in fitLine3D_wods() local 188 eigen( _det, _evl, _evc ); in fitLine3D_wods()
|
/external/opencv/cxcore/src/ |
D | cxmatrix.cpp | 606 arrtype* B, int stepB, CvSize sizeB, double* _det ) \ 694 if( _det ) \ 695 *_det = det; \
|