Home | History | Annotate | Download | only in src

Lines Matching refs:Tx

2239         double tx[] =
2245 CvMat Tx = cvMat(3, 3, CV_64F, tx);
2249 cvMatMul( &Tx, &R_LR, &E );