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
Parameters
- blob
- Type: OpenCvSharp.BlobCvBlob
Blob.
Return Value
Type: DoubleAngle orientation in radians.
See Also