搜索资源列表
AVLTree_demo
- avl平衡树,很好用的数据结构,对建立索引有帮助-avl balance tree, very good data structure,will be helpful for creating index.
3分形建立实体模型
- 用分形几何来实现实体模型构造,建立分形树-use fractal geometry to achieve solid model structure, the establishment of fractal tree
tree
- TC 下用图形显示二叉树的建立与遍历过程
octree_code
- 关于建立八叉树的源代码程序,代码包中包含完整的开发代码。
Rtree_code_of_C
- R树算法的c实现,包括了索引建立,窗口查询和对象删除功能-R-tree
binary_search_tree2_0
- 随机产生一组数据 建立二叉树 并通过OPENGL 建立图形二叉树-Randomly generated binary tree to establish one set of data and through the establishment of OPENGL graphics tree
QUADTREE
- 根据随机生成的地形快速建立四叉树,并提供漫游功能,对学习三维地形浏览很有帮助。-Based on randomly generated terrain quadtree to quickly create and provide roaming for learning three-dimensional terrain views helpful.
hafuman
- 哈弗曼树的建立与简单操作 -hafuman tree
octree
- 八叉树代码,包括自适应建立结构,编码,收索-octree,bu hui yingyu ,niaoyu
ReadBundleOutFile
- 分析读取Bundler输出的.txt,.key文件,对三维点云sift特征建立KD树索引。-Parsing Bundler Output including .txt& .key Files to construct a KD tree Index.
ROAM_LOD
- 实现大规模室外场景渲染技术,本程序使用基于严格的四叉树的方法建立一个LOD算法,并用该LOD算法实现了一个视点相关的动态多分辨率地形。采用多遍地面纹理,亮度图等技术来照明场景。同时DEMO还实现了Billboard,运动模糊,的功能。程序采用C++,模块化的结构让程序具有很高的可扩展性。--achieve large-scale outdoor scene rendering technology, the use of procedures based on strict quadtree m
TruecolorTo256
- 利用八叉树建立索引表,把真彩色图像转换为256索引图-TruecolorTo256
PlantConstructor
- 用MFC 和opengl写的一个建立非常简单的树的代码.这是我的一个程序.可能简单了一点,但是很有参考价值-Using MFC and Opengl. It is a very simple code for generating a tree. It might be a little simple, but it s quite useful.
wavelet4
- 小波分析程序,用于小波包分析,小波树的建立,剪切,分解-Wavelet analysis procedures for the wavelet packet analysis, wavelet tree establishment, cut, break, etc.
3dGIS-Query-Algorithm
- 三维地理信息系统空间数据库具有数据量大、 空间实体关系复杂、 空间操作计算量大等特点。为了提高检索 效率 ,必须建立高效的空间索引机制。八叉树空间索引是对二维 GIS中四叉树索引进行扩展的一种三维空间数据结构 , 具有思路简单、 容易理解和实现、 查询速度快的优点。本文首先阐述了线性八叉树空间索引的原理 ,然后重点介绍了线性 八叉树空间索引的建立和查询算法。-In the 3D GIS database , there is a large quantity of data , sp
processing-of-remote
- 《大尺度遥感影像的自动切分算法演示系统》 基本要求: 1、能读取和保存图像数据。 2、能将较大的图像自动切分为四叉树方式组织的标准大小的小图像(如256*256像素,为影像金字塔的建立服务)。 3、能自动命名并保存切分影像数据。文件名有助于图像块的快速传输和定位显示。 4、能交互显示切分后的图像。-processing of remote sensing image data
sichashu
- 四叉树的建立以及三种遍历的方法,欢迎使用以及学习,-Establishment as well as three of the quadtree traversal are welcome to use and learn,
rtree
- R树空间索引,R树是在B树的基础上建立的。-R-tree spatial index, R tree is established on the basis of B-tree.
creat kd_tree2
- 多维KD树建立的完整代码,用于最近邻匹配。(The complete code created by the multidimensional KD tree is used for nearest neighbor matching.)
BuildOctree
- 为点云数据建立,八叉树结构。可用于点云配准、识别、重建。(Building octree structure for point cloud data)