Create a rotation vector using the specific values
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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 rotation vector, should contains only 3 values
See Also