You are here: Start » Filter Groups » FitLineToPoints3D

FitLineToPoints3D

Description

Finds a line well approximating a set of points in 3D.

Filters in this group

Icon Name Filter Name Description
LSE FitLineToPoints3D Approximates points in 3D with a line using the Least Squares method.
M FitLineToPoints3D_M Approximates points in 3D with a line using selected M-estimator for outlier suppression.

Finding a locally optimal line in 3D. Good enough when the number of outliers is small.

RANSAC FitLineToPoints3D_RANSAC Approximates points in 3D with a line using a RANSAC algorithm.
LTE FitLineToPoints3D_LTE Approximates points in 3D with a line using Least Trimmed Error algorithm.