GitHub topics: voronoi-diagram
CGAL/cgal
The public CGAL repository, see the README below
Language: C++ - Size: 668 MB - Last synced at: 4 days ago - Pushed at: 10 days ago - Stars: 5,317 - Forks: 1,458

longavailable/voronoi-diagram-for-polygons
A tool to create a Voronoi diagram for polygons
Language: Python - Size: 743 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 54 - Forks: 13

dsecrieru/dvoronoi
C++ voronoi diagrams
Language: C++ - Size: 395 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

perseus784/Multi-Robot_Exploration
This project shows the area division process in Multi-Agent exploration using Cyclic Gradient Descent and also how Cooperative Perceptional Messages are used in V2V communication to share information among agents in about the environment.
Language: Python - Size: 2.9 MB - Last synced at: 1 day ago - Pushed at: over 4 years ago - Stars: 41 - Forks: 11

Geri-Borbas/Unity.Library.eppz.Geometry
2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line distance, segment intersection, polygon-point containment, polygon triangulation, polygon Voronoi diagram, polygon offset, polygon outline, polygon buffer, polygon union, polygon substraction, polygon boolean operations, and more. It is a polygon fest.
Language: C# - Size: 4.74 MB - Last synced at: 1 day ago - Pushed at: about 7 years ago - Stars: 332 - Forks: 60

Hongtai-Yuan/Voronoi_Planner_ROS2
该仓库基于ros2 humble和navigation2,在nav2中实现了基于Voronoi的全局路径规划器,以避开障碍物,使机器人在更安全的路径上行走。
Language: C++ - Size: 81.1 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 6 - Forks: 0

Scrawk/Hull-Delaunay-Voronoi
Hull, Delaunay and Voronoi algorithms in Unity
Language: C# - Size: 283 KB - Last synced at: 1 day ago - Pushed at: over 3 years ago - Stars: 425 - Forks: 36

pvigier/MyGAL
MyGAL is a computational geometry algorithms library
Language: C++ - Size: 306 KB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 39 - Forks: 6

Kirkezz/Mazes
C++ Maze Visualizer supporting orthogonal, hexagonal, and Voronoi diagram grids.
Language: C++ - Size: 282 KB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

rob1997/TrackGenerator
A package that Procedurally Generates Closed Tracks from Voronoi Diagrams using C# Jobs System, Splines and Procedural Mesh Generation.
Language: C# - Size: 575 KB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 13 - Forks: 0

SzymokArch/C-Map-Generation
Repo containing different methods of procedurally generating maps in pure C (here represented as 2D arrays)
Language: C - Size: 79.1 KB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 2 - Forks: 0

xiaoxiae/Voronoi
A simple Python library for generating various kinds of Voronoi diagrams.
Language: Python - Size: 301 KB - Last synced at: 4 days ago - Pushed at: almost 2 years ago - Stars: 19 - Forks: 2

meshpro/meshplex
:spider_web: Compute interesting points, areas, and volumes in simplex meshes of any dimension.
Size: 4.81 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 105 - Forks: 23

Jay2645/Unreal-Polygonal-Map-Gen
An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
Language: C++ - Size: 2.78 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 373 - Forks: 78

JuliaGeometry/DelaunayTriangulation.jl
DelaunayTriangulation.jl: A Julia package for Delaunay triangulations and Voronoi tessellations in the plane
Language: Julia - Size: 439 MB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 77 - Forks: 6

eadf/boostvoronoi.rs
Boost voronoi ported to rust
Language: Rust - Size: 1.84 MB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 1

qhull/qhull
Qhull development for www.qhull.org -- Qhull 2020.2 (8.1-alpha1) at https://github.com/qhull/qhull/wiki
Language: C - Size: 5.87 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 761 - Forks: 197

ross1573/generalized_voronoi_diagram
Generalized voronoi diagram for python
Language: Python - Size: 25.9 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 24 - Forks: 4

alicevision/geogram
Git mirror of the geogram library by INRIA
Language: C++ - Size: 21.9 MB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 129 - Forks: 55

KentaKato/DelaunayVoronoiCpp
A C++ implementation of the Delaunay Triangulation algorithm and Voronoi Diagram creation. Delaunay Triangulation uses the Bowyer-Watson method.
Language: C++ - Size: 4.7 MB - Last synced at: about 17 hours ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

antonio-leitao/dbsampler
Python library for efficient sampling of the decision boundary of high dimensional classification problems (binary or multiclass).
Language: Rust - Size: 1.5 MB - Last synced at: 12 days ago - Pushed at: 9 months ago - Stars: 6 - Forks: 0

