Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/malcolmmielle/vodigrex

VoDiGrEx : Voronoi Diagram and Graph Extractor.
https://github.com/malcolmmielle/vodigrex

graph graph-extractor image-processing voronoi-diagram

Last synced: about 2 months ago
JSON representation

VoDiGrEx : Voronoi Diagram and Graph Extractor.

Awesome Lists containing this project

README

        

# VoDiGrEx : Voronoi Diagram and Graph Extractor

Voronoi diagram drawer and Graph extraction by line following. It is based on the distance transform and openCV.

The workings are described in [this blog post](https://malcolmmielle.wordpress.com/2017/03/10/voronoi-diagram/).

## Dependencies

* [Better Graph](https://github.com/MalcolmMielle/BetterGraph)