GitHub topics: convex-hull
TechBorn99/geographic_information_system 📦
A foundational Geographic Information System project developed in Python, demonstrating basic GIS operations like handling spatial data, triangulation, and spatial analysis. This archived project serves as an early career milestone and a resource for those new to GIS programming.
Language: Python - Size: 106 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

pjyi2147/GPU_Computing_project
Parallelize Quick Hull algorithm for Convex Hull problem using CUDA and compare the performance between the serial (CPU) version of the algorithm.
Language: C++ - Size: 149 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

NathanHowell/vhacd-rs
Language: Rust - Size: 43 KB - Last synced at: 19 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

infamoussoap/ConvexHull
Convex optimization over a probability simplex
Language: Jupyter Notebook - Size: 1.57 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

Dare-marvel/Design-And-Analysis-Of-Algorithms--DAA--
Programs, Notes and Question Papers of DAA
Language: C - Size: 174 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

aabramovrepo/python-projects-blog
Some useful algorithms implemented in Python
Language: Python - Size: 1.3 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 1

ozan-tr/enveloppe-convexe-projet-annuel-ozan-gurleyen
Un projet basé sur le web qui trouve une enveloppe convexe et calcule sa surface et son périmètre.
Language: JavaScript - Size: 175 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

thefallen27/competitive_algorithms
16 Algorithms for competitions and job interviews
Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

kcy1019/pokemon 📦
OpenGL 2D Practice
Language: C++ - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

eadf/linestring.rs 📦
Poly-line toolbox for Rust
Language: Rust - Size: 847 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

hrishikesh-srihari/ConvexHullVisualizer
A visualizer for the Convex Hull algorithm.
Language: Java - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

the-other-mariana/computational-geometry
This repo contains the process of implementing computational geometry algorithms such as Convex Hull, Bentley-Ottmann Sweep Line, Subdivison Intersection and Voronoi.
Language: Python - Size: 34.5 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

stronka/convex-hull
Convex hull algorithms study
Language: C++ - Size: 111 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ZhongkuiMa/ReLU-Hull-Approximation-WraLU 📦
An algorithm to calculate the convex hull of ReLU function (ReLU Hull) for neural network verification.
Language: Python - Size: 2.87 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mailtelenko/Convex-Hull-Visualization
A visualization of the convex hall problem written in JavaScript.
Language: JavaScript - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

KacperSynator/ConvexHull
Implementation of Graham scan algorithm for convex hull.
Language: C++ - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

TILhub/Convex-Hull-OpenCV-
Language: C++ - Size: 244 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

jwlodek/Graham-Scan
A repository containing a C implementation of the Graham Scan Convex Hull algorithm
Language: C - Size: 52.7 KB - Last synced at: 16 days ago - Pushed at: about 6 years ago - Stars: 10 - Forks: 1

Dung-Han-Lee/Convexhull-3D-Implementation-of-incremental-convexhull-algorithm
c++ implementation of 3D incremental convell hull algorthim
Language: C++ - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 34 - Forks: 7

kkanodia7/Convex-Hull
Finds and displays the convex hull of a set of randomly generated points in a blank image using a Graham Scan algorithm in C++
Language: C++ - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

manuchandel/Convexhull-Triangulation
This is a repository for my computational geometry project involving sketching convex hull and triangulating it
Language: Java - Size: 35.2 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

ishant513/portfolio
A collection of some of my best projects so far
Language: Java - Size: 150 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

panagiotiskon/Convex-Hull-Algorithms-Python
🧮 Implementation of Convex Hull Algorithms in Python
Language: Python - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Irrelev4nt13/Computational-Geometry
📐Implementation of various convex hull algorithms as well as Voronoi diagrams, Delaunay triangulation and geometric search.
Language: Jupyter Notebook - Size: 1.34 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

carissaallen/convex-hull
Convex hull algorithms implemented to analyze complexity and performance.
Language: Python - Size: 119 KB - Last synced at: 19 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

sumeetshirgure/DynamicPlanarHull
C++ implementations of real time dynamic planar convex hull construction algorithms.
Language: Jupyter Notebook - Size: 1.41 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

kk289/GeoSpatial
GeoSpatial Data Handling
Size: 10.3 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

