Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

angle
Type: SystemSingle
The angle of orientation of the ellipse, in radians.

Return Value

Type: SizeF
The size of the ellipse containing the image.
See Also