Easily convert any image into low-poly art in just a few clicks
The tool takes in every point that you click and runs a Delaunay Triangulation on it. It then averages out the colours in the source image for each triangle in order to generate the low-poly image.
./triangulate-tool input_image output_image
Use the opacity bar to switch between the original image and the low-poly image.
Press s
at any time to save the image, and q
to quit.
mkdir build
cd build
cmake ..
make
- OpenCV 2.x
- CMake 2.8 or above
This software is licensed under the MIT License