Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Fitting

Geometry 3D Fitting

Select a function from the list below.

IconNameDescription
FitCircle3DToHoleFits a circle to a hole in a plane.
FitCircleToPoints3DApproximates points in 3D with a circle using selected outliers suppression method.
FitCircleToSurfaceHoleFits a circle to a hole in a surface plane.
FitLineToPoints3DApproximates points in 3D with a line using the Least Squares method.
FitLineToPoints3D_MFinding a locally optimal line in 3D. Good enough when the number of outliers is small.
FitPlaneToPointsApproximates points with a plane using the Least Squares method.
FitPlaneToPoints_MFinding a locally optimal plane. Good enough when the number of outliers is small.
FitPlaneToSurfaceApproximates points of the input surface with a plane using the Least Squares method.
FitPlaneToSurface_MFinding a locally optimal plane. Good enough when the number of outliers is small.
FitSegmentToPoints3DApproximates points in 3D with a segment using selected outliers suppression method.