Skip to content

Set of scripts to decompose an image in multiple tiles like Quadtrees, Voronoitrees, etc...

License

Notifications You must be signed in to change notification settings

Sylvain-Rama/TILEs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TILEs

Set of scripts to decompose an image in multiple tiles like Quadtrees, Voronoitrees, recursive random slicing, etc...

Algorithms can be set via the local standard deviation or a heightmap

Quadtrees

VoronoiTrees

Lenna

See a Notebook for more information.

This was originally written to use with PILes