Get or Set the equaivalent axis angle representation. (x,y,z) is the rotatation axis and |(x,y,z)| is the rotation angle in radians

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 MCvPoint3D64f AxisAngle { get; set; }
Public Property AxisAngle As MCvPoint3D64f
public:
property MCvPoint3D64f AxisAngle {
	MCvPoint3D64f get ();
	void set (MCvPoint3D64f value);
}

See Also