Get or Set the rodrigus rotation vector

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public RotationVector3D RotationVector { get; set; }
Public Property RotationVector As RotationVector3D
public:
property RotationVector3D^ RotationVector {
	RotationVector3D^ get ();
	void set (RotationVector3D^ value);
}

See Also