Click or drag to resize

Cv2Rodrigues Method (Double, Double)

converts rotation matrix to rotation vector using Rodrigues transformation

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static void Rodrigues(
	double[,] matrix,
	out double[] vector
)

Parameters

matrix
Type: SystemDouble
Input rotation matrix (3x3).
vector
Type: SystemDouble
Output rotation vector (3x1).
See Also