Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.31 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.31 KB

Generalized voronoi diagram

A generalized voronoi diagram for python.
Supports points, lines, polygons on generation.
Description is available at https://doi.org/10.5391/IJFIS.2023.23.3.259


Requirments

python   
    - numpy  
    - matplotlib  
    - scipy  
    - rdp  
    - opencv-python  
    - numba  
    - tripy  
    - pyvisgraph  

Path planning demo result

  • non polygon lined(normal point based voronoi diagram)

  • non vertex deleted

  • result of polygon based voronoi diagram

  • result after optimization

  • astar algorithm using optimized result


AirSim demo result

  • reference detected result

  • polygon detected result

airsim_demo_short.mp4