Get the equaivalent euler angle

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.793 (2.1.0.793)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void GetEuler(
	ref double x,
	ref double y,
	ref double z
)
Public Sub GetEuler ( _
	ByRef x As Double, _
	ByRef y As Double, _
	ByRef z As Double _
)
public:
void GetEuler(
	double% x, 
	double% y, 
	double% z
)

Parameters

x
Double %
Rotation around x-axis (roll) in radian
y
Double %
Rotation around y-axis (pitch) in radian
z
Double %
rotation around z-axis (yaw) in radian

See Also