搜索资源列表
Octree
- 本代码详细描述了八叉树的构建过程,有注释,可以直接运行看效果,还有几个demo可以看。代码易读。-This code is described in detail octree construction process, there are notes, you can directly see the effect of running, there are a few demo can be seen. Code readability.
4
- 利用地球立体剖分格网生成SubdivisionR_树索引模型 针对三维数据管理中八叉树索引冗余多、R-树索引插入删除过程复杂的问题,依托GeoSOT地球立体剖分格网,提出了一种新的八叉树与R-树有机结合的Subdivision R-树索引模型(Subdivision R-tree)。首先,以GeoSOT地球立体剖分格网八叉树索引为基础构建了Subdivision R-树索引模型结构 随后,设计了Subdivision R-树索引模型基本的插入、删除、查询、分析算法 最后,开展了Subd