Mesh surface segmentation based on depth-first traversing

Zhi-zhong CHENG,Wei-dong LI,Min WAN
DOI: https://doi.org/10.3969/j.issn.1007-2012.2010.02.028
2010-01-01
Abstract:An algorithm based on depth-first traversing was proposed for mesh surface segmentation. According to the topologic characteristics of the mesh model surface, all the elements of the model surface and the associated edges were stored in the format of graph data structure in this algorithm, then all the elements which met the normal vector angle requirements were searched out using the depth-first traversing algorithm of graph. The results showed that in the search process this algorithm could adjust the search area automatically to reduce the search volume and this search algorithm was fast and stable enough to handle all types of complex mesh models to extract the surface elements, the relevant time complexity was 0(n).
What problem does this paper attempt to address?