Searched defs:rotation_matrix (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/ui/gfx/ |
H A D | transform_util.cc | 165 SkMatrix44 rotation_matrix = BuildRotationMatrix(decomp); local 168 SkMScalar value = rotation_matrix.get(i, j); 177 rotation_matrix.set(i, j, value); 180 return rotation_matrix; 452 SkMatrix44 rotation_matrix = BuildSnappedRotationMatrix(decomp); local 464 ComposeTransform(perspective, translation, rotation_matrix, skew, scale);
|
/external/opencv/cv/include/ |
H A D | 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, argument 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,
|
Completed in 852 milliseconds