Get the rotation angle in radian

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 double RotationAngle { get; }
Public ReadOnly Property RotationAngle As Double
	Get
public:
property double RotationAngle {
	double get ();
}

See Also