You are here: Start » AVL.NET » AdjustmentMetric Enumeration
AdjustmentMetric Enumeration
Optimization metric for path adjustment
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| PointDistance_LSE | Treat path as a set of points, minimize error using least squares |
| PointDistance_Median | Treat path as a set of points, minimize error using median |
| SegmentDistance | Treat path as a set of tangent lines, minimize error using least squares |
