A Streaming Data Delaunay Triangulation Algorithm Based on Parallel Computing

李坚,李德仁,邵振峰
DOI: https://doi.org/10.13203/j.whugis2013.07.009
2013-01-01
Abstract:This paper presents a streaming data algorithm to execute Delaunay triangulations with large LiDAR point clouds (a billion data points) based on multi-core processor architecture. The algorithm combines divide-and-conquer triangulation with streaming data. A quad-tree structure is used to partition the LiDAR data into subnets adaptively, and schedules triangulation and merging of the subnet data into different processors for load balancing. Parallel computing on multi-core processor architecture makes this algorithm highly efficient with a low memory footprint.
What problem does this paper attempt to address?