http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public MCvPoint3D64f AxisAngle { get; set; } |
Visual Basic |
---|
Public Property AxisAngle As MCvPoint3D64f Get Set |
Visual C++ |
---|
public: property MCvPoint3D64f AxisAngle { MCvPoint3D64f get (); void set (MCvPoint3D64f value); } |