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

搜索资源列表

  1. triangulation

    0下载:
  2. 这是一个关于曲面三角化的VC++程序,包括三角划分,图形逼近,改进曲面,选择内部点,辅助平面到三维空间,四边形等等功能。-This is a triangle on the surface of the VC procedures, including triangulation, graphics approximation, improving surface, the internal choice, supporting two-dimensional to three-dimensio
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:66525
    • 提供者:李晓丽
  1. tinlib_w.将离散点三角化的程序

    1下载:
  2. 将离散点三角化的程序。tinlib_w.有运行示例。做三维地形或模型显示可用,Discrete points, triangulation procedures. tinlib_w. have run the sample. Or do three-dimensional terrain models show the available
  3. 所属分类:3D图形编程

    • 发布日期:2017-04-09
    • 文件大小:1142017
    • 提供者:afei
  1. dem.rar

    2下载:
  2. 构建Delaunay三角网的VC源程序。对DEM编程学习有一定的帮助。,Construction of Delaunay Triangulation source VC. Study on DEM programming must have help.
  3. 所属分类:GIS program

    • 发布日期:2017-05-14
    • 文件大小:3983557
    • 提供者:朱丽玲
  1. TRIANGULATION.rar

    0下载:
  2. 包含了激光三角法的一些外文研究资料,对三维检测感兴趣的可以,Laser Triangulation contains some foreign language study materials, three-dimensional detection of interest can be
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:4031748
    • 提供者:陈峰峰
  1. sanjiaopoufen

    1下载:
  2. 在VS2008和opencv下,对2D/3D点(云)数据实现三角剖分,运算速度快,实时性好,计算精度高,并对三角剖分进行了优化,可以处理复杂点集的三角剖分,可以用于人脸识别的工作-In the VS2008 and opencv, the pairs of 2D/3D points (cloud) data to achieve triangulation, calculation speed, real-time performance is good, high precision, and
  3. 所属分类:Special Effects

  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. directly-triangulation

    0下载:
  2. 一种新的空间离散点集的直接三角剖分方法,MATLAB-A new space has a discrete point set of direct triangulation method, MATLAB
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:521792
    • 提供者:依念
  1. 20104226553336

    0下载:
  2. 1.加入控制器(在文件UPhysics2DControllers中),可实现浮力、风力、万有引力场、爆炸、阻尼等效果。其中的风力与爆炸效果是原C++版本中所没有的。大家还有什么新奇的想法可以联系我,为box2D Delphi加入更多的控制器,实现更多的物理效果。 2.添加了单元UPhysics2DPolygonTool,实现任意多边形的细分化(三角化)。可使box2D支持任意边数的多边形和凹多边形物体。目前这部分的demo还未完成,一位外国朋友正在制作。-1. Join the contr
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:513593
    • 提供者:王游
  1. Fortune

    0下载:
  2. 一种优越的delaunay三角剖分,以及生成voinor图的程序,快速生成,算法简单。-A superior delaunay triangulation, as well as generate voinor plans, rapid generation, algorithm is simple.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:116796
    • 提供者:zhangyining
  1. ContourToDEM

    3下载:
  2. 该源码介绍了由数字高程模型生成等高线的理论与方法,主要介绍了基于地性线的Delaunay-三角网的建立、三角网跟踪生成等高线以及等高线编辑处理的理论与方法,对遥感图像室内全数字测图过程作了有益的探讨.根据该源码所提出的基本理论和方法,利用Visual C++5.0研制开发了基于微机的等高线处理系统,并用航空像对进行了综合实验,实验表明该源码所述方法是正确的、可行的. -The source code introduced by the digital elevation model to gen
  3. 所属分类:GIS program

    • 发布日期:2017-03-30
    • 文件大小:169681
    • 提供者:liu
  1. Graphics4

    0下载:
  2. 图形算法合集4:快速线性插值、半色调技术、使用lookup查找表的快速卷积、Nurbs曲面三角化等等。-Graphical Collection 4: rapid linear interpolation, halftoning techniques, the use of look-up table lookup fast convolution, Nurbs surface triangulation and so on.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:354065
    • 提供者:metallica
  1. Delaunay

    0下载:
  2. 该程序使用OpenCV提供的函数在Visual studio6.0的环境下对若干点进行Delaunay三角剖分,具有很高的实用价值,编译已通过,绝对可用-The program provides a function to use OpenCV in Visual studio6.0 environment where a number of points on the Delaunay triangulation of high practical value, the compiler ha
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:121155
    • 提供者:石峰
  1. Delaunayjiyusuiyoutuke

    0下载:
  2. 基于最优凸壳技术的Delaunay三角剖分算法-Convex Hull based on optimal technology Delaunay triangulation algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:185322
    • 提供者:niujiying
  1. 2007513201626492_136Z_Com

    0下载:
  2. 三角网程序,tin文件的生成,主要是VB代码-Triangulation procedures, tin documents generated, mainly VB code
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:224043
    • 提供者:sjh
  1. Delaunay----VB

    0下载:
  2. tin三角网的构造 tin是使用不规则多边形拟和地球表面或者其他不规则表面,是构造数字地面模型,数字高程模型的基本方法之一-tin structure of triangulation is the use of tin to be irregular polygon and the Earth s surface or other irregular surfaces, is constructed digital terrain model, digital elevation mode
  3. 所属分类:GIS program

    • 发布日期:2017-04-08
    • 文件大小:19350
    • 提供者:王五
  1. delaunay

    0下载:
  2. delaunay voronoi三角化的java代码,此代码由康奈尔大学的教授编写-delaunay voronoi triangulation of java code, the code by the Cornell University professor of preparation
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:17312
    • 提供者:junwei
  1. Delaunay-triangulation-VB-

    1下载:
  2. 利用渐次插入算法,根据坐标数据生成简易Delaunay三角网。-Use of gradual insertion algorithm, according to the coordinate data to generate simple Delaunay triangulation
  3. 所属分类:GIS program

    • 发布日期:2017-04-04
    • 文件大小:134124
    • 提供者:yoursatan
  1. geompack3

    1下载:
  2. Voronoi和delaunay三角剖分源程序软件,用于构建数值计算的有限元预处理工作-Delaunay triangulation and Voronoi source software for building a numerical calculation of the finite element pre-processing work
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:170311
    • 提供者:Ize7gn
  1. triangle++.tar

    0下载:
  2. this a visual c + + code for point cloud triangulation, i tried it and it works really in a very good way -this is a visual c++ code for point cloud triangulation, i tried it and it works really in a very good way
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:155703
    • 提供者:ultrasound
  1. triangulation

    0下载:
  2. 动态规划实现对多边形的三角剖分,顺时针定义各个顶点值实现最优剖分。-Dynamic program to achieve triangulation of the polygon.Clockwise to definit the value of each vertex achieve the optimal split.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:183983
    • 提供者:孙雅宏
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com