kosarx/PlagueSpread---ComputationalGeometry2024
PlagueSpread is a Computational Geometry application, with the scenario of infection spread from hotspot areas. It concerns 2D, 3D space, Voronoi Diagrams, KD trees, Path finding and terrain emulation, among others.
Language: Python - Size: 101 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

iagoleal/QuadEdge
Implementation of Guibas & Stolfi's quad-edge structure for polygonal meshes.
Language: C - Size: 6.84 KB - Last synced at: 3 days ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 0

pvigier/FortuneAlgorithm
A C++ implementation of the Fortune's algorithm for Voronoi diagram construction
Language: C++ - Size: 106 KB - Last synced at: 6 days ago - Pushed at: almost 6 years ago - Stars: 60 - Forks: 15

aldenluthfi/voronoi
Language: Python - Size: 55.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

m-jahn/WeightedTreemaps
Create Voronoi and Sunburst Treemaps from Hierarchical data
Language: HTML - Size: 44.1 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 50 - Forks: 10

jolav/betazone
Where ideas and prototypes wait. Procedural Map Generator - Dungeon Random Generator - Game of Life - Tetris - Real Time SP500.
Language: JavaScript - Size: 1.84 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

WarrenWeckesser/voronoiz
Functions for generating Voronoi diagrams with alternate metrics.
Language: Python - Size: 996 KB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 1

bhargavvader/pycobra
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Language: Python - Size: 2.96 MB - Last synced at: 14 days ago - Pushed at: almost 5 years ago - Stars: 128 - Forks: 24

PARKCHEOLHEE-lab/free-form-floor-plan-design-using-differentiable-voronoi-diagram
A naive implementation of Free-form Floor Plan Design using Differentiable Voronoi Diagram
Language: Python - Size: 411 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

lycantropos/voronoi
Python port of boost/polygon Voronoi library (with separate C++ binding)
Language: Python - Size: 447 KB - Last synced at: 7 days ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 2

AsPJT/VoronoiIsland
🏝: Voronoi Island
Language: C++ - Size: 5.15 MB - Last synced at: 24 days ago - Pushed at: about 3 years ago - Stars: 21 - Forks: 2

digimortl/Geometry
Implementation of the common computational geometry problems. The problem as old as the language that they are implemented here :-)
Language: Pascal - Size: 743 KB - Last synced at: 18 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

pepeleduin/Collision-Avoidance-Algorithms-in-2D-using-Voronoi-Diagrams
Code used in my Graduation Project as requirement for obtaining the degree of Information Technology Engineer.
Language: Jupyter Notebook - Size: 9.46 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

danielpancake/voronoi
Language: Game Maker Language - Size: 69.3 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

maks-kovpak/voronoi-diagram
Implementation of a Voronoi diagram in C++ using the SFML library and a fragment shader in GLSL
Language: C++ - Size: 8.78 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

stla/Apollonius
Additively weighted Voronoï diagrams
Language: R - Size: 7.62 MB - Last synced at: 26 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

peterhellberg/karta
Experiments with map generation using Voronoi diagrams
Language: Go - Size: 126 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 105 - Forks: 5

Nikos25K/Computational-Geometry
📐 This project implements various computational geometry algorithms, focusing on convex hulls, linear programming, Delaunay triangulation, and geometric search. The code is organized into multiple modules, each solving specific geometry-related problems and demonstrating core computational methods.
Language: Python - Size: 861 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

khuyentran1401/Voronoi-diagram
Implementation of voronoi diagram with incremental algorithm
Language: Jupyter Notebook - Size: 5.71 MB - Last synced at: 13 days ago - Pushed at: almost 5 years ago - Stars: 13 - Forks: 0

asmyth01/geo-adjacency
A robust and versatile package for calculating adjacency relationships between geometries, taking obstacles into account. Useful whenever a simple intersection isn't good enough.
Language: Python - Size: 8.75 MB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

KonradLinkowski/Voronoi
Converts user-provided image to a Voronoi diagram
Language: JavaScript - Size: 62.5 KB - Last synced at: 11 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 7

eleftherioszisis/multivoro
Python bindings for creating Voronoi & Laguerre diagrams using multithreaded Voro++
Language: Python - Size: 375 KB - Last synced at: 24 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

ErwanDavidCode/Random_procedural_environment
The aim of this Python project is to generate a semi-random map representing a complex, realistic environment seen from above in 2D.
Language: Python - Size: 758 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

florianvazelle/unity-voronoi
Convex hull, triangulation and Voronoi diagram
Language: C# - Size: 180 KB - Last synced at: 24 days ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 2

