Home
last modified time | relevance | path

Searched defs:rotation_matrix (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/python/test/
Dtransformations.py277 def rotation_matrix(angle, direction, point=None): function
/external/opencv3/modules/calib3d/src/
Dp3p.cpp36 double rotation_matrix[3][3], translation[3]; in solve() local
/external/opencv/cv/include/
Dcvcompat.h691 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