piyush-jaiswal/image-processing
Collection of image processing modules like foreground extraction, contour extraction, histogram manipulation.
Language: Jupyter Notebook - Size: 4.37 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

OGKG/CGLib
Python3 implementation of computational geometry algorithms
Language: Python - Size: 137 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 2

EtzionR/generate-Convex-Hull-SHP-from-HDBSCAN-clustering-probabilities
Defines a boundary around cluster centers in a given point-layer shapefile.
Language: Python - Size: 7.5 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 3

Lorenzovagliano/ConvexHull
C++ Algorithm for determining and drawing the convex hull of an indeterminate number of coordinates using the Graham Scan algorithm(with 3 different sorting methods) and the Jarvis March algorithm while measuring their performance.
Language: C++ - Size: 7.45 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MerdenHran/Clusterization_algorithms
Randomly Deployed Wireless Sensor Network. UAV data collection. Nodes clustering. Find and build optimal route to collect data. Build network energy model. Calculate energy for data transmittion. Display charge, lifetime, used energy.
Language: C# - Size: 113 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 1

randomize/rust-comp-geom
Computational Geometry examples, some algorithms implementations, to learn Rust
Language: Rust - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

mlichter2/isolines
Street Networks Isolines and Isochrones
Language: Python - Size: 1.98 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 1

Zalez95/quick-hull
Algoritmo Quick Hull en Python para la clase de Algoritmos y Computación
Language: Python - Size: 81.1 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 1

vicentinileonardo/parallel-convex-hull Fork of joy-battocchio/parallel_convex_hull
Repository related to the project of the High-performance Computing for Data Science graduate course of University of Trento, academic year 2022/2023.
Language: C - Size: 49.6 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

NiklasPhabian/SphereGIS
An approach for spatially joining large sets of Points (e.g. swath data) with spherical polygons
Language: Jupyter Notebook - Size: 24.9 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Floki678/Hand-Gestures-to-assign-computer-tasks
Language: Python - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

timHau/convexHull
computes the convex Hull of n Points in O(n log(n))
Language: JavaScript - Size: 31.3 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

SimonIyamu/2d-Convex-Hull
Gift Wrap and Incremental Algorithm for the calculation of convex hull. Also, algorithm that finds the lattice points of a circle.
Language: Python - Size: 1.27 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

johnprif/Thesis
Implementation of an Algorithm for the Calculation of the Smallest Enclosing Circle and the Voronoi Diagram in O(nlogn) complexity using efficient structures such as Red-Black balanced binary search tree, HashMap etc.
Language: Java - Size: 203 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

taqu/convexhull
C++ Build Convexhull
Language: C++ - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

satwik-m/Finding-Shortest-Path-Avoiding-Obstacles
Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 3

