Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.37 KB

README.md

File metadata and controls

34 lines (28 loc) · 2.37 KB

ImageTriangulation

A short python script that tessellates any image into a mesh of triangles using weighted blue noise sampling. More details to follow soon.

Following external dependencies are required to run the script:

  • PIL
  • Numpy and Matplotlib
  • Scipy
  • Skimage
  • Pandas

All other imports should be a part of Python 3's internal library suite.

Usage

python3 ImageTriangulation.py <input_file_path> <min_dist_between_points>

Example

python3 ImageTriangulation.py cornell.jpg 25

Output Images