An Internal Direction-Based Algorithm for Medial Axis Transformation of an Arbitrary Polygon
Haowen Yan, Zhonghui Wang
Abstract
Haowen Yan, Zhonghui Wang
Abstract
The medial axis is an efficient description of the shape of the polygon, and it is widely used in the communities of geographic information systems, image processing, pattern recognition, computer-aided design, et al. For the purpose of placing annotations in polygons, a new algorithm for extracting medial axis has been proposed in this paper, which includes four procedures: (1) arrange the polygon data in anti-clockwise; (2) triangulate the polygon; (3) compute the diameter so that the start and end points of the medial axis is obtained; and (4) construct the medial axis step by step, using a linked list. The algorithm has been realized in Visual C++, and the experiments shows that it is correct and practical.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The medial axis is an efficient description of the shape of the polygon, and it is widely used in the communities of geographic information systems, image processing, pattern recognition, computer-aided design, et al. For the purpose of placing annotations in polygons, a new algorithm for extracting medial axis has been proposed in this paper, which includes four procedures: (1) arrange the polygon data in anti-clockwise; (2) triangulate the polygon; (3) compute the diameter so that the start and end points of the medial axis is obtained; and (4) construct the medial axis step by step, using a linked list. The algorithm has been realized in Visual C++, and the experiments shows that it is correct and practical.
Key concepts: Polygon (computer graphics), Medial axis, Rectilinear polygon, Algorithm, Star-shaped polygon, Computer science, Simple polygon, Polygon covering