Linkless Octree Using Multi-Level Perfect Hashing
Myung Geol Choi, Eunjung Ju, Jung-Woo Chang, Jehee Lee, Young J. Kim
In Computer Graphics Forum, 28(7), 2009.
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.
Keyword(s): Computer Graphics [I.3.6]: Graphics data structures and data types—
Article URL: http://dx.doi.org/10.1111/j.1467-8659.2009.01554.x
BibTeX format:
@article{CGF:CGF1554,
  author = {Myung Geol Choi and Eunjung Ju and Jung-Woo Chang and Jehee Lee and Young J. Kim},
  title = {Linkless Octree Using Multi-Level Perfect Hashing},
  journal = {Computer Graphics Forum},
  volume = {28},
  number = {7},
  pages = {1773--1780},
  year = {2009},
}
Search for more articles by Myung Geol Choi.
Search for more articles by Eunjung Ju.
Search for more articles by Jung-Woo Chang.
Search for more articles by Jehee Lee.
Search for more articles by Young J. Kim.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."