You are here: Start » AVL.NET » Geometry 3D Fitting

Geometry 3D Fitting

Icon Name Description
FitCircle3DToHole Fits a circle to a hole in a plane.
FitCircleToPoints3D Approximates points in 3D with a circle using selected outliers suppression method.
FitLineToPoints3D Approximates points in 3D with a line using the Least Squares method.
FitLineToPoints3D_M Finding a locally optimal line in 3D. Good enough when the number of outliers is small.
FitPlaneToPoints Approximates points with a plane using the Least Squares method.
FitPlaneToPoints_M Finding a locally optimal plane. Good enough when the number of outliers is small.
FitSegmentToPoints3D Approximates points in 3D with a segment using selected outliers suppression method.