VoDiGrEx : Voronoi Diagram and Graph Extractor.
Find a file
Malcolm Mielle 6ac68d7132
Merge pull request #1 from martinmagnusson/cv4
Changing from deprecated C API to C++ API in OpenCV4
2022-01-27 15:17:39 +01:00
include Changing from deprecated C API to C++ API in OpenCV4 2022-01-27 14:49:00 +01:00
Test Changing from deprecated C API to C++ API in OpenCV4 2022-01-27 14:49:00 +01:00
.gitignore better Cmake rules and install 2016-03-08 18:32:31 +01:00
cmake_uninstall.cmake.in better Cmake rules and install 2016-03-08 18:32:31 +01:00
CMakeLists.txt Changing from deprecated C API to C++ API in OpenCV4 2022-01-27 14:49:00 +01:00
LICENSE.txt Create LICENSE.txt 2017-07-04 13:41:13 +02:00
main.cpp First commit 2016-03-04 18:58:17 +01:00
README.md updated readme 2017-08-06 20:11:16 +02:00
vodigrex-config.cmake switch to shared libs 2017-09-26 17:01:40 +02:00

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.

Dependencies