CvBlobLibCalcAngle 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 static double CalcAngle(
	CvBlob blob
)

Parameters

blob
Type: OpenCvSharp.BlobCvBlob
Blob.

Return Value

Type: Double
Angle orientation in radians.
See Also

Reference