Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Refinement methods for geometric bounds in constructive solid geometry
Cameron S., Yap C. ACM Transactions on Graphics (TOG)11 (1):12-39,1992.Type:Article
Date Reviewed: Mar 1 1993

The idea of using boxes to bound complex shapes and prune costly geometric computations has been used in several fields for over a decade (see my work with N. Badler [1]). Within solid modeling, bounding “has passed into the folklore,” as the authors say. This paper presents the first formal analysis of using general bounds in constructive solid geometry (CSG), however. Here objects are represented as trees whose nodes represent set intersection, union, and perhaps difference, and whose leaves represent primitive solids. Bounding involves assigning bounding regions for the leaves and computing bounding regions for the internal nodes and ultimately for the root. These bounds can then be used as quick tests for collision detection in robotics, intersection detection for graphics ray tracing, and so on.

The simplest “bounding function” consists of circumscribing boxes, all aligned with the same coordinate axes. First consider positive trees, those employing only intersection and union nodes. Then bounds can be computed as follows. In an upward pass, a union node is assigned a box to circumscribe the union of the boxes of its children, and an intersection node is assigned the intersection of its children’s boxes. After this propagates to the root, a downward pass commences: each child’s box is replaced by its intersection with its parent’s box. The authors prove that this process converges to a unique fixed point after at most n up/down pass pairs, where n is the number of leaves of the tree.

What is more surprising is that natural variants of this procedure fail in some regard. Using spheres as bounding functions does not lead to unique fixed points. Convex hulls do converge to fixed points, but they are computationally expensive.

The authors classify bounding functions according to various useful properties, and they prove theorems that permit refining the bounds while preserving the properties. They also investigate “double-bounding functions,” which bound the objects from both inside and outside. They discuss the complications introduced by trees that include set difference nodes. After considering counterexamples to desired properties for double-bounding functions on difference trees, they reach the depressing conclusion that “it is not possible to combine inner and outer bounds in a consistent matter.” On the positive side, simple box-bounding exhibits rapid convergence in practice.

The paper oscillates between lucid high-level discussion supported by clear examples and turgid notation that takes some perseverance to penetrate. Effort is amply rewarded, however.

Reviewer:  Joseph O’Rourke Review #: CR116150
1) O’Rourke, J. and Badler, N. Image analysis of human motion using constraint propagation. IEEE Trans. Pattern Anal. Machine Intell. PAMI-2, 6 (Nov. 1980), 522–536.
Bookmark and Share
  Featured Reviewer  
 
Hierarchy And Geometric Transformations (I.3.5 ... )
 
 
Computer-Aided Design (CAD) (J.6 ... )
 
 
Geometrical Problems And Computations (F.2.2 ... )
 
 
Simplification Of Expressions (I.1.1 ... )
 
 
Expressions And Their Representation (I.1.1 )
 
 
Nonnumerical Algorithms And Problems (F.2.2 )
 
  more  
Would you recommend this review?
yes
no
Other reviews under "Hierarchy And Geometric Transformations": Date
Geometrical transformations on pictures represented by leafcodes
van Lierop M. Computer Vision, Graphics, and Image Processing 33(1): 81-98, 1986. Type: Article
Oct 1 1987
Visualizing quaternion rotation
Hart J. (ed), Francis G., Kauffman L. ACM Transactions on Graphics (TOG) 13(3): 256-276, 1994. Type: Article
Dec 1 1995
Hierarchical Data Structures and Algorithms for Computer Graphics. Part I.
Samet H., Webber R. IEEE Computer Graphics and Applications 8(3): 48-68, 1988. Type: Article
Apr 1 1989

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy