Fast Mesh Similarity Measuring Based on CUDA

Jie Tang,Gangshan Wu,Xu, Bo,Zhongliang Gong
DOI: https://doi.org/10.1109/pic.2010.5687883
2010-01-01
Abstract:This paper presented a fast algorithm which could measure similarity between two meshes interactively. The algorithm was based on CUDA (Compute Unified Device Architecture) technology. In order to fully utilize the computing power of GPU, we developed parallel method to construct uniform grid for fast space indexing of triangles. Special data structure was designed on device end to overcome the disadvantage of CUDA that it does not support dynamic allocation of memory. Lots of experiments were carried out and the results verified the effectiveness and efficiency of our algorithm.
What problem does this paper attempt to address?