Get or Set the rodrigus rotation vector

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

Syntax

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

See Also