搜索资源列表
convex_hull_running
- A source code for effective use of convex hull. Calibrate it for your hand.
CommonTangent
- CUDA program finds common tangent of 2 convex chains
QHull
- finds upper convex hull of sorted points(32). on CUDA-finds upper convex hull of sorted points(32). on CUDA
homework_algo
- 一凸 8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。 若vi 与vj 是P 上不相邻的两个顶点,则线段vivj 称为P 的一条弦。求P 的一个弦的集合T, 使得T 中所有的弦恰好将P 分割成互不重迭的三角形,且各三角形的权重之和为最小(一 个三角形的权重是其各边的权重之和)。 -A convex polygon P 8 vertex clockwise {v1, v2, ..., v8}, any two vertices of t
test
- 平面点集 凸包 找最小覆盖矩形面积 平面点集 凸包 找最小覆盖矩形面积-Planar point set to find the smallest rectangle that covers the convex hull of a plane convex hull area to find the smallest rectangular area covering the convex hull of planar point sets to find the smallest cover
triangle
- 2D凸多边形的三角网格生成,可用gridgen。-2D triangular convex polygon mesh generation, available gridgen.
convex
- 凸包算法,包括暴力穷举法,递归算法等,最后使用opengl将所有的凸包顶点绘制-Convex hull algorithms, including violence exhaustive method, recursive algorithm, and finally use opengl all the convex hull VertexPaint