Quadtree

2023-present

A quadtree is a computational method to process two dimensional raster space. Applying a recursive subdividing algorithm the image is delineated into regions. In this project the alogrithm subdivides space when the contrast in image detail exceeds a predetermined level. The resultant set of the algorithm is the original image encoded into a more sparse data set, retaining detail in the image and stripping low detail areas into regions of single color.

Project image description Project image description