Linkless Octree Using Multi-Level Perfect Hashing
dc.contributor.author | Choi, Myung Geol | en_US |
dc.contributor.author | Ju, Eunjung | en_US |
dc.contributor.author | Chang, Jung-Woo | en_US |
dc.contributor.author | Lee, Jehee | en_US |
dc.contributor.author | Kim, Young J. | en_US |
dc.date.accessioned | 2015-02-23T16:07:51Z | |
dc.date.available | 2015-02-23T16:07:51Z | |
dc.date.issued | 2009 | en_US |
dc.description.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. | en_US |
dc.description.number | 7 | en_US |
dc.description.seriesinformation | Computer Graphics Forum | en_US |
dc.description.volume | 28 | en_US |
dc.identifier.doi | 10.1111/j.1467-8659.2009.01554.x | en_US |
dc.identifier.issn | 1467-8659 | en_US |
dc.identifier.pages | 1773-1780 | en_US |
dc.identifier.uri | https://doi.org/10.1111/j.1467-8659.2009.01554.x | en_US |
dc.publisher | The Eurographics Association and Blackwell Publishing Ltd | en_US |
dc.title | Linkless Octree Using Multi-Level Perfect Hashing | en_US |