quickhull
Convex hull algorithm
An algorithm for computing the convex hull of a set of 3D points
C++ implementation of the 3D QuickHull algorithm
269 stars
10 watching
52 forks
Language: C++
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance JavaScript library for calculating the convex hull of 2D points | 27 |
| Generates convex hulls and related geometric shapes from point sets | 740 |
| An implementation of the Gilbert-Johnson-Keerthi collision detection algorithm in 2D for arbitrary convex polygons | 861 |
| A JavaScript library for generating concave shapes from a set of points | 591 |
| A CoffeeScript implementation of an efficient partitioning algorithm for linear data structures | 269 |
| A collection of computer vision algorithms implemented in Matlab. | 49 |
| An algorithm implementation library for fast and reliable distance queries between convex objects | 144 |
| A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 295 |
| An implementation of a pooling technique for multimodal neural networks in Torch7 | 69 |
| A method for compactly representing object proposals in object detection using high-order statistics | 107 |
| A tool and library for creating, editing, and simulating finite automata and other formal language models. | 26 |
| A Matlab implementation of two-stage kernel canonical correlation analysis for feature selection and multiple component capture in machine learning | 6 |
| A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution | 1,823 |
| A data structure library providing efficient construction and querying of 3D point sets in Unity. | 538 |
| A Vulkan-based 3D graphics application demonstrating a spinning cube | 128 |