当前位置:
首页 资源下载
搜索资源 - convex hull c code
搜索资源列表
-
0下载:
计算几何学常用算法库 C++语言实现
代码内容 计算几何学常用算法库,包括以下算法:
确定两条线段是否相交
判断点p是否在线段上
判断点q是否在多边形Polygon内
计算多边形的面积
寻找凸包 graham 扫描法
-geometry calculation commonly used algorithm for C language code as calculated geometry commonly used algorithm li
-
-
0下载:
Computational Geometry in C 书中的源代码
生成三维凸包-Computational Geometry book in the C source code generated 3D convex hull
-
-
0下载:
This code is described in \"Computational Geometry in C\" (Second Edition),
Chapter 4. It is not written to be comprehensible without the
explanation in that book.
Input: 3n integer coordinates for the points.
Output: the 3D convex hull,
-
-
0下载:
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(
-
-
1下载:
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
-
-
0下载:
用C 语言实现的对于凸包问题的求解。实现了基本的功能,代码量很少采用插值算法,先生成四个原始点,之后判断其他点-Using C language for the convex hull of the solution of the problem. To achieve the basic function of the volume of rarely used code interpolation algorithm, the original Mr. into four points, a
-
-
0下载:
C++ code. Realization of an algorithm for finding an 2D convex hull polygon for input set of 2D points (with glut).
-
-
0下载:
convex hull c++ code
-
-
1下载:
凸壳的生成是计算机图形学中的基本图形处理算法,本程序是演示生成凸壳的c++源码 -Convex hull of computer graphics generation is the basic graphics algorithms, this procedure is to demonstrate the Convex Hull of generating c++ source code
-
-
0下载:
用C#编写的计算凸包的程序,可以运行,代码简单。-Calculated using C#, the convex hull of the program, you can run the code simple.
-
-
0下载:
OPENCV学习代码,绘制轮廓的凸包,对初学者有一定帮助-OPENCV learning code, draw the outline of the convex hull, based programming Opencvd of C++
-
-
0下载:
使用C语言编程,实现凸包的快速生成,提高了运算的效率。(Using C language programming, realize the rapid generation of convex hull, improve the efficiency of the operation.)
-