Home | History | Annotate | Download | only in src

Lines Matching refs:iT

2301         cvConvert(_R, &om); // it's already a rotation vector
2534 double it[] =
2540 CvMat iT = cvMat( 3, 3, CV_64F, it );
2541 cvMatMul( &iT, &H2, &H2 );