http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get or Set the rodrigus rotation vector
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public RotationVector3D RotationVector { get; set; } |
Visual Basic |
---|
Public Property RotationVector As RotationVector3D Get Set |
Visual C++ |
---|
public: property RotationVector3D^ RotationVector { RotationVector3D^ get (); void set (RotationVector3D^ value); } |