Get or Set the (3x3) rotation matrix represented by this rotation vector.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Matrix<double> RotationMatrix { get; set; }
Public Property RotationMatrix As Matrix(Of Double)
	Get
	Set
public:
property Matrix<double>^ RotationMatrix {
	Matrix<double>^ get ();
	void set (Matrix<double>^ value);
}

See Also