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

  /external/opencv/cv/src/
_cvmatrix.h 352 CvMat invAm = cvMat( n, n, CV_64F, invA );
354 cvInvert( &Am, &invAm, CV_SVD );

Completed in 426 milliseconds