Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 554 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 554 Bytes

Distinguish interior and exterior polygons

The backbone of the code is taken from https://www.boost.org/doc/libs/1_54_0/libs/polygon/example/voronoi_visualizer.cpp.

Dependencies

This project is using Qt5 for GUI and boost::polygon library for geometric computation. Boost::polygon is a header-only library. To build the project,

mkdir build

cd build

cmake ..

Usage

Lanuch voronoi_visualizer executable and select input directory. Double click on the txt file to display the polygons with inside filled. Alt Text