CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - delaunay 算法

搜索资源列表

  1. Convex

    1下载:
  2. 此代码用来求解建立点的凸闭包多边形,采用凸闭包插入算法建立Delaunay三角网可以用到或参考。-this code to solve the establishment point of closure convex polygon, using convex closure insertion algorithm to establish Delaunay triangulation can be used as reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.84kb
    • 提供者:hlzhangrui
  1. Delaunay_Jiami

    0下载:
  2. 对Delaunay三角网生成算法生成的三角网进行加密-right Delaunay triangulation algorithm to generate the triangular network encryption
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:192.97kb
    • 提供者:aaa
  1. guibas-stolfitar

    0下载:
  2. 根据guibas-stolfitar写的delaunay剖分算法,非常好
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:18.78kb
    • 提供者:杨行
  1. delaunaytriangulation

    0下载:
  2. 介绍了点与有向线段关系判断方法和凸包生成算法;提出了一种基于凸包的Delaunay三角剖分方法,采用VC#实现了该算法。实践表明该方法程序实现较简单,计算效率较高。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9.02kb
    • 提供者:赵韩
  1. Delaunay_Demo

    3下载:
  2. 实现了Delaunay三角网的生长算法。在VC++6.0环境下编译
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:50.72kb
    • 提供者:黄昏深处
  1. QuickDelFEX

    0下载:
  2. 这段代码是一个Delaunay三角网算法。我的想法是要开始一个项目,目的是建立一个强大的有效率三角网/啮合工具。-In this code you will find a Delaunay triangulation algorithm. My idea is to start a project which purpose is to create a robust an efficient triangulation/meshing tool.
  3. 所属分类:Special Effects

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

    0下载:
  2. Delaunay三角形网格化算法,用于图像处理。-Delaunay triangular mesh algorithm for image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:21.8kb
    • 提供者:陈皓
  1. Triangle

    2下载:
  2. 基于CDT的二维平面约束三角网生成算法,算法基本原理是带约束的Delaunay算法-CDT-based two-dimensional plane constraint Delaunay Triangulation Generation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2.24kb
    • 提供者:zhoulch
  1. Delaunay

    0下载:
  2. 是对于三角网建立的最新算法研究,欢迎大家指导-Triangulation is the latest algorithm, we welcome the guidance
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:15.25kb
    • 提供者:澄海
  1. FastImageSegmentation

    0下载:
  2. 一种基于Delaunay Triangulation的图像分割算法,全自动处理,不需要族数初始估计; 应用图像的统计特征,而不是图像本身,以减少计算量,提高效率。 -Delaunay Triangulation based image segmentation, automatic process, no initial estimate of the number of family application of statistical characteristics of the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6.63mb
    • 提供者:zjl
  1. Delaunay-TIN-CPP

    1下载:
  2. DELAUNAY 三角剖分算法源程序 C-DELAUNAY TIN algorithm
  3. 所属分类:Special Effects

    • 发布日期:2015-09-23
    • 文件大小:81kb
    • 提供者:黑山
  1. Delaunay1

    0下载:
  2. 基于前人的成果,改进实现了基于MFC对话框构架的Delaunay三角划分算法。测试了海量数据的三角划分,证明算法的效率不高。-Implement Delaunay algorithm based on former achivement. Test its performance on large-scale data.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.06mb
    • 提供者:安庆友
  1. Delaunay2

    0下载:
  2. 基于前人的成果,改进实现了基于MFC对话框构架的Delaunay三角划分算法,用激光雷达的LAS数据进行了测试,效果不错。并尝试实现Matlab中GridData()函数的实现过程。-MFC Dialog based Delaunay algorithm tested with LiDAR las data showing its good performance. How to release GridData function of Matlab is also tried.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.61mb
    • 提供者:安庆友
  1. qhull

    0下载:
  2. qhull生成算法,纯c语言实现。 通过顶点生成convex hull的快速算法,也会生成delaunay三角形和Voronoi图。- Qhull is a general dimension convex hull program that reads a set of points from stdin, and outputs the smallest convex set that contains the points to stdout. It also generate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:288.63kb
    • 提供者:邓东生
  1. VCppDelaunay

    0下载:
  2. VC++编的Delaunay三角网生成算法,对学习VC++或GIS的学习都有很好的帮助-VC Delaunay Triangulation generation algorithm, right you learn VC or GIS study has very helpful
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:135.93kb
    • 提供者:zhch82
  1. 基于图像的道路裂缝识别算法的研究

    0下载:
  2. 对于四种未修补裂缝分类问题,研究它们在方向以及分布密度上的差异性来进行裂缝类型 的划分。(For the problem of unrepaired crack classification, we use the differences of them on the crack direction and the distribution for crack classification. Using 2D feature mapping, Delaunay t
  3. 所属分类:图形图像处理

  1. MyCrustOpen

    1下载:
  2. 用delaunay三角剖分和网格填充对离散点云数据进行网格重建(Mesh reconstruction of discrete point cloud data using Delaunay triangulation and mesh filling)
  3. 所属分类:图形图像处理

搜珍网 www.dssz.com