|
| This Article | ||
| ||
| Share | ||
| Bibliographic References | ||
| Add to: | ||
| | ||
| Search | ||
| ||
| ASCII Text | x | ||
| Hanan Samet, "A Top-Down Quadtree Traversal Algorithm," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 7, no. 1, pp. 94-98, January, 1985. | |||
| BibTex | x | ||
| @article{ 10.1109/TPAMI.1985.4767622, author = {Hanan Samet}, title = {A Top-Down Quadtree Traversal Algorithm}, journal ={IEEE Transactions on Pattern Analysis and Machine Intelligence}, volume = {7}, number = {1}, issn = {0162-8828}, year = {1985}, pages = {94-98}, doi = {http://doi.ieeecomputersociety.org/10.1109/TPAMI.1985.4767622}, publisher = {IEEE Computer Society}, address = {Los Alamitos, CA, USA}, } | |||
| RefWorks Procite/RefMan/Endnote | x | ||
| TY - JOUR JO - IEEE Transactions on Pattern Analysis and Machine Intelligence TI - A Top-Down Quadtree Traversal Algorithm IS - 1 SN - 0162-8828 SP94 EP98 EPD - 94-98 A1 - Hanan Samet, PY - 1985 VL - 7 JA - IEEE Transactions on Pattern Analysis and Machine Intelligence ER - | |||
Many standard image processing operations can be implemented using quadtrees as a simple tree traversal where, at each terminal node, a computation is performed involving some of that node's neighbors. Most of this work has involved the use of bottom-up neighbor-finding techniques which search for a nearest common ancestor. Recently, top-down techniques have been proposed which make use of a neighbor vector as the tree is traversed. A simplified version of the top-down method for a quadtree in the context of a general-purpose tree traversal algorithm is presented. It differs, in part, from prior work in its ability to compute diagonally adjacent neighbors rather than just horizontally and vertically adjacent neighbors. It builds a neighbor vector for each node using a minimal amount of information. Analysis of the algorithm shows that its execution time is directly proportional to the number of nodes in the tree. However, it does require some extra storage. Use of the algorithm leads to lower execution time bounds for some common quadtree image processing operations such as connected component labeling.
Citation:
Hanan Samet, "A Top-Down Quadtree Traversal Algorithm," IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 7, no. 1, pp. 94-98, Jan. 1985, doi:10.1109/TPAMI.1985.4767622
Usage of this product signifies your acceptance of the Terms of Use.

