Home | History | Annotate | Download | only in src

Lines Matching refs:tvecs

1448                     CvMat* rvecs, CvMat* tvecs,
1491 if( tvecs )
1493 cn = CV_MAT_CN(tvecs->type);
1494 if( !CV_IS_MAT(tvecs) ||
1495 (CV_MAT_DEPTH(tvecs->type) != CV_32F && CV_MAT_DEPTH(tvecs->type) != CV_64F) ||
1496 ((tvecs->rows != nimages || tvecs->cols*cn != 3) &&
1497 (tvecstvecs->cols != nimages || cn != 3)) )
1736 if( tvecs )
1739 dst = cvMat( 3, 1, CV_MAT_TYPE(tvecs->type), tvecs->rows == 1 ?
1740 tvecs->data.ptr + i*CV_ELEM_SIZE(tvecs->type) :
1741 tvecs->data.ptr + tvecs->step*i );