Searched refs:cvDet (Results 1 - 6 of 6) sorted by relevance

/external/opencv/cv/src/
H A Dcvgeometry.cpp581 assert(cvDet(tmpMatrixM) != 0.0); // So far only finite cameras could be decomposed, so M has to be nonsingular [det(M) != 0].
H A Dcvcalibration.cpp1201 if( cvDet(R_transform) < 0 )
1275 if( cvDet(&_RR) < 0 )
/external/opencv/cv/include/
H A Dcvcompat.h375 #define cvmDet( mat ) cvDet( mat )
/external/opencv/cxcore/include/
H A Dcxcore.h777 CVAPI(double) cvDet( const CvArr* mat );
/external/opencv/cvaux/include/
H A Dcvmat.hpp1300 { return cvDet( this ); }
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp767 cvDet( const CvArr* arr ) function
773 CV_FUNCNAME( "cvDet" );

Completed in 127 milliseconds