搜索资源列表

  1. four

    0下载:
  2. 四叉树递归 此种模型绘制类似米字形的网格。由于整个过程递归调用绘图函数,所以可以根据误差判断绘制DEM的精细程度,从而绘制出不同精细程度的DEM,为解决漫游中数据量较大而引起的画面不流畅现象提供了模型基础。 本文并没有对LOD作研究,只是给出了四叉树的建立和遍历绘图的方法。 -Recursive quadtree rendering such models similar character-meter grid. Recurs
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Louis
  1. mysf

    0下载:
  2. 地形漫游在仿真、模拟、虚拟现实等领域中有着广泛应用. 大规模地形的实时漫游算法一般采用视见体裁剪和与视点相关的连续细节层次等技术来减少实际绘制的地形数据量. 通过地形分块和视见体投影三角形扫描算法实现快速裁剪, 通过调整顶点的高度值消除裂缝, 通过基于三角形的四叉分割实现连续细节层次地形简化, 简化了算法实现, 提高了算法效率. 在没有利用帧连贯性的情况下, 算法可以在PC 机上实现较大规模地形的快速交互式漫游.-Roaming ter
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:252928
    • 提供者:万方
  1. LumosQuad-src

    0下载:
  2. 四叉树实现的三维地形源程序!很经典,对可执行程序的补充-Quadtree source to achieve three-dimensional terrain! Classic on the executable program of supplementary
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-16
    • 文件大小:376832
    • 提供者:alex
  1. QuadTree

    0下载:
  2. A vc app doing QuadTrees on fixed bmps
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:72704
    • 提供者:Farhat
  1. 5

    0下载:
  2. 用水线阈值法分割图像 对矩阵进行四叉树分解 将图像分为文字和非文字的两个类别 形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Water line image thresholding segmentation of matrix quadtree decomposition of the image into text and non-text for the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:
  1. sichashufenjie

    0下载:
  2. 简单的几个四叉树分解程序,主要用于图像的分割-Several simple quadtree decomposition procedure, mainly used for image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:丽丽
  1. Lidarsecen

    0下载:
  2. 四叉树quadtree的场景绘制,渲染,贴文理,等等动作-Quadtree quadtree scene rendering, rendering, Arts and paste, and so on action
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:447488
    • 提供者:于洋
  1. fifteen

    0下载:
  2. 第十五章 图像分析 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 Opera
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:王万国
  1. matlab_4

    0下载:
  2. 边缘检测和图像分割matlab程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:51200
    • 提供者:pride
  1. 07.QuadTree+FixCrack

    0下载:
  2. 有关网络游戏地形优化的实例!用四叉树做的(3)。-Optimization of the network game example of the terrain! Quadtree do with the (3).
  3. 所属分类:其他游戏

    • 发布日期:2024-05-16
    • 文件大小:786432
    • 提供者:xiaoqiang
  1. QuadTree_src

    0下载:
  2. 国外比较好的一个四叉树源码,对研究空间索引的同学有帮助-Abroad, a better source of a quadtree, the study of spatial index will help students
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:20480
    • 提供者:lizhenhua
  1. Wedgelet

    0下载:
  2. 2-D wedgelet transform using top-down quadtree decomposition
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1464320
    • 提供者:zhao
  1. geos-3.0.0

    0下载:
  2. 这是一个Linux下的用C++写的QuadTree的LOD程序!希望对学习Linux编程的有帮助-This is an under Linux using C++ written in the LOD procedure QuadTree! Wish to study Linux programming help
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-16
    • 文件大小:2007040
    • 提供者:hubin
  1. rgbquadtree

    0下载:
  2. Quadtree decomposition [Encoding] and Decoding of RGB Image
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:134144
    • 提供者:moon
  1. QuadTreeLOD

    0下载:
  2. 采用VC及Opengl基于四叉树及LOD算法的室外三维地形实时渲染源代码-The use of VC and Opengl quadtree-based LOD algorithm and outdoor real-time rendering of three-dimensional terrain source code
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-16
    • 文件大小:1469440
    • 提供者:flamingo
  1. Quadtree1

    0下载:
  2. 自己写的一个四叉树程序,虽然建立了,但是内容还很不全面。建立了一个正方形,把数据部分放置的其中点的坐标。-To write a quadtree procedure, although established, but the content is far from comprehensive. The establishment of a square, part of the data to place the coordinate
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:252928
    • 提供者:杜鑫
  1. rgbquadtree

    0下载:
  2. quadtree implementation in matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:134144
    • 提供者:cy
  1. TheQuadtreeandRelatedHierarchicalDataStructures.ra

    0下载:
  2. The Quadtree and Related Hierarchical DataStructures-TheQuadtreeandRelatedHierarchicalDataStructures
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:4510720
    • 提供者:feng
  1. TheLargeScaleTerraiRendering

    0下载:
  2. 介绍四叉树基于视点LOD算法简化地形的图形编程资料,很有实用性,还带有其它效果的算法-Introduced Quadtree LOD algorithm based on the simplified view of the graphical programming information terrain is very practical, but also with other effects of the algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:651264
    • 提供者:薄涛
  1. Terrain

    1下载:
  2. 简单的地形渲染程序,使用了四叉树的LOD优化算法。-Simple rendering of the terrain, the use of the LOD Quadtree Optimization.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:3798016
    • 提供者:xuhao
« 1 2 34 5 6 7 8 9 10 ... 15 »

源码中国 www.ymcn.org