Optimal Compression of a Polyline with Segments and Arcs
Computational Geometry
2017-04-12 v5
Abstract
This paper describes an efficient approach to constructing a resultant polyline with a minimum number of segments and arcs. While fitting an arc can be done with complexity O(1) (see [1] and [2]), the main complexity is in checking that the resultant arc is within the specified tolerance. There are additional tests to check for the ends and for changes in direction (see [3, section 3] and [4, sections II.C and II.D]). However, the most important part in reducing complexity is the ability to subdivide the polyline in order to limit the number of arc fittings [2]. The approach described in this paper finds a compressed polyline with a minimum number of segments and arcs.
Cite
@article{arxiv.1604.07476,
title = {Optimal Compression of a Polyline with Segments and Arcs},
author = {Alexander Gribov},
journal= {arXiv preprint arXiv:1604.07476},
year = {2017}
}
Comments
40 pages, 34 figures, 3 tables