Giter VIP home page Giter VIP logo

irrelev4nt13 / computational-geometry Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.38 MB

📐Implementation of various convex hull algorithms as well as Voronoi diagrams, Delaunay triangulation and geometric search.

License: MIT License

Jupyter Notebook 100.00%
convex-hull convex-hull-algorithms delaunay delaunay-triangulation divide-and-conquer geometric-search incremental-algorithm quickhull-algorithm visualization voronoi

computational-geometry's Introduction

Computational-Geometry

📐Implementation of various convex hull algorithms as well as Voronoi diagrams, Delaunay triangulation and geometric search.

Convex Hull Algorithms

Incremental Convex Hull Algorithm

The Incremental algorithm is implemented here to compute the convex hull of a set of points in 2D space.

Divide and Conquer Convex Hull Algorithm

Divide and Conquer algorithm, to efficiently find the convex hull of a set of points, but instead of bridge it uses the Incremental to merge the two sets.

Gift Wrapping Convex Hull Algorithm

The Gift Wrapping algorithm, also known as the Jarvis March algorithm, is implemented here to calculate the convex hull of a set of points.

Quickhull Algorithm with scipy for 2D and 3D Convex Hull

The Quickhull algorithm is implemented using the scipy library to find the convex hull of 2D and 3D point sets.

Space-Partitioning

KD-Tree Implementation

  • Build a KD-Tree from a set of points.
  • Search for points that fall within a given rectangular region.

Voronoi Diagram and Delaunay Triangulation Visualization

The Voronoi diagram and Delaunay triangulation visualization feature allows you to visualize the Voronoi diagram and Delaunay triangulation based on the generated points.

computational-geometry's People

Contributors

irrelev4nt13 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.