Intrinsic Mesh Simplification

R. Shoemaker,Sam Sartor,Pieter Peers
DOI: https://doi.org/10.48550/arXiv.2307.07115
Abstract:Triangle meshes are useful for many geometry processing tasks. A triangle mesh consists of a set of points connected to form triangles. Many triangles are required to faithfully represent the shape of a surface. The amount of computation is adversely affected by the number of elements in a mesh, thus there is a trade off between mesh quality and computational efficiency. Mesh simplification algorithms have been developed to reduce the number of elements in a mesh while aiming to preserve features of its shape. Recently intrinsic mesh simplification was presented separately by Shoe-maker et al. 15 and Liu et al. 11 . Intrinsic mesh simplification utilizes intrinsic triangulations to help navigate the trade off, yielding high quality geometric approximation. However, current current algorithms suffer from bent or kinked edges. We examine the issue of edge kinks and present an algorithm that avoids bent or kinked edges.
Computer Science
What problem does this paper attempt to address?