HomeSort by relevance Sort by last modified time
    Searched refs:rotation_matrix (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/include/
cvcompat.h 690 /* Converts rotation_matrix matrix to rotation_matrix vector or vice versa */
691 CV_INLINE void cvRodrigues( CvMat* rotation_matrix, CvMat* rotation_vector,
695 cvRodrigues2( rotation_vector, rotation_matrix, jacobian );
697 cvRodrigues2( rotation_matrix, rotation_vector, jacobian );
743 CvMat rotation_matrix = cvMat( 3, 3, CV_64FC1, _rotation_matrix ); local
748 cvProjectPoints2( &object_points, &rotation_matrix, &translation_vector,
    [all...]
cv.h 282 /* Computes rotation_matrix matrix */
    [all...]

Completed in 24 milliseconds