Algorithm to expand regions represented by linear quadtrees

作者:

Highlights:

摘要

An algorithm is presented that changes to ‘black’ those ‘white’ pixels within a specified distance of any ‘black’ pixel in an image represented by a linear quadtree. This function is useful for answering queries in a geographic information system such as ‘Find all wheat fields within five miles of a flood plain.’ The algorithm works by computing the chessboard distance to nearby black pixels for large white nodes, and either leaves them white, changes them to black or repeats the process on each subquadrant, as required. Small white nodes are a priori within the given radius and require no further calculation. Thus only a small percentage of the nodes of the quadtree need extensive processing. The algorithm is easily applied to multicoloured images by treating all nonwhite colours as ‘black’.

论文关键词:linear quadtrees,hierarchical data structures,cartography,geographic information systems,region expansion

论文评审过程:Available online 10 June 2003.

论文官网地址:https://doi.org/10.1016/0262-8856(88)90022-4