Create a rotation vector using the specific values
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public RotationVector3D(
double[] value
)
Public Sub New ( _
value As Double() _
)
public:
RotationVector3D(
array<double>^ value
)
Parameters
- value
- array<Double>[]()[][]
The values of the (3 x 1) Rodrigues rotation vector
See Also