Jump to content

User:Renatokeshet/Topological skeleton

From Wikipedia, the free encyclopedia

Binary morphology[edit]

In binary morphology, an image is viewed as a subset of an Euclidean space or the integer grid , for some dimension d.

Structuring element[edit]

The basic idea in binary morphology is to probe an image with a simple, pre-defined shape, drawing conclusions on how this shape fits or misses the shapes in the image. This simple "probe" is called structuring element, and is itself a binary image (i.e., a subset of the space or grid).

Here are some examples of widely used structuring elements (denoted by B):

  • Let ; B is an open disk of radius r, centered at the origin.
  • Let ; B is a 3x3 square, that is, B={(-1,-1), (-1,0), (-1,1), (0,-1), (0,0), (0,1), (1,-1), (1,0), (1,1)}.
  • Let ; B is the "cross" given by: B={(-1,0), (0,-1), (0,0), (0,1), (1,0)}.

Basic operators[edit]

The basic operations are shift-invariant (translation invariant) operators strongly related to Minkowski addition.

Let E be a Euclidean space or an integer grid, and A a binary image in E.

Erosion[edit]

The erosion of the dark-blue square by a disk, resulting in the light-blue square.

The erosion of the binary image A by the structuring element B is defined by:

,

where Bz is the translation of B by the vector z, i.e., , .

When the structuring element B has a center (e.g., B is a disk or a square), and this center is located on the origin of E, then the erosion of A by B can be understood as the locus of points reached by the center of B when B moves inside A. For example, the erosion of a square of side 10, centered at the origin, by a disc of radius 2, also centered at the origin, is a square of side 6 centered at the origin.

The erosion of A by B is also given by the expression: .


Example application: Assume we have received a fax of a dark photocopy. Everything looks like it was written with a pen that is bleeding. Erosion process will allow thicker lines to get skinny and detect the hole inside the letter "o".

Dilation[edit]

The dilation of the dark-blue square by a disk, resulting in the light-blue square with rounded corners.

The dilation of A by the structuring element B is defined by:

.

The dilation is commutative, also given by: .

If B has a center on the origin, as before, then the dilation of A by B can be understood as the locus of the points covered by B when the center of B moves inside A. In the above example, the dilation of the square of side 10 by the disk of radius 2 is a square of side 14, with rounded corners, centered at the origin. The radius of the rounded corners is 2.

The dilation can also be obtained by: , where Bs denotes the symmetric of B, that is, .

Example application: Dilation is the opposite of the erosion. Figures that are very lightly drawn get thick when "dilated". Easiest way to describe it is to imagine the same fax/text is written with a thicker pen.

Opening[edit]

The opening of the dark-blue square by a disk, resulting in the light-blue square with round corners.

The opening of A by B is obtained by the erosion of A by B, followed by dilation of the resulting image by B:

.

The opening is also given by , which means that it is the locus of translations of the structuring element B inside the image A. In the case of the square of radius 10, and a disc of radius 2 as the structuring element, the opening is a square of radius 10 with rounded corners, where the corner radius is 2.

Example application: Let's assume someone has written a note on a non-soaking paper that writing looks like it is growing tiny hairy roots all over. Opening essentially removes the outer tiny "hairline" leaks and restores the text. The side effect is that it rounds off things. The sharp edges start to disappear.

Closing[edit]

The closing of the dark-blue shape (union of two squares) by a disk, resulting in the union of the dark-blue shape and the light-blue areas.

The closing of A by B is obtained by the dilation of A by B, followed by erosion of the resulting structure by B:

.

The closing can also be obtained by , where Xc denotes the complement of X relative to E (that is, ). The above means that the closing is the complement of the locus of translations of the symmetric of the structuring element outside the image A.

Properties of the basic operators[edit]

Here are some properties of the basic binary morphological operators (dilation, erosion, opening and closing):

  • They are translation invariant.
  • They are increasing, that is, if , then , and , etc.
  • The dilation is commutative.
  • If the origin of E belongs to the structuring element B, then .
  • The dilation is associative, i.e., . Moreover, the erosion satisfies .
  • Erosion and dilation satisfy the duality .
  • Opening and closing satisfy the duality .
  • The dilation is distributive over set union
  • The erosion is distributive over set intersection
  • The dilation is a pseudo-inverse of the erosion, and vice-versa, in the following sense: if and only if .
  • Opening and closing are idempotent.
  • Opening is anti-extensive, i.e., , whereas the closing is extensive, i.e., .

