Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A short python script to tessellate any image into a bunch of colored triangles using weighted blue noise sampling.

NotificationsYou must be signed in to change notification settings

pixelsnafu/ImageTriangulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A short python script to tessellate any image into a bunch of colored triangles using weighted blue noise sampling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp