ACM Home Page
Please provide us with feedback. Feedback
Strip trees: a hierarchical representation for curves
Full text PdfPdf (1.02 MB)
Source
Communications of the ACM archive
Volume 24 ,  Issue 5  (May 1981) table of contents
Pages: 310 - 321  
Year of Publication: 1981
ISSN:0001-0782
Author
Dana H. Ballard  Univ. of Rochester, Rochester, NY
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 11,   Downloads (12 Months): 65,   Citation Count: 20
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/358645.358661
What is a DOI?

ABSTRACT

The use of curves to represent two-dimensional structures is an important part of many scientific investigations. For example, geographers use curves extensively to represent map features such as contour lines, roads, and rivers. Circuit layout designers use curves to specify the wiring between circuits. Because of the very large amount of data involved and the need to perform operations on this data efficiently, the representation of such curves is a crucial issue. A hierarchical representation consisting of binary trees with a special datum at each node is described. This datum is called a strip and the tree that contains such data is called a strip tree. Lower levels in the tree correspond to finer resolution representations of the curve. The strip tree structure is a direct consequence of using a special method for digitizing lines and retaining all intermediate steps. This gives several desirable properties. For curves that are well-behaved, intersection and point-membership (for closed curves) calculations can be solved in 0(log n) where n is the number of points describing the curve. The curves can be efficiently encoded and displayed at various resolutions. The representation is closed under intersection and union and these operations can be carried out at different resolutions. All these properties depend on the hierarchical tree structure which allows primitive operations to be performed at the lowest possible resolution with great computational time savings. Strip trees is a linear interpolation scheme which realizes an important space savings by not representing all the points explicitly. This means that even when the overhead of the tree indexing is added, the storage requirement is comparable to raster representations which do represent most of the points explicitly.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
Barrow, H.G. Interactive aids for cartography and photo interpretation. Semiannual, Tech. Rep, DARPA Contract DAAG 29-76-C-0057, SRI Int., Nov 1977.
2
3
 
4
Douglas, D.H. and Peucker, T. Algorithms for the reduction of the number of points required to represent a line or its caricature. Can. Cartogr. 10, 2 (Dec. 1973).
 
5
6
 
7
Mandelbrot, B.B. Fractals: Form, Chance and Dimension. W.H. Freeman, San Francisco, 1977.
8
 
9
 
10
Peucker, T. A theory of the cartographic line. International Yearbook of Cartography 16, 1976.
 
11
Peuquet, D.J. Raster processing: An alternative approach to automated cartographic data handling. Am. Cartogr. 6, 2 (April, 1979), 129-139.
12
 
13
Sloan, K.R., Jr. Maps and map data structures. Forthcoming Tech. Rept., Comptr. Sci Dept, Univ. of Rochester, Rochester, New York, 1981.
 
14
Tanaka, H. and Ballard, D.H. Extension of strip tree operations. Comptr Sci Dept, Univ. of Rochester, Rochester, New York, 1980.
 
15
Tanimoto, S. and Pavlidis, T. A hierarchical data structure for picture processing. Comptr Graphics and Image Processing 4, 2 (June 1975), 104-119.
 
16
Turner, K.J. Computer perception of curved objects using a television camera. Ph.D. thesis, Univ. of Edinburgh, Scotland, 1974.

CITED BY  20