convex-hull-algorithms
There are 103 repositories under convex-hull-algorithms topic.
dyn4j/dyn4j
Java Collision Detection and Physics Engine
kynosarges/tektosyne
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
Dung-Han-Lee/Convexhull-3D-Implementation-of-incremental-convexhull-algorithm
c++ implementation of 3D incremental convell hull algorthim
avoroshilov/physics_playground
Improved version of real-time physics engine that couples FEM-based deformables and rigid body dynamics
andreacasalino/Fast-Quick-hull
Fast C++ multi-threaded algorithm for computing convex hulls
markus-wa/quickhull-go
3D convex hull (quickhull) algorithm in Go
ThomasThelen/Convex-Hull
C++ code for computing the convex hull of a polygon
DarshNaik/Hand-Detection-Finger-Counting
Detect Hand and count number of fingers using Convex Hull algorithm in OpenCV lib in Python
harshnamdev98/Hand-Gesture-Scrolling
This is project based on opencv and python by which we can control our pc by using hand gestures .
aabramovrepo/python-projects-blog
Some useful algorithms implemented in Python
dymons/concave
Implementation of all algorithms ConvexHull and ConcaveHull on C++
sumeetshirgure/DynamicPlanarHull
C++ implementations of real time dynamic planar convex hull construction algorithms.
kiranvad/WeightedDelaunay
Computes weighted Delaunay triangulation
PavlidisE/Dynamic-Convex-Hull-on-2-3-4-Tree
The dynamic convex hull algorithm by Overmars and van Leeuwen, also including concatenable queue, implemented using a leaf-oriented 2-3-4 tree data structure.
SPL-BGU/numeric-sam
Implementation of the Numeric SAM algorithm
cima22/CUDA_PlanarConvexHull
Final project for the "GPU Architecures and Computing" @ TU Wien
EtzionR/My-Convex-Hull
Convex Hull Algorithm, build from scratch, using the Monotone-Chain method.
lisa-yaqing-xu/ChanConvexHull
Implementation of Timothy Chan's convex hull algorithm, in JS.
andrewchmr/gift-wrapping-algorithm
Visualisation of Gift Wrapping Algorithm for calculating a convex hull.
azmainadel/computational-geometry
Solution to the assignments of my academic course for Computational Geometry
geocrystal/convex_hull
Crystal implementation of finding the convex hull of a finite set of points in the plane
NekoSosu/lower-convex-hull-3d
A Python implementation of Chan's Algorithm for lower convex hull in 3D.
zhuhs-q/basic-optimal-method
about basic convex optimal method, with julia
AleksaVukadinovic/KIAA
Materijali i rokovi za kurs konstrukcija i analiza algoritama za I smer na Matematickom fakultetu.
JuliaPolyhedra/julia-porta
The Julia distribution of the POlyhedron Representation Transformation Algorithm (PORTA).
nguy1708/Convex-Hull-Approximation
This was my senior project in developing and visualizing a quick convex hull approximation
rishabhindoria/PostGIS-Spatial-Databases
Computed nearest neighbors and plotted convex hull on Google earth using PostGIS spatial database
rowanwins/convex-hull-wp
A convex hull implementation based on the paper by Wijeweera & Pinidiyaarachchi
spryslmatej/ConvexHullAlgorithms
CPU and GPU implementations of algorithms solving the convex hull problem in C++.
Trisha11r/Outer_Isothetic_Cover
Construction of Outer Isothetic Cover of 2-D Digital Object (using C)
VisonChen/ConvexHull
Using the devide and conquer way to find the convexhull
austinvishal/CaPa
This repository contains code for visualizing robot capability specially wrench polytope capacity of cable driven shoulder joint
Fliedermeyer/Greenfoot-Convex-Hull
A Greenfoot template that enhances collision detection using convex hulls and the Separating Axis Theorem, optimized with an efficient hybrid approach.
Neo-Panther/Convex-Hull-Visualizer
Visualize the KPS and Jarvis March Algorithm
soppydart/Convex-Hull-Algorithms
An application for visualizing the working of two convex hull algorithms - Jarvis March and Kirkpatrick-Seidel in two dimensions.