You are here: Start » Filter Groups » FitLineToPoints
FitLineToPoints
Description
Finds a line well approximating a set of points.
Filters in this group
FitLineToPoints - Approximates points with a line using the Least Squares method. | |
FitLineToPoints_M - Finding a locally optimal line. Good enough when the number of outliers is small. | |
FitLineToPoints_RANSAC - Approximates points with a line using a RANSAC algorithm. | |
FitLineToPoints_TheilSen - Finds a well matching line, ignoring up to 29.3% (TheilSen) or 50.0% (Siegel) outliers. Outliers do have some influence on accuracy. | |
FitLineToPoints_LTE - Brute-force finding of a line that best matches a subset of the input points. Very efficient against outliers, but possibly slow for bigger subsets. |