convex-hull topic

List convex-hull repositories

hxDelaunay

31
Stars
4
Forks
Watchers

Delaunay triangulations, Voronoi, convex hull and more. Ported to Haxe 3 from https://github.com/sledorze/hxDelaunay (itself a port of the excellent https://github.com/nodename/as3delaunay)

go-convexhull

15
Stars
2
Forks
Watchers

Implementation of Graham Scan algorithm for Convex Hull in GO with visualization

ConcaveHull.jl

30
Stars
13
Forks
Watchers

Julia package for calculating 2D concave/convex hulls

Algorithm

36
Stars
5
Forks
Watchers

1.算法与数据结构库;2.已经实现动态数组/双向链表/栈/队列/堆/链式哈希表/二叉搜索树/红黑树.均以C++模板类实现,可用于实际项目中替代STL的容器类及数据结构学习.3.已经实现图/深度优先/广度优先...

Convex-Hull

19
Stars
4
Forks
Watchers

C++ code for computing the convex hull of a polygon

geo

20
Stars
1
Forks
20
Watchers

Geospatial primitives and algorithms for Crystal

computational-geometry

36
Stars
2
Forks
Watchers

Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh...

ConvexMerger

18
Stars
0
Forks
Watchers

An area maximisation game based on the idea of merging convex shapes.

kdd-cup-99-python

21
Stars
13
Forks
Watchers

Analysis and preprocessing of the kdd cup 99 dataset using python and scikit-learn