Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fogleman committed May 20, 2014
1 parent 67b19b6 commit 8f0376f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.

### Web Demo

A web-based version can be seen here:

http://www.michaelfogleman.com/static/quads/

### Animation

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

0 comments on commit 8f0376f

Please sign in to comment.