• FabImage
  • Getting Started
  • Relation to FIL/C++
  • Dialogs
  • HMI Controls
  • FIL.NET Performance Tips
  • Code Migration Guide to version 4.11
  • Usage Examples
  • Function Reference
  • Type Reference

You are here: Start » FIL.NET » FIS.FitLineToPoints_LTE Method

FIS.FitLineToPoints_LTE Method

Approximates points with a line using Least Trimmed Error algorithm.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FitLineToPoints_LTE
(
	IList<FilNet.Point2D> inPoints,
	int inSeedSubsetSize,
	out FilNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>Input points.
inSeedSubsetSizeint<2, 10>3Number of points in one combination for getting a sample line. Default value: 3.
outLineFilNet.Line2DFitted line.

Function Overrides

  • FitLineToPoints_LTE(IList<Point2D>, Int32, Line2D, Int32)
  • FitLineToPoints_LTE(IList<Point2D>, Int32, Line2D, NullableRef<List<Point2D>>, NullableValue<Single>)
  • FitLineToPoints_LTE(IList<Point2D>, Nullable<Range>, Int32, Nullable<Int32>, Line2D)
  • FitLineToPoints_LTE(IList<Point2D>, Nullable<Range>, Int32, Nullable<Int32>, Line2D, Int32)
  • FitLineToPoints_LTE(IList<Point2D>, Int32, Line2D, NullableRef<List<Point2D>>, NullableValue<Single>, Int32)
  • FitLineToPoints_LTE(IList<Point2D>, Nullable<Range>, Int32, Nullable<Int32>, Line2D, NullableRef<List<Point2D>>, NullableValue<Single>)
  • FitLineToPoints_LTE(IList<Point2D>, Nullable<Range>, Int32, Nullable<Int32>, Line2D, IList<Point2D>, Single, Int32)
  • FitLineToPoints_LTE(IList<Point2D>, Nullable<Range>, Int32, Nullable<Int32>, Line2D, NullableRef<List<Point2D>>, NullableValue<Single>, Int32)

See also

  • All Classes List
  • FIS Class Reference

This article is valid for version 4.12.13