登录
首页 » c++ » 逐点插入法进行Delaunay三角剖分

逐点插入法进行Delaunay三角剖分

于 2022-03-25 发布 文件大小:54.11 kB
0 155
下载积分: 2 下载次数: 1

代码说明:

使用逐点插入法进行Delaunay三角剖分,算法思路简单,易于编程实现,但是算法时间复 杂度达到O(N2),在进行大数据量计算时十分耗时。是目前Delaunay三角剖分常用和推 荐的方法之一,可用于服装建模或者人体建模以及最潮流的3D虚拟试衣中

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DOS_GDI_bmp2jpg
    bmp转化为JPG的代码,使用GDI。很好用,兄弟们不用走弯路了。(code for bmp2jpg,using gdi.it is well to use.)
    2009-07-20 10:14:40下载
    积分:1
  • Wflop1
    low-level win9x copy to floppy with verify
    2019-06-03 20:17:18下载
    积分:1
  • LCD1602
    说明:  使用STM32F103C8T6驱动LCD1602(Using STM32F103C8T6 to Drive LCD1602)
    2020-06-21 11:00:02下载
    积分:1
  • 基于51单片机的按键蜂鸣,按键蜂鸣
    基于51单片机的按键蜂鸣,/**************************************************************************************   /************************************************************************************** *功能:按键蜂鸣              * *说明:按下按键,对应的LED亮,蜂鸣器响  *硬件连接:在J3,J4,J5处插上跳线帽  第一位数码管 位引脚-->P2.0  * * 第二位数码管 位引脚-->P2.1  * * 第三位数码管 位引脚-->P2.2  * * 第四位数码管 位引脚-->P2.3  * * 所有的数码管 段引脚-->P0 *作者:研发中心  * *公司:科睿电子产品有限公司  * *电话:0530-2897239   15192459227    * *地址:菏泽市开发区广州路与淮河路交叉口科睿电子产品有限公司  * ***************************************************************************************/ #include typedef unsigned int uin
    2022-07-16 00:29:39下载
    积分:1
  • 阳历转农历的代码示例
    阳历转农历的代码示例,以及代码自动生成器!
    2022-12-03 04:10:03下载
    积分:1
  • cplex
    cplex代码,如何使用cplex,cplex的初学者必备(cplex code, how to use cplex cplex essential beginners)
    2021-03-09 23:59:27下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • 模糊控制c语言
    c语言编写实现,内容为模糊控制,两个输入变量,一个输出变量,采用三角形隶属度函数,有模糊化、控制规则表和解模糊化子函数。
    2022-03-10 23:55:27下载
    积分:1
  • drag
    vc实现拖放操作的程序源码,希望对大家有所帮助(vc drag and drop operation of program source code, we want to help)
    2011-06-05 23:07:28下载
    积分:1
  • RussiaBlock
    自己编写的俄罗斯方块,供大家参考!是在VS环境下创建的,使用C#语言编写。虽然简单但是对于初学者是很实用的。里面有很多简单但容易理解的类和对象,可以很轻松的学习游戏的开发。著作权归作者所有。 (I have written Tetris, for your reference! In the VS environment is created, using the C# language. Simple but very useful for beginners. There are so many simple but easy to understand classes and objects, you can easily learn to develop the game. All the copyright.)
    2015-11-28 10:51:31下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载