Paper
11 August 1995 Tiling and demand-driven evaluation for picture processing
Patrick J.-M. Horain, Victor Dogaru
Author Affiliations +
Abstract
We propose a software architecture for picture processing that allows efficient memory management when algorithms with many operators are applied to large images, and that allows automated parallelization. This architecture relies on image tiling and operators with a call back function that evaluates image tiles on demand. Several tiling strategies with and without overlapping are discussed. The compexity of this evaluation strategy is hidden to application programs. This is shown with a sample program. This architecture is well suited for neighborhood operators such as convolutions and mathematical morphology operators.
© (1995) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Patrick J.-M. Horain and Victor Dogaru "Tiling and demand-driven evaluation for picture processing", Proc. SPIE 2568, Neural, Morphological, and Stochastic Methods in Image and Signal Processing, (11 August 1995); https://doi.org/10.1117/12.216369
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Image processing

Computer architecture

Convolution

Mathematical morphology

Computer programming

Algorithm development

C++

Back to Top