Description
Console app, uses OpenCV library. Takes a path to some image and creates a .svg description of its contours. Resulting image can contain lines and ellipse arcs.
Usage
The app can be launched using cmake + make,
mkdir ./build
cd ./build
cmake ../
make
./to_vector /path/to/image