alexvek96/convex_hull_algorithms
1st/2 Assignment of the "Computational Geometry" course (Spring Semester 2023 - NKUA). Python implementations of the following algorithms to compute the convex hull of N-points: Incremental (Graham's Scan) (2D and 3D), Quickhull (2D and 3D), Divide and Conquer (2D), Gift Wrapping (2D)
Language: Python - Size: 509 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kynosarges/tektosyne
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
Language: Java - Size: 4.23 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 55 - Forks: 12

VCityTeam/UD-VCity-Vegetation-LasToMesh
Scripts to process .las files and export the vegetation data into a 3dtiles convertible format
Language: Python - Size: 940 KB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

radiium/polydiv
Clipping html element in random polygon
Language: JavaScript - Size: 36.1 KB - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

andsfonseca/python-convexHull
Implementação do Fecho Convexo usando divisão e conquista
Language: Python - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

timeamagyar/kdd-cup-99-python
Analysis and preprocessing of the kdd cup 99 dataset using python and scikit-learn
Language: Jupyter Notebook - Size: 852 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 21 - Forks: 12

FengyiLi1102/bacteria_simulation
Bacteria population on 2D coated materials
Language: Python - Size: 6.86 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

YoC00lig/Geometric-algorithms
Geometric algorithms course at AGH UST. This repository contains labs solutions (mainly geometric algorithms implementations, but also time tests etc.) and reports. Algorithms are written in Python.
Language: Jupyter Notebook - Size: 6.94 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

YoC00lig/Convex-Hull
Project written as part of the "Geometric algorithms" course. Implementations of Convex Hull Search Algorithms with step-by-step visualizations. Written using Python language.
Language: Jupyter Notebook - Size: 3.28 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

diophung/concaveman Fork of mapbox/concaveman
A very fast 2D concave hull algorithm in JavaScript
Language: JavaScript - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

blahnikkai/graph-generator
Visualization of MST and convex hull
Language: JavaScript - Size: 169 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

swapnil96/Convex-hull
Convex hull of given 3D points
Language: Python - Size: 1.26 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 71 - Forks: 21

spryslmatej/ConvexHullAlgorithms
CPU and GPU implementations of algorithms solving the convex hull problem in C++.
Language: Cuda - Size: 57.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

angelmtzr/computational-geometry
This repository contains my own computational geometry Python package: geometric. It covers fundamental algorithms and data structures, with a focus on practical applications.
Language: Python - Size: 8.26 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

joangog/convex-hull
Convex Hull Implementation for 2D and 3D data using Divide and Conquer algorithm
Language: Python - Size: 37 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

christojeffrey/convex-hull 📦
[assignment] an algorithm derived from divide and conquer to find convex hull-outter most points within a set of points
Language: Jupyter Notebook - Size: 825 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

dawidswiton/jarvismarch
Convex Hull algorithm
Language: Java - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

elenadj7/ConvexHull
An algorithm for finding the convex hull using the Graham scan
Language: C++ - Size: 54.7 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ben842002/convex-hull
C++ implementation of convex hulls using the Graham Scan Algorithm
Language: C++ - Size: 16.1 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

xubenhao/Algorithm
1.算法与数据结构库;2.已经实现动态数组/双向链表/栈/队列/堆/链式哈希表/二叉搜索树/红黑树.均以C++模板类实现,可用于实际项目中替代STL的容器类及数据结构学习.3.已经实现图/深度优先/广度优先/单源最短路径/所有结点对最短路径/最小生成树/快速排序/归并排序/字符串匹配算法.可用于实际项目及算法学习.4.对分治/迭代算法设计方法进行总结,对动态规划/贪心算法针对几个经典问题做了具体实现.
Language: C++ - Size: 92.8 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 16 - Forks: 5

evpo/ConvexHull
A Convex Hull algorithm implemented in C++. It's simple to read and understand and the complexity is O(N) when the points are sorted by one coordinate. The console app opens an image file, draws convex hull and creates an output image file.
Language: C++ - Size: 2.47 MB - Last synced at: about 2 years ago - Pushed at: almost 10 years ago - Stars: 2 - Forks: 3

SahilQaiser/ConvexHull
A Convex Hull Solution using Grahams Scan in C++. Used Doubly Linked List for the Scan.
Language: C++ - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Ranjan2104/Hand-Gesture-Recognition-System
Gesture recognition is a topic in computer science and language technology with the goal of interpreting human gestures via mathematical algorithms.[1] It is a subdiscipline of computer vision. Gestures can originate from any bodily motion or state but commonly originate from the face or hand. Current[when?] focuses in the field include emotion recognition from face and hand gesture recognition. Users can use simple gestures to control or interact with devices without physically touching them. Many approaches have been made using cameras and computer vision algorithms to interpret sign language.
Language: Python - Size: 37.1 KB - Last synced at: 5 days ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1

neuvideo/bitrate_convex_hull
Bitrate convex hulls of YT UGC videos.
Size: 264 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

jw3126/ConvexHulls2d.jl
Simple and lightweight convex hull in 2d
Language: Julia - Size: 114 KB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

MinhQuan-Github/Convex-Hull
Graham Scan & Jarvis March method
Language: Jupyter Notebook - Size: 73.2 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

luanleonardo/concave_uhull
A simple (but not simpler) algorithm for concave hull of 2D point sets using an alpha shape algorithm.
Language: HTML - Size: 31.8 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 0

atyuwen/smallest-k-gon
Implementation of Aggarwal's smallest circumscribing k-gon algorithm.
Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 1

Bernard-Joshua/Convex-Hull-Algorithm
Convex Hull Algorithm In C++
Language: C++ - Size: 329 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

jhultman/rotating-calipers
CUDA and Numba implementations of computational geometry algorithms.
Language: Python - Size: 17.7 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 8 - Forks: 0

darian-catalin-cucer/convex-hull
The Convex Hull is a computational geometry concept defining the smallest convex polygon containing a set of points in a plane. Used in fields like computer graphics, robotics & pattern recognition, the Convex Hull algorithm finds the boundary of a cluster or minimum bounding box of points. This code repo has an implementation in Kotlin.
Language: Kotlin - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

CGodiksen/convex-hull
Find the convex hull of a shape from a set of points.
Language: Elixir - Size: 41 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

tomilov/quickhull
Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.
Language: C++ - Size: 230 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 54 - Forks: 6

yashpaneliya/Convex-Hull
C++ program to generate Convex-Hull from points given in 2D
Language: C++ - Size: 226 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

antliann/ogkg_lab 📦
Lab work for Computational Geometry and Computer Graphics subject at university.
Language: JavaScript - Size: 195 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ak811/hsfc
Hand Segmentation and Finger Counting with Convex Hull
Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

mukeshkdangi/spatialdatabase
create spatial database, visualize
Language: Java - Size: 136 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

FernandoFong/ComputationalGeometry
My own implementation of classical computational geometry algorithms on diverse languages.
Language: C++ - Size: 261 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

EtzionR/My-Convex-Hull
Convex Hull Algorithm, build from scratch, using the Monotone-Chain method.
Language: Python - Size: 11.8 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

mariia-botkina/convex_hull
A program for constructing a convex hull of a set in two-dimensional space by points
Language: Python - Size: 38.1 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Henrique-rt/QSAR_applicability_domain_convex_hull
Allows to visualize and analyze if the molecules of the test set and of an external set are contained in the convex hull defined by the molecules of the training set.
Language: Python - Size: 56.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 2

iamjpg/GoogleClustr
Performant Google Maps Point Clustering
Language: JavaScript - Size: 1.22 MB - Last synced at: 4 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

gagaspbahar/convex-hull-2d-dnc
A convex hull searching algorithm with visualizer.
Language: Jupyter Notebook - Size: 1.67 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

rishabhindoria/PostGIS-Spatial-Databases
Computed nearest neighbors and plotted convex hull on Google earth using PostGIS spatial database
Language: HTML - Size: 4 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 3

nmiljkovic/convex-hull
Convex hull solver implementing Graham Scan and Monotone Chain algorithms. React + jumpsuit +d3
Language: JavaScript - Size: 87.9 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 0

JernejPuc/convex-hull
Variations of Andrew's monotone chain algorithm.
Language: Python - Size: 419 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

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
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 21 - Forks: 19

davidmiheev/R2Convex
Construct convex hull in 2d and draw pictures of convex hulls and their intersections
Language: C++ - Size: 65.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lisa-yaqing-xu/ChanConvexHull
Implementation of Timothy Chan's convex hull algorithm, in JS.
Language: JavaScript - Size: 993 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 1

GeorgeZarokanellos/convex_hull
Jarvis march algorithm to compute convex hull for 2d dataset
Language: Python - Size: 1.52 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

dymons/concave
Implementation of all algorithms ConvexHull and ConcaveHull on C++
Language: C++ - Size: 128 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 0

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.
Language: C++ - Size: 37.1 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

fahad-mirza/scatterplot-with-circled-points-using-convex-hull
Using Asjad Naqvi's Delaunay Package, I generate a scatterplot that encircles all the points on a scatterplot by group. The example makes use of default dataset and creates a rubber band like plot around group points in Stata. The method is not clean and neat but does the trick for now.
Language: Stata - Size: 235 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Acejoy/Hand-Gesture-using-OpenCV
a project that counts fingers by recognising hand gestures using color based thresholding and convex hull
Language: Python - Size: 5.43 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

abhinav-bohra/Graham-Scan-Algorithm
My implementation of Graham's Scan Algorithm for finding the convex hull of a finite set of points in the plane with time complexity O(N*log(N)).
Language: C - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

tomasort/ConvexHull
Algorithm for finding the convex hull of a point cloud in 2D.
Language: C++ - Size: 352 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ArielXL/convex-hull
Explicación, problemas, soluciones y algoritmos para calcular el menor polígono convexo que contiene a todos los puntos en un plano, es decir, la menor envoltura convexa o convex hull.
Language: HTML - Size: 2.43 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0
