HomeSort by relevance Sort by last modified time
    Searched refs:cvEigenVV (Results 1 - 5 of 5) sorted by null

  /external/opencv/cv/src/
cvlinefit.cpp 193 cvEigenVV( &_det, &_evc, &_evl, 0 );
cvshapedescr.cpp 875 cvEigenVV( &_S, &_EIGVECS, &_EIGVALS, 0 );
    [all...]
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 370 cvEigenVV( CvArr* srcarr, CvArr* evectsarr, CvArr* evalsarr, double eps )
373 CV_FUNCNAME( "cvEigenVV" );
  /external/opencv/cv/include/
cvcompat.h 374 #define cvmEigenVV( mat, evec, eval, eps) cvEigenVV( mat, evec, eval, eps )
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 783 CVAPI(void) cvEigenVV( CvArr* mat, CvArr* evects,
    [all...]

Completed in 261 milliseconds