๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Fast Binary Image Processing Using Binary Decision Diagrams

โœ Scribed by L. Robert; G. Malandain


Publisher
Elsevier Science
Year
1998
Tongue
English
Weight
284 KB
Volume
72
Category
Article
ISSN
1077-3142

No coin nor oath required. For personal study only.

โœฆ Synopsis


Many classical image processing tasks can be realized as evaluations of a boolean function over subsets of an image. For instance, the simplicity test used in 3D thinning requires examining the 26 neighbors of each voxel and computing a single boolean function of these inputs. In this article, we show how Binary Decision Diagrams can be used to produce automatically very efficient and compact code for such functions. The total number of operations performed by a generated function is at most one test and one branching for each input value (e.g., in the case of 3D thinning, 26 tests and branchings). At each stage, the function is guaranteed to examine only the pertinent input data, i.e., the values which affect the result. As an example, we consider the 3D simplicity test in digital topology, and thinning processes. We produce functions much faster than our previously optimized implementations [19,4] and than any other implementation we know of. In the case of 3D simplicity test, on average, at each voxel only 8.7 neighboring voxel values are examined.


๐Ÿ“œ SIMILAR VOLUMES


Fast binary-image boundary extraction
โœ W.H.H.J. Lunscher ๐Ÿ“‚ Article ๐Ÿ“… 1986 ๐Ÿ› Elsevier Science โš– 93 KB

Color displays used in image processing systems consist of a refresh memory buffer storing digital image data which are converted into analog signals to display an image by driving the primary color channels (Red, Green, and Blue) of a color television monitor. The color cathode ray tube (CRT) of th

Ordered binary decision diagrams as know
โœ Takashi Horiyama; Toshihide Ibaraki ๐Ÿ“‚ Article ๐Ÿ“… 2002 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 258 KB

We consider the use of ordered binary decision diagrams (OBDDs) as a means of realizing knowledge-bases, and show that, from the view point of space requirement, the OBDD-based representation is more efficient and suitable in some cases, compared with the traditional CNFbased and/or model-based repr

Methods for fast morphological image tra
โœ Rein van den Boomgaard; Richard van Balen ๐Ÿ“‚ Article ๐Ÿ“… 1992 ๐Ÿ› Elsevier Science โš– 727 KB

In this paper we present new implementations for morphological binary image processing on a general-purpose computer, using a bitmap representation of binary images instead of representing binary images as bitplanes inserted in gray value images. The bitmap data representation is a very efficient on