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

  /external/opencv/cv/src/
cvgeometry.cpp 581 assert(cvDet(tmpMatrixM) != 0.0); // So far only finite cameras could be decomposed, so M has to be nonsingular [det(M) != 0].
cvcalibration.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h 375 #define cvmDet( mat ) cvDet( mat )
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 777 CVAPI(double) cvDet( const CvArr* mat );
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 1300 { return cvDet( this ); }
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 767 cvDet( const CvArr* arr )
773 CV_FUNCNAME( "cvDet" );
    [all...]

Completed in 37 milliseconds