http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the equaivalent euler angle
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void GetEuler( ref double x, ref double y, ref double z ) |
Visual Basic |
---|
Public Sub GetEuler ( _ ByRef x As Double, _ ByRef y As Double, _ ByRef z As Double _ ) |
Visual C++ |
---|
public: void GetEuler( double% x, double% y, double% z ) |
Parameters
- x
- Type: System..::..Double%
Rotation around x-axis (roll) in radian
- y
- Type: System..::..Double%
Rotation around y-axis (pitch) in radian
- z
- Type: System..::..Double%
rotation around z-axis (yaw) in radian