CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Quadtree

搜索资源列表

  1. erzhiyasuo

    0下载:
  2. 能够利用游程编码和四叉树编码完成图像二值压缩。-Can use run-length coding and quadtree coding of image binary compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:342448
    • 提供者:zhouwenhao
  1. qutree

    1下载:
  2. 实现四叉树的建立,包括遍历,删除、增加节点等函数-To achieve the establishment of quadtree, including the traverse, delete, add nodes, and other functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:9752
    • 提供者:潘雨
  1. terrain

    2下载:
  2. 用OPGL实现的渲染地形一.2个地形生成算法 二.地形上的纹理 三.四叉树LOD渲染地形 四.相机剪裁地形 五.天空盒 六.简单海水 七.广告牌 八.光晕 九.地形场景物体与BVH 十.阴影体 十一.碰撞 十二.无限地形-Terrain rendering with OPGL achieve a .2 a terrain generation algorithm 2. Three terrain texture. Quadtree LOD
  3. 所属分类:OpenGL program

    • 发布日期:2015-04-08
    • 文件大小:3115008
    • 提供者:小轩
  1. QuadTreeLOD

    0下载:
  2. 一个图形显示程序,采用了四叉树算法,优化了图形显示-A graphics display program, using the quadtree algorithm, optimized graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1992945
    • 提供者:陈维崧
  1. LODManager

    2下载:
  2. 用四叉树实现了LOD地形的绘制,当然,是四叉树,如果有需要了解的话,或者是想要做场景管理开发的话,建议必备,呵呵!其他的就不多说啦!代码才是真功夫!祝下载者体验愉快吧!-Use quadtree realized LOD terrain rendering, of course, is quad-tree, and if there is a need to know about it, or want to make scene, necessary management developmen
  3. 所属分类:Game Engine

    • 发布日期:2017-04-08
    • 文件大小:764095
    • 提供者:王小波
  1. Field_Trees

    0下载:
  2. quadtree 2d game collision
  3. 所属分类:Game Program

    • 发布日期:2017-04-24
    • 文件大小:29792
    • 提供者:butin
  1. qtdecomp_var

    0下载:
  2. 基于方差一致性准则对图像进行四叉树分解!-variance quadtree
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2395
    • 提供者:刘晓翀
  1. LODdemo

    0下载:
  2. 基于opengl的LOD地形载入例子,四叉树地形载入。-Based on the LOD terrain loading opengl example, quadtree terrain loaded.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2776937
    • 提供者:许文俊
  1. qdr-paper

    0下载:
  2. 基于四叉树与图割的遥感图像分割方法,关于四叉树和图割的应用-Quadtree-based remote sensing image and graph cuts segmentation method, on the quad tree and the application of graph cuts
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1317695
    • 提供者:周禹金
  1. Edge-Detection-and-Segmentation

    0下载:
  2. 边缘检测和分割,edgedetect,houghtr,quadtree,region grow, sobeledge,straightline,thresh,watersd-Edge detection and segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:7019
    • 提供者:zhuweina
  1. cog.tar

    1下载:
  2. 基于Quadtree/Octree的网格生成器. 可以生成三角形与四面体网格-Based on Quadtree/Octree mesh generator. Can generate triangular and tetrahedral mesh
  3. 所属分类:Algorithm

    • 发布日期:2015-12-02
    • 文件大小:885760
    • 提供者:Gong Ding
  1. Untitled2

    0下载:
  2. 四叉树编码和测试的RGB图像解码方案,在matlab7.0中验证可行-Quadtree coding and testing of the RGB image decoding program, verify possible in matlab7.0
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:817
    • 提供者:张爽
  1. qtdecomp_var

    0下载:
  2. 基于方差的图像四叉树分解,与传统四叉树有所改进,大家一起改进吧。-Variance of the image based on quadtree decomposition, with the traditional four-tree improvement, improved it with everyone.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-09-08
    • 文件大小:2214
    • 提供者:李韬
  1. octree_colour_quantitative_doc-

    0下载:
  2. 网上收集的利用八叉树进行色彩量化文档资料。 常用色彩量化算法的性能分析。 基于八叉树结构的色彩量化算法。 一种八叉树色彩量化算法的改进。 真彩转256色(八叉树)。 位图八叉树算法。-The online collection by octree undertakes colour quantitative document material. Common colour the performance analysis of the quantitative a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1424898
    • 提供者:林泽鸿
  1. image_segment

    0下载:
  2. P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-P0401: P
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:48132
    • 提供者:林雪
  1. matlab-quatree-processing

    0下载:
  2. 这几个程序是我用matlab做图像分割用到的,方法是四叉树分解,大家可以参考下-These programs do I use matlab image segmentation used, the method is the quadtree decomposition, we can refer to
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1375
    • 提供者:lee
  1. Bitmap2QuadTree

    0下载:
  2. 实现Bitmap的四叉树压缩算法以及解压缩算法。-Achieve Bitmap quadtree compression algorithm and decompression algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:395882
    • 提供者:
  1. qdtree-coding

    0下载:
  2. this code descibe matlab code for quadtree decomposition in fractal image compression
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:83008
    • 提供者:noralhuda
  1. QuadtreeSplit

    0下载:
  2. 图像的Matlab用四叉树分解程序 可以自定义detfun函数以确定基于什么规则判断目标block需要继续分解或者不用继续分解 编辑encode函数可以改变分块的编码方式 test_codec函数为源码本身自带的编解码 test_split函数为使用默认detfun函数做四叉树分解的结果 qtsplit为实际调用detfun来操作四叉树分解的函数 -This is a matlab quadtree split program for image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:37487
    • 提供者:
  1. quaddemo

    0下载:
  2. 使用四叉树进行Lod地形建模程序 ,使用opengl+c++实现 -quadtree lod terrain
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:39993
    • 提供者:刚陈
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com