CvBlobAngle Method OpenCvSharp Class Library
Calculates angle orientation of a blob. This function uses central moments so cvCentralMoments should have been called before for this blob. (cvAngle)

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public double Angle()

Return Value

Type: Double
Angle orientation in radians.
See Also

Reference