Contents    Page-10    Prev    Next    Page+10    Index   

Image Quadtree

An image quadtree can represent an image more compactly than a pixel representation if the image contains homogeneous regions (which most real images do). Even though the image is compressed, the value at any point can be looked up quickly, in O(log n) time.