Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 744 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 744 Bytes

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