Approximation of Polygonal Curves with Minimum Number of Line Segments

We improve the time complexity to solve the polygonal curve approximation problem formulated by Imai and Iri from O(n2 log n) to O(n2). If the curve to be approximated forms part of a convex polygon, we show that the time complexity can be further reduced to O(n).