Click or drag to resize
RotationVector3D Constructor (Double)
http://www.emgu.com
Create a rotation vector using the specific values

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public RotationVector3D(
	double[] value
)

Parameters

value
Type: SystemDouble
The values of the (3 x 1) Rodrigues rotation vector
See Also