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

  /external/opencv/cvaux/src/
decomppoly.cpp 155 int det, det1, det2;
224 det2 = ix1 * iy0 - ix0 * iy1;
225 t2 = ( ( float )( det2 ) ) / det;
  /external/opencv3/modules/core/src/
lapack.cpp 709 #define det2(m) ((double)m(0,0)*m(1,1) - (double)m(0,1)*m(1,0)) macro
731 result = det2(Mf);
755 result = det2(Md);
858 double d = det2(Sf);
898 double d = det2(Sd);
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 761 #define det2(m) (m(0,0)*m(1,1) - m(0,1)*m(1,0)) macro
    [all...]

Completed in 315 milliseconds