Converts rotation matrix to rotation vector or vice versa
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- dst
- Type: OpenCvSharpCvMat
The output rotation matrix (3x3) or rotation vector (3x1 or 1x3), respectively.
Return Value
Type: Int32[Missing <returns> documentation for "M:OpenCvSharp.CvMat.Rodrigues2(OpenCvSharp.CvMat)"]
See Also