|
CentralMomentsGetSizeAndOrientation Method
|
Gets both size and orientation of the ellipse containing the image.
Namespace:
Accord.Imaging.Moments
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public SizeF GetSizeAndOrientation(
out float angle
)
Public Function GetSizeAndOrientation (
<OutAttribute> ByRef angle As Single
) As SizeF
Request Example
View SourceParameters
- angle
- Type: SystemSingle
The angle of orientation of the ellipse, in radians.
Return Value
Type:
SizeFThe size of the ellipse containing the image.
See Also