Skip to content

AnthonyGIS/PyQuads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quads

This project forked from Quads.

Computer art based on quadtrees.

The program targets an input image. The input image is split into four quadrants. Each quadrant is assigned an averaged color based on the colors in the input image. The quadrant with the largest error is split into its four children quadrants to refine the image. This process is repeated N times.

Animation

The first animation shows the natural iterative process of the algorithm.

Animation, http://i.imgur.com/UE2eOkx.gif

The second animation shows a top-down, breadth-first traversal of the final quadtree.

Animation, http://i.imgur.com/l3sv0In.gif

Samples

change logs

v1.1.0

  • support python 3
  • add gif generate script gen_gif.py.

20.6

About

generate quadtrees based python3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published