Searched defs:rotation_matrix (Results 1 – 3 of 3) sorted by relevance
277 def rotation_matrix(angle, direction, point=None): function
36 double rotation_matrix[3][3], translation[3]; in solve() local
691 CV_INLINE void cvRodrigues( CvMat* rotation_matrix, CvMat* rotation_vector, in cvRodrigues()743 CvMat rotation_matrix = cvMat( 3, 3, CV_64FC1, _rotation_matrix ); in cvProjectPointsSimple() local