Home
last modified time | relevance | path

Searched refs:euler_matrix (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/python/test/
Dcamera_calibration.py195 rz = transformations.euler_matrix(roll, pitch, yaw)
Dtransformations.py822 R = euler_matrix(angles[0], angles[1], angles[2], 'sxyz')
970 def euler_matrix(ai, aj, ak, axes='sxyz'): function