Linkless Octree Using Multi‐Level Perfect Hashing |
| |
Authors: | Myung Geol Choi Eunjung Ju Jung‐Woo Chang Jehee Lee Young J. Kim |
| |
Affiliation: | 1. Seoul National University, Korea;2. University of Hong Kong, Hong Kong;3. Ewha Womans University, Korea |
| |
Abstract: | The standard C/C++ implementation of a spatial partitioning data structure, such as octree and quadtree, is often inefficient in terms of storage requirements particularly when the memory overhead for maintaining parent‐to‐child pointers is significant with respect to the amount of actual data in each tree node. In this work, we present a novel data structure that implements uniform spatial partitioning without storing explicit parent‐to‐child pointer links. Our linkless tree encodes the storage locations of subdivided nodes using perfect hashing while retaining important properties of uniform spatial partitioning trees, such as coarse‐to‐fine hierarchical representation, efficient storage usage, and efficient random accessibility. We demonstrate the performance of our linkless trees using image compression and path planning examples. |
| |
Keywords: | Computer Graphics [I.3.6]: Graphics data structures and data types— |
|
|