Home | History | Annotate | Download | only in src

Lines Matching refs:tmat

1225     CvMat tmat;
1377 cvInitMatHeader( &tmat, m, n, type,
1380 cvCopy( a, &tmat );
1382 cvT( a, &tmat );
1383 a = &tmat;