Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/malcolmmielle/vodigrex
- Owner: MalcolmMielle
- License: gpl-3.0
- Created: 2017-05-25T15:51:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T14:17:39.000Z (almost 3 years ago)
- Last Synced: 2023-08-06T10:51:04.257Z (over 1 year ago)
- Topics: graph, graph-extractor, image-processing, voronoi-diagram
- Language: C++
- Size: 782 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)