| Class | Description |
|---|---|
| RefinePolyLine |
Optimizing corner placements to a pixel level when given a contour and integer list of approximate
corner locations which define set of line segments.
|
| 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. |