Multiresolution (or pyramid) approaches to computer vision provide the capability of rapidly detecting and extracting global structures (features, regions, patterns, etc.) from an image. The human visual system also is able to spontaneously (or preattentively) perceive various types of global structure in visual input; this process is sometimes called perceptual organization. This paper describes a set of pyramid-based algorithms that can detect and extract these types of structure; included are algorithms for inferring three-dimensional information from images and for processing time sequences of images. If implemented in parallel on cellular pyramid hardware, these algorithms require processing times on the order of the logarithm of the image diameter.During the past few years, there has been increasing interest in the use of multiresolution (pyramid) image representations in image analysis and computer vision. Several research groups have designed or built imageprocessing machines basedon this approach. A pyramidstructured array of multiprocessors can perform many types of operations on an image (inputto the base of the pyramid, one pixel per processor), in time proportional to the log of the imagediameter. (For a recent collection of papers on pyramid methods in image processing and analysis, see Rosenfeld, 1984.) One of the most important potential applications of pyramidmachines is the fast detection and extraction of globalstructures (e.g., features, regions, patterns) in an image, by rapidlycombining information collected from many parts of the image. A number of pyramid-based methods of extracting global imagestructureshave been developed at the Center for Automation Research, and others have been proposed, as described below.The rapid detection of global structure in images is an important, but not well-understood, capability of the human visual system. Humans tend to spontaneously (or preattentively) perceive various typesof globalstructures in their visual input;this process is sometimes calledperceptual organization. About 50 years ago, the Gestalt psychologists formulated a set of principles, or laws, that describehow imageparts tend to group intoglobal structures (Wertheimer, 1958). These include the laws of similarity, proximity, good continuation, and closure. In this paper, I will showhow each of these typesof groupings can be detected using fast pyramid algorithms.Fast detection of globalstructure in an image seems to be an essential component of real-time perception. HuRequests for reprints should be mailed to: