Emgu CV Library Documentation
RotationVector Property
NamespacesEmgu.CVExtrinsicCameraParametersRotationVector

www.emgu.com/wiki
Get or Set the rodrigus rotation vector
Declaration Syntax
C#Visual BasicVisual C++
public RotationVector3D RotationVector { get; set; }
Public Property RotationVector As RotationVector3D
public:
property RotationVector3D^ RotationVector {
	RotationVector3D^ get ();
	void set (RotationVector3D^ value);
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)