Each image, which is submitted for indexing to the database, is partitioned using a quadtree structure, for achieving a compact representation of the color distribution in the image. In this work, the quadtree segmentation is used to extract a compact description of the distribution of colors in an image: a hierarchical structure is associated to the image, in which a dominant color is associated to leaves as well as to intermediate nodes of the quadtree.
The descriptor is extracted in 3 steps:
For matching procedure, color structure descriptor is first extracted from sample image and then matched with the descriptors associated to the images contained in the DB. Now here we can have a result image in certain range of tolerance according to two criterion : Quadtree Structure Similarity (QSS) and Quadtree Color Similarity(QCS). The main concept is that the difference in the structure of two quadtrees can be evaluated through the number of changes in the structure that need to be performed to make one of the quadtrees equivalent to the other. This process is called quadtree warping. Once the two quadtrees have the same structure, they are recursively navigated and the difference is computed between the colors of
the
corresponding leaves. The final formula as stated in [2], used for the similarity matching(SM) is the following: