Searched refs:cvMatMul (Results 1 - 15 of 15) sorted by relevance

/external/opencv/cv/src/
H A Dcvcalcimagehomography.cpp107 cvMatMul( &sub, &center, &t_trans );
109 cvMatMul( &t_trans, &rz, &sub );
112 cvMatMul( &intrinsic, &sub, &r_trans );
114 cvMatMul( &r_trans, &sub, &homography );
H A Dcvcalibration.cpp418 cvMatMul( &R2, &R1, &R3 );
428 cvMatMul( &dr3dR3, &dR3dR1, &W1 );
429 cvMatMul( &W1, &dR1dr1, &W2 );
435 cvMatMul( &dr3dR3, &dR3dR2, &W1 );
436 cvMatMul( &W1, &dR2dr2, &W2 );
470 cvMatMul( &dxdR2, &dR2dr2, &W3 );
711 cvMatMul( &_domegadvar2, &_dvar2dvar, &_t0 );
712 cvMatMul( &_t0, &_dvardR, &_J );
1233 cvMatMul( &_H, R_transform, &_R );
2165 cvMatMul(
[all...]
H A Dcvgeometry.cpp391 cvMatMul(&M, &Qx, &R);
409 cvMatMul(&R, &Qy, &M);
430 cvMatMul(&M, &Qz, &R);
H A Dcvshapedescr.cpp870 cvMatMul( &_C, &_S, &_T );
871 cvMatMul( &_T, &_C, &_S );
893 cvMatMul( &_C, &_EIGVECS, &_T );
H A Dcvundistort.cpp337 cvMatMul( &_ar, &_r, &_r ); // Ar*R
421 cvMatMul( &_PP, &_RR, &_RR );
H A Dcvfundam.cpp498 cvMatMul( &_invHnorm, &_H0, &_Htemp );
499 cvMatMul( &_Htemp, &_Hnorm2, &_H0 );
/external/opencv3/modules/calib3d/test/
H A Dtest_posit.cpp153 cvMatMul( true_rotationX, true_rotationY, tmp_matrix);
154 cvMatMul( tmp_matrix, true_rotationZ, true_rotation);
168 cvMatMul( true_rotation, &Obj_point, &Vec );
H A Dtest_fundam.cpp191 cvMatMul( &_dRdm1, &_dm1dm2, &_t0 );
192 cvMatMul( &_t0, &_dm2dm3, &_t1 );
193 cvMatMul( &_t1, &_dm3din, &matJ );
288 cvMatMul( &_domegadvar2, &_dvar2dvar, &_t0 );
289 cvMatMul( &_t0, &_dvardR, &matJ );
/external/opencv3/modules/calib3d/src/
H A Dcalibration.cpp185 cvMatMul( &R2, &R1, &R3 );
195 cvMatMul( &dr3dR3, &dR3dR1, &W1 );
196 cvMatMul( &W1, &dR1dr1, &W2 );
202 cvMatMul( &dr3dR3, &dR3dR2, &W1 );
203 cvMatMul( &W1, &dR2dr2, &W2 );
237 cvMatMul( &dxdR2, &dR2dr2, &W3 );
475 cvMatMul( &_domegadvar2, &_dvar2dvar, &_t0 );
476 cvMatMul( &_t0, &_dvardR, &matJ );
1036 cvMatMul( &matH, R_transform, &matR );
1992 cvMatMul(
[all...]
H A Dtriangulate.cpp144 cvMatMul(projMatrs[currCamera], &point3D, &point2D);
/external/opencv/cvaux/src/
H A Dcvmat.cpp798 cvMatMul( &temp, b, this );
/external/opencv/ml/src/
H A Dmlcnn.cpp1102 CV_CALL(cvMatMul( dE_dY, dY_dW, dE_dW ));
1103 CV_CALL(cvMatMul( dE_dY, dY_dX, dE_dX ));
1297 CV_CALL(cvMatMul( dE_dY_activ_func_der, &sub_weights, dE_dX ));
/external/opencv3/modules/imgproc/src/
H A Dundistort.cpp322 cvMatMul( &_PP, &_RR, &_RR );
/external/opencv/cxcore/include/
H A Dcxcore.h704 #define cvMatMul( src1, src2, dst ) cvMatMulAdd( (src1), (src2), NULL, (dst)) macro
/external/opencv3/modules/core/include/opencv2/core/
H A Dcore_c.h1284 #define cvMatMul( src1, src2, dst ) cvMatMulAdd( (src1), (src2), NULL, (dst)) macro

Completed in 196 milliseconds