You are here: Start » AVL.NET » AdjustmentMetric Enumeration

AdjustmentMetric Enumeration

Optimization metric for path adjustment

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
PointDistance_LSETreat path as a set of points, minimize error using least squares
PointDistance_MedianTreat path as a set of points, minimize error using median
SegmentDistanceTreat path as a set of tangent lines, minimize error using least squares

Remarks

See also