quadtree-1.0 |
Utilities to encode and display bitmaps as quadtrees |
| Description: |
A quadtree is a means of encoding an image as a tree structure. Each node of the tree has up to four children. The root node represents the entire image; its children represent the four quadrants of the entire image; their children represent the sixteen subquadrants, and so on. Ras2qt is a filter which reads a raster file and produces a quadtree. Xqtdisp is a quadtree viewer for X11 |
| Author: |
Bob Glickstein <bobg@andrew.cmu.edu> |
| Home URL: |
http://www.erc.msstate.edu/ |
| Installation Tree: |
/opt/quadtree |
| Build-time dependencies: |
gcc make netpbm |
| Run-time dependencies: |
netpbm |
| Documentation: |
Installation README Man Page |
| Screenshots: |
Screen shot of quadtree running (Size: 5 K) |