Get or Set the rodrigus rotation vector

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

Syntax

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

See Also