You are here: Start » AVL.NET » AVS.FitCircleToPoints Method

AVS.FitCircleToPoints Method

Approximates points with a circle using selected outliers suppression method.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitCircleToPoints
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Range? inRange,
	AvlNet.CircleFittingMethod inFittingMethod,
	AvlNet.MEstimator? inOutlierSuppression,
	out AvlNet.Circle2D? outCircle
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inRangeAvlNet.Range?Determines which array points take part in fitting process. Default value: atl::NIL.
inFittingMethodAvlNet.CircleFittingMethod
inOutlierSuppressionAvlNet.MEstimator?
outCircleAvlNet.Circle2D?Fitted circle or nothing if method failed to converge.

Function Overrides

See also