CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - delaunay 3D

搜索资源列表

  1. 2D

    0下载:
  2. C code for \"Computational Geometry in C (Second Edition)\": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:66.29kb
    • 提供者:Mark
  1. 利用OpenGL实现三维地形

    1下载:
  2. 此资料介绍的是:利用OpenGL实现三维地形可 视化,采用Delaunay三角化法得到地形采样点,并用已知数据对三角曲面进行插值加密,生成规则格网(GRID)数据结构的方法,可得到高度真实感的三维地形可视化效果。 -The data presented are: the use of OpenGL for three-dimensional terrain visualization, using Delaunay triangulation method to be terrain
  3. 所属分类:3D图形编程

    • 发布日期:2017-03-22
    • 文件大小:80.43kb
    • 提供者:周倩倩
  1. Delaunay

    0下载:
  2. Delaunay 分治算法三角网格剖分!-Source code for DeWall, a divide and conquer 3d Delaunay
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-23
    • 文件大小:575.86kb
    • 提供者:竹林英客
  1. Ccode2.tar

    1下载:
  2. c语言计算几何 三角化 Ch1, Code 1.14 凸形外壳[2D] Ch3, Code 3.8 凸形外壳[3D] Ch4, Code 4.8 球 Chapter 4, Fig. 4.15 德劳内类型 Ch5, Code 5.2 ...See *English version.-\Computational Geometry in C\ the book s recipe Triangulate Chapter 1, Code 1.14 /tri Convex
  3. 所属分类:Special Effects

    • 发布日期:2016-08-10
    • 文件大小:55.76kb
    • 提供者:XJ
  1. Caylus_map_3D.m

    0下载:
  2. Generation of 3D MAP with Delaunay
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2.07kb
    • 提供者:Sylvain
  1. qhull-2010.1

    0下载:
  2. 一个快速实现三维凸包的程序,并且有Delaunay三角化,半平面交,voronoi图。-a 3D quickhull program,and has delaunay triagulation,half intersection,voronoi programs.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1.28mb
    • 提供者:杨兰
  1. winPointCloud

    0下载:
  2. 基于VTk的点云显示,构网(Delaunay Tin,包含二维,三维,及TEN)。附有详细的代码注释,也有实例数据。-The point cloud based VTk display, configuration network (Delaunay Tin, including 2D, 3D, and TEN). With detailed code comments, but also instance data.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-24
    • 文件大小:7.73mb
    • 提供者:cl
  1. PlantraEN1608

    0下载:
  2. Plantra-Trajectory Planning is a software to rebuild surfaces from cloud points, featuring shaded 3D visualization and path planning for robotics paths. It uses Voronoi diagram, Cyrus-Beck clipping, Delaunay triangulation and B-Splines
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-22
    • 文件大小:6.18mb
    • 提供者:superlzhi
  1. TIN

    0下载:
  2. delaunay 三角剖分,三维点云,可以显示。-delaunay trianglation, 3D pointclound, run good.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:5.85kb
    • 提供者:black dark
  1. Delaunay

    0下载:
  2. delaunay三角化实现三角网格剖分,并能够实现3D显示-delaunay triangulation triangular mesh, and 3D display
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-12
    • 文件大小:2.74mb
    • 提供者:leon
  1. triangulation-algorithm

    0下载:
  2. 三维折剖面的Delaunay三角剖分算法-Delaunay triangulation algorithm for 3D folded profile
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:344.05kb
    • 提供者:依念
  1. Triangulation_3

    0下载:
  2. 可以做三维的三角剖分,速度快,效率非常非常高。-is used for 3D Delaunay triangulation
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-27
    • 文件大小:9.2mb
    • 提供者:yjh
  1. Delaunay3D

    0下载:
  2. VTK delaunay3D 实例 ,VTK库中的delaunay3D 来进行点云的三角化。-This example creates a tetrahedral mesh from unorganized points. The example uses the vtkDelaunay3D filter. The resulting mesh will be a solid convex hull of the original points. The example takes the po
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-10
    • 文件大小:2.07kb
    • 提供者:于振国
  1. qhull-2015.2

    0下载:
  2. 最新版的qhull 用于快速实现三维凸包,并且有Delaunay三角化,半平面交,voronoi图。programs.-a 3D quickhull program,and has delaunay triagulation,half intersection,voronoi
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-13
    • 文件大小:2.54mb
    • 提供者:hh
  1. 基于VTk的点云显示

    0下载:
  2. 基于VTk的点云显示,构网(Delaunay Tin,包含二维,三维,及TEN)。附有详细的代码注释,也有实例数据。-(VTk based point cloud display (Delaunay, Tin, including 2D, 3D, and TEN). With detailed code notes, there are examples of data. -)
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-29
    • 文件大小:7.73mb
    • 提供者:我们中国
搜珍网 www.dssz.com