Fast in-place binning of laser range-scanned point sets

  • Authors:
  • Bruce Merry;James Gain;Patrick Marais

  • Affiliations:
  • University of Cape Town and Centre for High Performance Computing, Rondebosch, South Africa;University of Cape Town and Centre for High Performance Computing, Rondebosch, South Africa;University of Cape Town and Centre for High Performance Computing, Rondebosch, South Africa

  • Venue:
  • Journal on Computing and Cultural Heritage (JOCCH)
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Laser range scanning is commonly used in cultural heritage to create digital models of real-world artefacts. A large scanning campaign can produce billions of point samples—too many to be manipulated in memory on most computers. It is thus necessary to spatially partition the data so that it can be processed in bins or slices. We introduce a novel compression mechanism that exploits spatial coherence in the data to allow the bins to be computed with only 1.01 bytes of I/O traffic for each byte of input, compared to 2 or more for previous schemes. Additionally, the bins are loaded from the original files for processing rather than from a sorted copy, thus minimizing disk space requirements. We demonstrate that our method yields performance improvements in a typical point-processing task, while also using little memory and guaranteeing an upper bound on the number of samples held in-core.