Click or drag to resize
QuaternionsAxisAngle Property
http://www.emgu.com
Get or set the equivalent axis angle representation. (x,y,z) is the rotation axis and |(x,y,z)| is the rotation angle in radians

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public MCvPoint3D64f AxisAngle { get; set; }

Property Value

Type: MCvPoint3D64f
See Also