HomeSort by relevance Sort by last modified time
    Searched refs:cvDet (Results 1 - 11 of 11) 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/opencv3/modules/calib3d/src/
calibration.cpp     [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...]
  /external/opencv3/modules/calib3d/test/
test_fundam.cpp 228 fabs( cvDet(&matR) - 1 ) > 1e-3 )
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv3/modules/core/src/
lapack.cpp     [all...]
  /external/opencv3/modules/core/test/
test_math.cpp     [all...]

Completed in 202 milliseconds