Package boofcv.alg.shapes.polyline.splitmerge
-
Interface Summary Interface Description SplitSelector Interface for splitting a line along a contour. -
Class Summary Class Description MaximumLineDistance Selects the point which is the farthest away from the line.PolylineSplitMerge Fits a polyline to a contour by fitting the simplest model (3 sides) and adding more sides to it.PolylineSplitMerge.CandidatePolyline PolylineSplitMerge.Corner Corner in the polyline.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 Deprecated. SplitMergeLineFitSegment Deprecated.