[Ariadne Logo]


Binary Image Compression Example - Algorithm

To illustrate the use of Ariadne, we use a Binary Image Compression example. The program compresses black and white images by representing the pixels in the image as leaves in a bintree and by replacing like colored siblings with a single pixel at the parent level. This process goes on till the entire image is compressed. [Image representation in bintree] Bintree representation of image


[Image of binary image compression in progress] Compression in progress


[PREV] [Back to tutorial] [NEXT]
Sameer Shende <sameer@cs.uoregon.edu>