搜索资源列表
Convex
- 此代码用来求解建立点的凸闭包多边形,采用凸闭包插入算法建立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.
Delaunay_Jiami
- 对Delaunay三角网生成算法生成的三角网进行加密-right Delaunay triangulation algorithm to generate the triangular network encryption
guibas-stolfitar
- 根据guibas-stolfitar写的delaunay剖分算法,非常好
delaunaytriangulation
- 介绍了点与有向线段关系判断方法和凸包生成算法;提出了一种基于凸包的Delaunay三角剖分方法,采用VC#实现了该算法。实践表明该方法程序实现较简单,计算效率较高。
Delaunay_Demo
- 实现了Delaunay三角网的生长算法。在VC++6.0环境下编译
QuickDelFEX
- 这段代码是一个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.
Delaunay
- Delaunay三角形网格化算法,用于图像处理。-Delaunay triangular mesh algorithm for image processing.
Triangle
- 基于CDT的二维平面约束三角网生成算法,算法基本原理是带约束的Delaunay算法-CDT-based two-dimensional plane constraint Delaunay Triangulation Generation
Delaunay
- 是对于三角网建立的最新算法研究,欢迎大家指导-Triangulation is the latest algorithm, we welcome the guidance
FastImageSegmentation
- 一种基于Delaunay Triangulation的图像分割算法,全自动处理,不需要族数初始估计; 应用图像的统计特征,而不是图像本身,以减少计算量,提高效率。 -Delaunay Triangulation based image segmentation, automatic process, no initial estimate of the number of family application of statistical characteristics of the
Delaunay-TIN-CPP
- DELAUNAY 三角剖分算法源程序 C-DELAUNAY TIN algorithm
Delaunay1
- 基于前人的成果,改进实现了基于MFC对话框构架的Delaunay三角划分算法。测试了海量数据的三角划分,证明算法的效率不高。-Implement Delaunay algorithm based on former achivement. Test its performance on large-scale data.
Delaunay2
- 基于前人的成果,改进实现了基于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.
qhull
- 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
VCppDelaunay
- VC++编的Delaunay三角网生成算法,对学习VC++或GIS的学习都有很好的帮助-VC Delaunay Triangulation generation algorithm, right you learn VC or GIS study has very helpful
基于图像的道路裂缝识别算法的研究
- 对于四种未修补裂缝分类问题,研究它们在方向以及分布密度上的差异性来进行裂缝类型 的划分。(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
MyCrustOpen
- 用delaunay三角剖分和网格填充对离散点云数据进行网格重建(Mesh reconstruction of discrete point cloud data using Delaunay triangulation and mesh filling)