RegressionEllipse Method

CVB.Net Documentation
Create an ellipse, that fits best into a collection of points.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static Ellipse Ellipse(
	ICollection<IPosition> points
)

Parameters

points
Type: System.Collections.GenericICollectionIPosition
Points to fit the ellipse in.

Return Value

Type: Ellipse
Ellipse object.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf points is .
See Also

Reference