Back to Adaptive Vision Library website

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

Geometry 2D Fitting

Select a function from the list below.

Icon Name Description Library
AdjustPointArrays Aligns a point array to match best the input point array. Professional
DetectPointSegments Detect points that lie along multiple segments. Professional
FitArcToPath Approximates path by an arc using the selected outliers suppression method and considering path's start and end. Professional
FitArcToPoints Approximates points with an arc using the selected outliers suppression method. Professional
FitCircleToPoints Approximates points with a circle using selected outliers suppression method. Professional
FitLineToPoints Approximates points with a line using the Least Squares method. Professional
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. Professional
FitLineToPoints_M Finding a locally optimal line. Good enough when the number of outliers is small. Professional
FitLineToPoints_RANSAC Approximates points with a line using a RANSAC algorithm. Professional
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. Professional
FitSegmentToPoints Finding a locally optimal segment. Good enough when the number of outliers is small. Professional
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. Professional
FitSegmentToPoints_RANSAC Approximates points with a segment using a RANSAC algorithm. Professional
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. Professional
LocateMultiplePointPatterns Finds the occurrences of the pattern in the input points. Professional
LocateSinglePointPattern Finds an occurrence of the pattern in the input points. Professional