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

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

Syntax

         
 C#  Visual Basic  Visual 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);
}

See Also