You are here: Start » Filter Groups » FitSegmentToPoints

FitSegmentToPoints

Description

Finds a segment well approximating a set of points.

Filters in this group

Icon Name Description
FitSegmentToPoints Finding a locally optimal segment. Good enough when the number of outliers is small.
FitSegmentToPoints_RANSAC Approximates points with a segment using a RANSAC algorithm.
FitSegmentToPoints_TheilSen Finds a well matching segment, ignoring up to 29.3% (TheilSen) or 50.0% (Siegel) outliers. Outliers do have some influence on accuracy.
FitSegmentToPoints_LTE Brute-force finding of a segment that best matches a subset of the input points. Very efficient against outliers, but possibly slow for bigger subsets.