| Class | Description |
|---|---|
| FitLinesToContour |
Refines a set of corner points along a contour by fitting lines to the points between the corners using a
least-squares technique.
|
| MinimizeEnergyPrune |
Prunes corners from a pixel level accuracy contour by minizing a penalized energy function.
|
| RefinePolyLineCorner |
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. |