Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 1.17 KB

README.md

File metadata and controls

executable file
·
22 lines (15 loc) · 1.17 KB

Low-Poly Image Generator

This project will help you generate a low-poly triangulated image from any source image. This project can also help you get some other artistic effect like poisson discs.

Project website

(Original Photo by Landovan on Unsplash)

Thanks to the next guys

This project is inspired by:

Some packages are used:

  • delaunator for delaunay triangulation of points
  • sobel for image edge detectation