Samson-Mano/Lloyds_relaxation
Voronoi tessellation from Divide and conquer Delaunay triangulation and Lloyds smoothing
Language: C# - Size: 1.02 MB - Last synced at: 13 days ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 3

valentecaio/voroplan
Interactive Voronoi diagram of the metro and bike-sharing networks of Rio de Janeiro
Language: TypeScript - Size: 20.9 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

Pierre-Monier/voronoi_diagram
Draw voronoi diagram for given sites and diagram size
Language: Dart - Size: 81.2 MB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

wp-xyz/ImagePoster
Graphical effects on images
Language: Pascal - Size: 747 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 9 - Forks: 1

zapateo/Tesi-Gianluca-Mondini-UNIPI
File e documentazione della tesi di Gianluca Mondini, Ing. Informatica Unipi
Language: Python - Size: 9.89 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

JennyKozi/Computational_Geometry
A) Convex Hull 2D-3D Algorithms B) KD-Trees, Orthogonal Search, Voronoi Diagrams, Delaunay Triangulation
Language: Jupyter Notebook - Size: 897 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

sharma-n/Drone_Parcel_Distribution
Indexing, Voronoi diagrams and travelling salesman problem w.r.t. drone delivery system.
Language: Jupyter Notebook - Size: 588 KB - Last synced at: 10 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

rapfamily4/DiscretizedLloyd
Centroidal Voronoi Diagram of a mesh's surface using an iterative discrete clustering algorithm on graphs.
Language: C++ - Size: 101 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Prommerbua/ShatteringTool
Voronoi based Shattering Tool in Unity as the topic of my master thesis
Language: C# - Size: 13.6 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

TimothyMakkison/MVVM-Delaunay
Interactable wpf canvas to draw and modify voronoi cells.
Language: C# - Size: 271 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

borisfoko/PatternAnalyser
This projekt presents an example about how to use Voronoi-Diagrams and Delaunay-Triangulation on pointclasses files extracted from breast's cells to analyse and represent their patterns and structures
Language: C# - Size: 24.9 MB - Last synced at: 9 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

lizzthabet/speculative-camouflage
A pattern generator to create wearable, camouflage-inspired textile designs
Language: TypeScript - Size: 5.39 MB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 17 - Forks: 2

paulpls/voronoi
Random voronoi diagram generator for the LÖVE framework
Language: Lua - Size: 52.7 KB - Last synced at: 28 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

saro0307/Voronoi-diagram-for-classification
Using Voronoi diagram to map random points scattered on a plane subdivides in exactly n cells enclosing a portion of the plane that is closest to each point
Language: Python - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

johnnyawesome/VoronoiDiagram
The famous Voronoi Diagram, coded in P5JS
Language: JavaScript - Size: 1.5 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

AntVil/voronoi-manhattan-simulation
Computes a voronoi-diagram with manhattan-distance-metric using a simulation
Language: JavaScript - Size: 9.77 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

jhidding/adhesion-example
This is a short astro-physical program showing how to compute the adhesion model, describing the large-scale structure of the Universe, using regular triangulations in CGAL (www.cgal.org), as well as using the Convex Hull algorithm present in Python's Scipy.
Language: Jupyter Notebook - Size: 10.5 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 6 - Forks: 0

AntVil/voronoi-regular-polygon
Computes the voronoi-diagram of a regular polygon with a point in the center
Language: JavaScript - Size: 3.91 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

SecTedd/Meshlets
This repository contains the code for the Bachelor's Thesis "Efficient Generation Of Meshlets" by Michael Borisov, written at the Technical University of Munich.
Language: C++ - Size: 21.8 MB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

nkuwenjian/voronoi_layer
A ROS costmap plugin for dynamicvoronoi presented by Boris Lau
Language: C++ - Size: 32.2 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 19 - Forks: 10

nkuwenjian/voronoi_planner
A global planner plugin for ROS navigation stack, in which A* search on a discrete gneralized Voronoi diagram (GVD) is implemented.
Language: C++ - Size: 98.6 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 34 - Forks: 17

AveryBurke/lloyd_gpu
Lloyd's Algorithm, parallelized and implemented in WebGPU, to learn about compute shaders
Language: TypeScript - Size: 1.4 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

grimseal/VoronoiUnityDOTS 📦
Fortune's Voronoi diagram for Unity DOTS (Job System, Burst Compiler) - WIP
Language: C# - Size: 93.8 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 2

ashblair/geocomp
2D computational geometry
Language: C++ - Size: 3.19 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

Teolul/Dot_Patterns_Perceptual_Grouping_RDG_vs_K-means
Repository for the Principles and Models of Perception project, addressing the human perception of Dot Patterns through the laws of the Gestalt and their algorithmic reproduction.
Language: Jupyter Notebook - Size: 16.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

