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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public RotationVector3D(
	double[] value
)

Parameters

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