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