fmosbacher/voronoi
Voronoi Diagram playground rendered with WebGL on canvas HTML
Language: JavaScript - Size: 17.6 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

tcoppex/ofxTriangleMesh Fork of tyhenry/ofxTriangleMesh
:small_red_triangle: (Extended) triangle mesh addon for OpenFrameworks.
Language: C++ - Size: 162 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

lemonad/voronoi-maze
Generate a Voronoi diagram from a Delaunay triangulation and use a variant of Growing Tree to (a)maze
Language: Python - Size: 63.2 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

pjkarlik/voronoi-shader
WebGL2 Fragment shader demo - F2-F1 Voronoi Diagram - using DAT.GUI and a mouse you can change colors and patterns.
Language: JavaScript - Size: 1.59 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 2

lmqZach/JetsonNano_PathPlanner
Design a Voronoi-based path planner using SciPy to auto-navigate through target locations.
Language: CMake - Size: 59.6 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

marcb152/voronoi_sweep_line
Python implementation of Steven Fortune's sweep line algorithm for voronoi graph computation
Language: Python - Size: 29.3 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

jmespadero/pyDelaunay2D
A simple Delaunay 2D triangulation in python (with numpy)
Language: Python - Size: 248 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 174 - Forks: 34

robertoost/RNGalaxy
A procedural tectonic planet simulator.
Language: C# - Size: 7.24 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0

Dar3cz3Q/voronoi-diagram-visualizator
Visualizing optimal place in Voronoi Diagram
Language: Python - Size: 57.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Dar3cz3Q/voronoi-diagram
Searching optimal place for new point in given set of points.
Language: C++ - Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

yisiox/jfa-voronoi-diagram
Small project learning the Jump Flooding Algorithm using the GPU to compute Voronoi Diagrams. Implemented using CuPy.
Language: Python - Size: 1.75 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

domino644/geometryczne_voronoi
Project for Computional Geometry classes about Voronoi Diagrams
Language: Jupyter Notebook - Size: 11.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

oycar/VoroBox
Constrained Voronoi Diagrams in 2D - not clipped so each cell is a true Voronoi cell.
Language: Swift - Size: 42.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

fernandezfran/lithiation_protocol
Lithiation of amorphous silicon protocol
Language: Python - Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

radzionc/voronoi-on-map
Voronoi Diagram + Google Places
Language: JavaScript - Size: 401 KB - Last synced at: 19 days ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 0

amatov/ResistanceBiomarkerAnalysis
Language: MATLAB - Size: 13.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cfwen/spherical-power-diagram
Language: Matlab - Size: 223 KB - Last synced at: 12 months ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 3

CZDanol/AnotherCraft
A Minecraft clone demo (master thesis)
Language: TeX - Size: 141 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 208 - Forks: 15

EhsanParsania/React-D3js-Voronoi
Implementing a voronoi chart with d3js in React
Language: HTML - Size: 387 KB - Last synced at: 28 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AlexandrosPlessias/ComputationalGeometry
ComputationalGeometry
Size: 7.91 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

akihiko47/Voronoi-diagram
Dynamic Voronoi diagram using python and pygame. The dots move randomly using Perlin noise.
Language: Python - Size: 10.2 MB - Last synced at: 14 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

R-Mussabayev/flakylib
Flaky Clustering Library (Minimum Sum-Of-Squares Clustering)
Language: Jupyter Notebook - Size: 11.5 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

begone-prop/voronoi
A multithreaded Voronoi diagram generator
Language: C - Size: 685 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

TiredFalcon/UROP2017-FSVD
Summer internship at USI Lugano: The Farthest Line-Segment Voronoi Diagram
Language: C++ - Size: 25.3 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

orzzzjq/Parallel-Banding-Algorithm-plus
Compute the exact Euclidean Distance Transform and Voronoi Diagram for 2D and 3D binary images using the GPU.
Language: C - Size: 52.7 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 63 - Forks: 7

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

ZhiLiHydro/Self-Use-Handy-Codes
Self-use handy codes in daily academic life
Language: TeX - Size: 3.08 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

isonoi/isonoi
Calculate voronoi-style polygons based on route distances / durations
Language: R - Size: 1.18 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 12 - Forks: 0

felixonwheels/voronoi
Voronoi diagram in Python using pygame
Language: Python - Size: 19.5 KB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

Razvan48/Voronoi-Diagram-Generator
A Voronoi Diagram generator. It receives an image and generates its Voronoi Diagram. The user can set the number of fixed points used in the generation of the diagram.
Language: JavaScript - Size: 693 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
