搜索资源列表
四叉树剖分LOD Terrain
- 四叉树剖分地归算法Terrain示例(仅仅算法实现)-quadtree mesh algorithm Terrain classified examples (only Algorithm)
C#编写的投影变换、道格拉斯压缩、左转算法、线性四叉树
- C#编写的投影变换、道格拉斯压缩、左转算法、线性四叉树
sichashu.rar
- 实现四叉树编码,即实现行列号向地址码的转换,Quadtree coding to achieve, namely to achieve the ranks of its conversion to the address code
QuadTree.rar
- 这个是一个四叉树的实例代码~~~~~~~d3d~~~,This is an example of quadtree code ~~~~~~~ d3d ~ ~ ~
QuadTree_src.zip
- 国外比较好的一个四叉树源码,对研究空间索引的同学有帮助,Abroad, a better source of a quadtree, the study of spatial index will help students
Chap07.rar
- 《3D游戏编程》随书光盘 第7章 外部地形处理:三维世界的处理技巧, 有详细源代码, 包括3D地形生成技巧, 控制摄像机实现地形上的移动,裁剪多余多边形,给引擎减重,四叉树:有效管理较大地形的方法, 四叉树的剔除:速度优化技巧, LOD:使用LOD进行地形处理,防止龟裂:龟裂问题的解决。," 3D Game Programming" book with CD-ROM Chapter 7 deal with the external landscape: the world of
灰度图进行递归四叉树分割
- 四叉树分割 opencv 编写 读入灰度图 进行递归分割-Quadtree segmentation opencv read into grayscale prepared for recursive partitioning
QuadTree
- 从文件读取四叉树结点,按照morton码对四叉树进行编码-Read from the file quadtree node, in accordance with morton yards on the quad-tree coding
rink
- 读取数据行、列号,计算生成莫顿码,生成基于十进制的线性四叉树的编码-Read data rows, columns No. calculated Morton generated code, to generate the metric system based on the linear quadtree encoding
rgbquadtree
- 四叉树分解算法对RGB彩色图像进行分割,MATLAB代码,包括实验图片-Quad-tree decomposition algorithm RGB color image segmentation, MATLAB code, including test images
QuadIndex
- java 语言, Eclipse 开发环境下, 使用四叉树索引实现的空间索引机制-spacial index implemented by quad tree index
QuadTreeDemo
- 一个老外编的四叉树的程序例子,适合初学者研究学习。-Of a foreigner for quadtree example of the procedure is suitable for beginners study.
cdt.tar
- 关于限制性四叉树实现算法的,很不错哦!- Realizes the algorithm about the restrictive four forks tree, is very good oh!
fifteen
- 第十五章 图像分析 15.1 边缘检测 15.1.1 微分算子 15.1.2 Log算子 15.1.3 Canny 算子 15.2 四叉树分解 15.2.1 四叉树分解 15.2.2 四叉树 MATLAB 函数 -Chapter XV 15.1 edge detection image analysis 15.1.1 Differential Operators 15.1.2 Log Operator 15.1.3 Canny operator 15.2
image-preprocessing-4
- 用水线阈值法分割图像 对矩阵进行四叉树分解 将图像分为文字和非文字的两个类别 形态学梯度检测二值图像的边缘-Water line image thresholding segmentation of matrix quadtree decomposition of the image into text and non-text for these two types of morphological gradient detected binary image of the edge
04.QuadTree
- 有关网络游戏地形优化的实例!用四叉树做的。-Optimization of the network game example of the terrain! Using Quadtree do.
05.QuadTree+Frustum
- 有关网络游戏地形优化的实例!用四叉树做的(2)。-Optimization of the network game example of the terrain! Using Quadtree do (2).
06.QuadTree+LOD
- 有关网络游戏地形优化的实例!用四叉树做的(3)。-Optimization of the network game example of the terrain! Quadtree do with the (3).
07.QuadTree+FixCrack
- 有关网络游戏地形优化的实例!用四叉树做的(3)。-Optimization of the network game example of the terrain! Quadtree do with the (3).
四叉树编码
- 四叉树编码 c++实现,可以用VS尝试编译()