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

搜索资源列表

  1. delanay_all

    2下载:
  2. 这时一个delaunay三角网的程序,功能强大,并里面有详细说明和程序及原代码。能创建二维和三维的,且能生成模拟的3D图。-then a triangular network nodes procedures, powerful, and there are detailed procedures and the original code. To be able to create two-dimensional and three-dimensional and can generate s
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1937324
    • 提供者:gaoqing
  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
    • 文件大小:67880
    • 提供者: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
    • 文件大小:82362
    • 提供者:周倩倩
  1. Delaunay

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

    • 发布日期:2017-03-23
    • 文件大小:589679
    • 提供者:竹林英客
  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
    • 文件大小:57095
    • 提供者:XJ
  1. triTIN

    0下载:
  2. 程序生成TIN三角形,根据2D或者3D的离散点生成,分析-This program generates Triangulated Irregular Network, or TIN from scattered points on two-dimensional plane based on Delaunay s triangulation. This data structure allows data to be displayed as three-dimensional surface,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:48210
    • 提供者:Libz
  1. Caylus_map_3D.m

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

    • 发布日期:2017-04-13
    • 文件大小:2116
    • 提供者:Sylvain
  1. 3d-reconstruction

    0下载:
  2. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1199797
    • 提供者:zhangbaobao
  1. BallFretting190809

    0下载:
  2. This tool is a simplification of the ballpivoting algorithm. It imagines a bella eating a delaunay traignulation in order to extract a manifold surface. It requires a single parameter: radius of the fretting ball. Ball Fretting Given a unif
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:852116
    • 提供者:tao lu
  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
    • 文件大小:1337700
    • 提供者:杨兰
  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
    • 文件大小:8103927
    • 提供者: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
    • 文件大小:6484043
    • 提供者:superlzhi
  1. TIN

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

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

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

    • 发布日期:2017-05-12
    • 文件大小:2873663
    • 提供者:leon
  1. vtk2DDelaunayGeneration

    0下载:
  2. C++结合VTK三维可视化库,实现2D和3D Delaunay网格生成的代码,是学习vtk管线编程和 Delaunay 三角网格生成的很好的程序代码-2D & 3D Delaunay Mesh Generation implemented by c++ & vtk
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1206762
    • 提供者:lixiang
  1. triangulation-algorithm

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

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

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

    • 发布日期:2017-05-27
    • 文件大小:9643911
    • 提供者: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
    • 文件大小:2119
    • 提供者:于振国
  1. delaunaywpf_src

    0下载:
  2. delaunay 3d wpf实现的剖分程序,算法支持三维散乱点的三角剖分-delaunay 3d wpf
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-23
    • 文件大小:45292
    • 提供者:lichwjob
  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
    • 文件大小:8102912
    • 提供者:我们中国
« 12 »
搜珍网 www.dssz.com