convex-hull
There are 292 repositories under convex-hull topic.
harjot-oberai/MaterialShadows
Material Shadows for android : A library for supporting convex material shadows
PyMesh/PyMesh
Geometry Processing Library for Python
Habrador/Computational-geometry
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc
kzampog/cilantro
A lean C++ library for working with point cloud data
qhull/qhull
Qhull development for www.qhull.org -- Qhull 2020.2 (8.1-alpha1) at https://github.com/qhull/qhull/wiki
Scrawk/Hull-Delaunay-Voronoi
Hull, Delaunay and Voronoi algorithms in Unity
Fil/d3-geo-voronoi
Voronoi / Delaunay tessellations on the sphere
JuliaReach/LazySets.jl
Scalable symbolic-numeric set computations in Julia
micycle1/PGS
Processing Geometry Suite
janosh/matbench-discovery
An evaluation framework for machine learning models simulating high-throughput materials discovery.
JuliaPolyhedra/Polyhedra.jl
Polyhedral Computation Interface
leomccormack/convhull_3d
A header-only C implementation of the Quickhull algorithm for building N-dimensional Convex Hulls and Delaunay meshes
mauriciopoppe/quickhull3d
A JS library to find the convex hull of a finite set of 3d points
swapnil96/Convex-hull
Convex hull of given 3D points
mit-acl/minvo
Simplexes with Minimum Volume Enclosing Polynomial Curves
tomilov/quickhull
Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.
kynosarges/tektosyne
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
nickorzha/computational-geometry
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc
mlichter2/concavity
Concave Hull boundary polygon for an array of points and concave and convex polygon vertex detection
Dung-Han-Lee/Convexhull-3D-Implementation-of-incremental-convexhull-algorithm
c++ implementation of 3D incremental convell hull algorthim
xubenhao/Algorithm
1.算法与数据结构库;2.已经实现动态数组/双向链表/栈/队列/堆/链式哈希表/二叉搜索树/红黑树.均以C++模板类实现,可用于实际项目中替代STL的容器类及数据结构学习.3.已经实现图/深度优先/广度优先/单源最短路径/所有结点对最短路径/最小生成树/快速排序/归并排序/字符串匹配算法.可用于实际项目及算法学习.4.对分治/迭代算法设计方法进行总结,对动态规划/贪心算法针对几个经典问题做了具体实现.
YevgeniyEngineer/LiDAR-Processing-V2
LiDAR processing ROS2. Segmentation: "Fast Ground Segmentation for 3D LiDAR Point Cloud Based on Jump-Convolution-Process". Clustering: "Curved-Voxel Clustering for Accurate Segmentation of 3D LiDAR Point Clouds with Real-Time Performance".
DerSchmale/tympanum
A Typescript library for multidimensional convex hulling and Delaunay triangulations.
w8r/orourke-compc
Code from O'Rourke book "Computational Geometry algorithms in C" 1997
azrafe7/hxDelaunay
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)
baidwan007/Sign-Languge-to-speech-conversion
We help the deaf and the dumb to communicate with normal people using hand gesture to speech conversion. In this code we use depth maps from the kinect camera and techniques like convex hull + contour mapping to recognise 5 hand signs
lstagner/ConcaveHull.jl
Julia package for calculating 2D concave/convex hulls
andreacasalino/Fast-Quick-hull
Fast C++ multi-threaded algorithm for computing convex hulls
markus-wa/quickhull-go
3D convex hull (quickhull) algorithm in Go
timeamagyar/kdd-cup-99-python
Analysis and preprocessing of the kdd cup 99 dataset using python and scikit-learn
ThomasThelen/Convex-Hull
C++ code for computing the convex hull of a polygon
geocrystal/geo
Geospatial primitives and algorithms for Crystal
JuliaFirstOrder/PiecewiseQuadratics.jl
A Julia package for manipulation of univariate piecewise quadratic functions.
aakashjhawar/hand-gesture-recognition
Detect number of fingers from image or video using OpenCV
keineahnung2345/digital-image-processing-cpp
cpp implementation for algorithms in the book "digital image processing and computer vision"("数字图像处理与机器视觉-Visual C++与Matlab实现")
RoanH/ConvexMerger
An area maximisation game based on the idea of merging convex shapes.