| Class | Description |
|---|---|
| FitData<Shape> |
Structure that contains results from fitting a shape to a set of observations.
|
| ShapeFittingOps |
Functions for fitting shapes to sequences of points.
|
| SplitMergeLineFit |
Base class for algorithm which employ a split and merge strategy to fitting a set of line segments onto an
ordered set of points.
|
| SplitMergeLineFitLoop |
Implementation of
SplitMergeLineFit for looped lists of points. |
| SplitMergeLineFitSegment |
Implementation of
SplitMergeLineFit for lists in which the end points are not connected. |