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.
python3 ImageTriangulation.py <input_file_path> <min_dist_between_points>
python3 ImageTriangulation.py cornell.jpg 25