搜索资源列表
computationgeometry
- 我的计算几何模板,求3d凸包,计算最远点对(nlogn),求最近点对,和二维凸包
CONVEXHULL
- 周培德翻译的《计算几何:算法设计与分析》中的凸包算法,在Visual Studio2008平台用C#语言编写的基于页面的二维凸包生成程序。本人拥有自主版权!-Zhou s translation, "Computational Geometry: algorithm design and analysis" of the convex hull algorithm, written in C# in Visual Studio2008 platform packet generation pa
TTestMinvexCoh
- 求点集的最小凸包Graham算法。给定平面上的一个点集,找出一个最小点集顺次连结形成一个个凸多边形,使得点集中的点皆在此多边形内或此多边形上,这个凸多边形就是给定点集的二维凸包。 -Demand point set minimum the convex hull Graham algorithm. Given a set of points in the plane, to identify a minimal set of points sequential links forming a
graham
- 用matlab求二维凸包,并求出二维凸包的面积-Using matlab to calculate the two-dimensional convex hull, and find the two-dimensional convex hull area
ConvexHull
- 使用C++实现的基于OpenGl的Graham扫描法求解二维凸包问题-Using c++ implementation based on OpenGl Graham scan method to solve the two dimensional convex hull problem
