voronoi-polygons

There are 16 repositories under voronoi-polygons topic.

  • MauriceGit/Voronoi_Image_Manipulation

    A system independent tool for interactive image manipulation with Voronoi and Delaunay data structures.

    Language:Go23310816
  • lindbrook/cholera

    R Package for Analyzing John Snow's 1854 Cholera Map

    Language:R1365313
  • longavailable/voronoi-diagram-for-polygons

    A tool to create a Voronoi diagram for polygons

    Language:Python442710
  • FortunesAlgorithm

    fewlinesofcode/FortunesAlgorithm

    Fortunes algorithm implementation in Swift

    Language:Swift13200
  • khujsak/VriPY

    Periodic Voronoi Tesselation of Crystals and Feature Extraction for Quantum Machine Learning in Python

    Language:Python8101
  • madgal/VoronoiAnalysis

    Python code that can be used to analyze molecular dynamics simulations of proteins/polymers solvated in water. The first and second hydration shells are calculated, the molecular volume, the partial molar volume, and the number of waters associated with each side chain are calculated. This is specifically for PNIPAM but can be modified fairly easily to suit other polymers/protiens. The MDAnalysis library is used for parsing trajectories. Voronio polygons are created using the pyvoro wrapper of Voro++.

    Language:Python8101
  • okounadi/Geoprivacy

    Geographical Masking methods. Applicable to discrete confidential-private-sensitive geodata.

    Language:Python6203
  • mett29/Map-Generator

    Map's generator in Python using Voronoi polygons and Lloyd relaxation

    Language:Jupyter Notebook5101
  • color_voronoi

    kramergroup/color_voronoi

    Color Voronoi diagram according to scalar property of points.

    Language:Jupyter Notebook4200
  • paulpls/voronoi

    Random voronoi diagram generator for the LÖVE framework

    Language:Lua2200
  • johnnyawesome/VoronoiDiagram

    The famous Voronoi Diagram, coded in P5JS

    Language:JavaScript120
  • mtn/voronoi

    A readable, easy-to-use library for generating Voronoi diagrams

    Language:C++130
  • Voronoi-Diagram

    Muckthebuck/Voronoi-Diagram

    Create Voronoi diagram given an initial bounding polygon and some centeroid data points (reffered to as watchtower points)

    Language:C1100
  • Sylvain-Rama/TILEs

    Set of scripts to decompose an image in multiple tiles like Quadtrees, Voronoitrees, etc...

    Language:Jupyter Notebook0100
  • at-robins/geo-bounded-voronoi

    A small command line utility to convert a 2-dimensional input point set to finite Voronoi cells that are bound by an input polygon.

    Language:Rust