| CvBlobAngle Method |
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
Syntax Public Function Angle As Double
member Angle : unit -> float
Return Value
Type:
DoubleAngle orientation in radians.
See Also