You are here: Start » AVL.NET » AVL.FitLineToPoints_M(AvlNet.Point2D[], AvlNet.MEstimator, float, int, AvlNet.Line2D, AvlNet.Point2D[])

AVL.FitLineToPoints_M(AvlNet.Point2D[], AvlNet.MEstimator, float, int, AvlNet.Line2D, AvlNet.Point2D[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitLineToPoints_M(
	AvlNet.Point2D[] inPoints,
	AvlNet.MEstimator inOutlierSuppression,
	float inClippingFactor,
	int inIterationCount,
	out AvlNet.Line2D outLine,
	out AvlNet.Point2D[] outInliers
)

Parameters

inPoints
Type: AvlNet.Point2D
inOutlierSuppression
Type: AvlNet.MEstimator
inClippingFactor
Type: System.Single
inIterationCount
Type: System.Int32
outLine
Type: AvlNet.Line2D
outInliers
Type: AvlNet.Point2D

See also