http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
A (3x1) Rodrigues rotation vector. Rotation vector is a compact representation of rotation matrix. Direction of the rotation vector is the rotation axis and the length of the vector is the rotation angle around the axis.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
[SerializableAttribute] public class RotationVector3D : Matrix<double> |
Visual Basic |
---|
<SerializableAttribute> _ Public Class RotationVector3D _ Inherits Matrix(Of Double) |
Visual C++ |
---|
[SerializableAttribute] public ref class RotationVector3D : public Matrix<double> |
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..CvArray<(Of <(<'Double>)>)>
Emgu.CV..::..Matrix<(Of <(<'Double>)>)>
Emgu.CV..::..RotationVector3D
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..CvArray<(Of <(<'Double>)>)>
Emgu.CV..::..Matrix<(Of <(<'Double>)>)>
Emgu.CV..::..RotationVector3D