Click or drag to resize

Cv2Rodrigues Method (Double, Double)

converts rotation vector to rotation matrix using Rodrigues transformation

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

Parameters

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