Emgu CV Library Documentation
RotationMatrix Property
NamespacesEmgu.CVRotationVector3DRotationMatrix

www.emgu.com/wiki
Get or Set the (3x3) rotation matrix represented by this rotation vector
Declaration Syntax
C#Visual BasicVisual C++
public Matrix<double> RotationMatrix { get; set; }
Public Property RotationMatrix As Matrix(Of Double)
public:
property Matrix<double>^ RotationMatrix {
	Matrix<double>^ get ();
	void set (Matrix<double>^ value);
}

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