首页 /研究 /Simple and Efficient Traversal Methods for Quadtrees and Octrees
PERCEPTION

Simple and Efficient Traversal Methods for Quadtrees and Octrees

Sarah Frisken, Ronald N. Perry

发表年份
2002
引用次数
135

摘要

Abstract Quadtrees and octrees are used extensively throughout computer graphics and in many other diverse fields such as computer vision, robotics, and pattern recognition. Managing information stored in quadtrees and octrees requires basic tree traversal operations such as point location, region location, and neighbor searches. This paper presents simple and efficient methods for performing these operations that are inherently nonrecursive and reduce the number of comparisons with poor predictive behavior. The methods are table-free, thereby reducing memory accesses, and generalize easily to higher dimensions. Source code is available online.

关键词

Tree traversalComputer scienceSimple (philosophy)Graph traversalQuadtreeTree (set theory)Table (database)Computer graphicsGraphicsData structure

相关论文

查看 PERCEPTION 分类全部论文