Out-of-core distance transforms

  • Authors:
  • Takashi Michikawa;Ken'ichiro Tsuji;Tomoyuki Fujimori;Hiromasa Suzuki

  • Affiliations:
  • The Univ. of Tokyo;The Univ. of Tokyo;The Univ. of Tokyo;The Univ. of Tokyo

  • Venue:
  • Proceedings of the 2007 ACM symposium on Solid and physical modeling
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a method for computing distance fields from large volumetric models. Conventional methods have strict limits in terms of the amount of memory space available, as all volumetric models must be allocated to the random access memory (RAM) to compute distance fields. We resolve this problem through an out-of-core strategy. Our algorithm starts by decomposing volumetric models into small regions known as clusters, and distance fields are then computed by Local Distance Transform (LDT) and Inter-Cluster Propagation (ICP). LDT computes the distance transform for each cluster, and since it is independent, other clusters can also be saved to the storage medium. ICP propagates the distance at the boundary of the cluster to neighboring clusters to remove inconsistency in distance fields. In addition, we propose an efficient ordering algorithm based on the propagated distance to reduce LDT and ICP. This paper also demonstrates the results of distance transform from volumetric models with over a billion cells.