An efficient vertices correlation-based algorithm for identifying convexo-concave vertices of simple polygon

Zheng Jianhua,Li Di
2007-01-01
Abstract:The concept of the convexo-concave vertices of a simple polygon is widely used in computer graphics. However, the calculation cost of the classic algorithms for identifying the convexo-concave vertices is very high. The paper deduces the correlation theory of vertices(CTV) in a simple polygon. It sets direction to the generic plane lines, and then classifies the lines according to the direction. Thus, the problem for identifying convexo-concave vertices of a simple polygon is translated from judge whether the vertex is on the right sides or the left sides of the directional line to judge the sign of plane line function. Based on the discussion, a novel algorithm for identifying convexo-concave vertices is described. Time complexity of this algorithm is only O(n). The calculation cost is smaller than conventional algorithms and the algorithm only needs one division to identify each vertex. The experiment shows that the algorithm is stable and highly efficient.
What problem does this paper attempt to address?