Suvarna Garge (Editor)

Abstract cell complex

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Abstract cell complex

In mathematics, an abstract cell complex is an abstract set with Alexandrov topology in which a non-negative integer number called dimension is assigned to each point. The complex is called “abstract” since its points, which are called “cells”, are not subsets of a Hausdorff space as it is the case in Euclidean and CW complex. Abstract cell complexes play an important role in image analysis and computer graphics.

Contents

History

The idea of abstract cell complexes (also named abstract cellular complexes) relates to J. Listing (1862) und E. Steinitz (1908). Also A.W Tucker (1933), K. Reidemeister (1938), P.S. Aleksandrov (1956) as well as R. Klette und A. Rosenfeld (2004) have described abstract cell complexes. E. Steinitz has defined an abstract cell complex as C = ( E , B , d i m ) where E is an abstract set, B is an asymmetric, irreflexive and transitive binary relation called the bounding relation among the elements of E and dim is a function assigning a non-negative integer to each element of E in such a way that if B ( a , b ) , then d i m ( a ) < d i m ( b ) . V. Kovalevsky (1989) described abstract cell complexes for 3D and higher dimensions. He also suggested numerous applications to image analysis. In his book (2008) he has suggested an axiomatic theory of locally finite topological spaces which are generalization of abstract cell complexes. The book contains among others new definitions of topological balls and spheres independent of metric, a new definition of combinatorial manifolds and many algorithms useful for image analysis.

Basic results

The topology of abstract cell complexes is based on a partial order in the set of its points or cells.

The notion of the abstract cell complex defined by E. Steinitz is related to the notion of an abstract simplicial complex and it differs from a simplicial complex by the property that its elements are no simplices: An n-dimensional element of an abstract complexes must not have n+1 zero-dimensional sides, and not each subset of the set of zero-dimensional sides of a cell is a cell. This is important since the notion of an abstract cell complexes can be applied to the two- and three-dimensional grids used in image processing, which is not true for simplicial complexes. A non-simplicial complex is a generalization which makes the introduction of cell coordinates possible: There are non-simlicial complexes which are Cartesian products of such "linear" one-dimensional complexes where each zero-dimensional cell, besides two of them, bounds exactly two one-dimensional cells. Only such Cartesian complexes make it possible to introduce such coordinates that each cell has a set of coordinates and any two different cells have different coordinate sets. The coordinate set can serve as a name of each cell of the complex which is important for processing complexes.

Abstract complexes allow the introduction of classical topology (Aleksandrov-topology) in grids being the basis of digital image processing. This possibility defines the great advantage of abstract cell complexes: It becomes possible to exactly define the notions of connectivity and of the boundary of subsets. The definition of dimension of cells and of complexes is in the general case different from that of simplicial complexes (see below).

The notion of an abstract cell complex differs essentially from that of a CW-complex because an abstract cell complex is no Hausdorff space. This is important from the point of view of computer science since it is impossible to explicitly represent a non-discret Hausdorff space in a computer. (The neighborhood of each point in such a space must have infinitelly many points).

The book by V. Kovalevsky contains the description of the theory of locally finite spaces which are a generalization of abstract cell complexes. A locally finite space S is a set of points where a subset of S is defined for each point P of S. This subset containing a limited number of points is called the smallest neighborhood of P. A binary neighborhood relation is defined in the set of points of the locally finite space S: The element (point) b is in the neighborhood relation with the element a if b belongs to the smallest neighborhood of the element a. New axioms of a locally finite space have been formulated, and it was proven that the space S is in accordance with the axioms only if the neighborhood relation is antisymmetric and transitiv. The neighborhood relation is the reflexive hull of the invers bounding relation. It was shown that classical axioms of the topology can be deduced as theorems from the new axioms. Therefore, a locally finite space satisfying the new axioms is a particular case of a classical topological space. Its topology is a poset topology or Alexandrov topology. An abstract cell complex is a particular case of a locally finite space in which the dimension is defined for each point. It was demonstrated that the dimension of a cell c of an abstract cell complex is equal to the length (number of cells minus 1) of the maximum bounding path leading from any cell of the complex to the cell c. The bounding path is a sequence of cells in which each cell bounds the next one. The book contains the theory of digital straight segments in 2D complexes, numerous algorithms for tracing boundaries in 2D and 3D, for economically encoding the boundaries and for exactly reconstructing a subset from the code of its boundary.

Abstract Cell Complex Digital Image Representation

A digital image may be represented by a 2D Abstract Cell Complex (ACC) by decomposing the image into its ACC dimensional constituents: points (0-cell), cracks/edges (1-cell), and pixels/faces (2-cell).

This decomposition together with a coordinate assignment rule to unambiguously assign coordinates from the image pixels to the dimensional constituents permit certain image analysis operations to be carried out on the image with elegant algorithms such as crack boundary tracing, digital straight segment subdivision, etc. One such rule maps the points, cracks, and faces to the top left coordinate of the pixel. It should be noted that these dimensional constituents require no explicit translation into their own data structures but may be implicitly understood and related to the 2D array which is the usual data structure representation of a digital image. This coordinate assignment rule and the renderings of each cell incident to this image is depicted in the image at right.

References

Abstract cell complex Wikipedia