Grayscale morphology[edit]

Watershed of the gradient of the cardiac image

In grayscale morphology, images are functions mapping a Euclidean space or grid E into , where is the set of reals, is an element larger than any real number, and is an element smaller than any real number.

Grayscale structuring elements are also functions of the same format, called "structuring functions".

Denoting an image by f(x) and the structuring function by b(x), the grayscale dilation of f by b is given by

,

where "sup" denotes the supremum.

Similarly, the erosion of f by b is given by

,

where "inf" denotes the infimum.

Just like in binary morphology, the opening and closing are given respectively by

, and
.

Flat structuring functions[edit]

It is common to use flat structuring elements in morphological applications. Flat structuring functions are functions b(x) in the form

,

where .

In this case, the dilation and erosion are greatly simplified, and given respectively by

, and
.

In the bounded, discrete case (E is a grid and B is bounded), the supremum and infimum operators can be replaced by the maximum and minimum. Thus, dilation and erosion are particular cases of order statistics filters, with dilation returning the maximum value within a moving window (the symmetric of the structuring function support B), and the erosion returning the minimum value within the moving window B.

In the case of flat structuring element, the morphological operators depend only on the relative ordering of pixel values, regardless their numerical values, and therefore are especially suited to the processing of binary images and grayscale images whose light transfer function is not known.

Mathematical morphology on complete lattices[edit]

Complete lattices are partially ordered sets, where every subset has an infimum and a supremum. In particular, it contains a least element and a greatest element (also denoted "universe").

Adjunctions (Dilation and Erosion)[edit]

Let be a complete lattice, with infimum and minimum symbolized by and , respectively. Its universe and least element are symbolized by U and , respectively. Moreover, let be a collection of elements from L.

A dilation is any operator that distributes over the supremum, and preserves the least element. I.e.:

  • ,
  • .

An erosion is any operator that distributes over the infimum, and preserves the universe. I.e.:

  • ,
  • .

Dilations and erosions form Galois connections. That is, for all dilation there is one and only one erosion that satisfies

for all .

Similarly, for all erosion there is one and only one dilation satisfying the above connection.

Furthermore, if two operators satisfy the connection, then must be a dilation, and an erosion.

Pairs of erosions and dilations satisfying the above connection are called "adjunctions", and the erosion is said to be the adjoint erosion of the dilation, and vice-versa.

Opening and Closing[edit]

For all adjunction , the morphological opening and morphological closing are defined as follows:

, and
.

The morphological opening and closing are particular cases of algebraic opening (or simply opening) and algebraic closing (or simply closing). Algebraic openings are operators in L that are idempotent, increasing, and anti-extensive. Algebraic closings are operators in L that are idempotent, increasing, and extensive.

Particular cases[edit]

Binary morphology is a particular case of lattice morphology, where L is the power set of E (Euclidean space or grid), that is, L is the set of all subsets of E, and is the set inclusion. In this case, the infimum is set intersection, and the supremum is set union.

Similarly, grayscale morphology is another particular case, where L is the set of functions mapping E into , and , , and , are the point-wise order, supremum, and infimum, respectively. That is, is f and g are functions in L, then if and only if ; the infimum is given by ; and the supremum is given by .

References[edit]

  • Image Analysis and Mathematical Morphology by Jean Serra, ISBN 0126372403 (1982)
  • Image Analysis and Mathematical Morphology, Volume 2: Theoretical Advances by Jean Serra, ISBN 0-12-637241-1 (1988)
  • An Introduction to Morphological Image Processing by Edward R. Dougherty, ISBN 0-8194-0845-X (1992)
  • Morphological Image Analysis; Principles and Applications by Pierre Soille, ISBN 3540-65671-5 (1999), 2nd edition (2003)

External links[edit]

[[Category:Image processing]] [[Category:Digital geometry]] [[Category:Mathematical morphology]]