Synthetic aperture radar: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Oldteched
No edit summary
 
en>Op47
Remove move tag. No rationale, discussion or obvious reason to split. This section is about SAR imaging and not general radar imaging.
Line 1: Line 1:
I am Joseph and was born on 11 March 1972. My hobbies are Radio-Controlled Car Racing and Lapidary.<br><br>Also visit my website - [http://rv4x4.com/?q=clipping-coupons-secret-lower-grocery-bills-0 4Inkjets Promotion Code]
'''Dilation''' is one of the basic operations in [[mathematical morphology]]. Originally developed for [[binary images]], it has been expanded first to [[grayscale]] images, and then to [[complete lattices]]. The dilation operation usually uses a [[structuring element]] for probing and expanding the shapes contained in the input image.
 
==Binary operator==
[[Image:Dilation.png|thumb|right|The dilation of  dark-blue square by a disk, resulting in the light-blue square with rounded corners.]]
 
In binary morphology, dilation is a shift-invariant ([[Translational invariance|translation invariant]]) operator, strongly related to the [[Minkowski addition]].
 
A binary image is viewed in mathematical morphology as a [[subset]] of a [[Euclidean space]] ''R''<sup>''d''</sup> or the integer grid ''Z''<sup>''d''</sup>, for some dimension ''d''. Let ''E'' be a Euclidean space or an integer grid, ''A'' a binary image in ''E'', and ''B'' a structuring element.
 
The dilation of ''A'' by ''B'' is defined by:
 
::<math>A  \oplus B = \bigcup_{b\in B} A_b</math>.
 
The dilation is commutative, also given by: <math>A  \oplus B = B\oplus A = \bigcup_{a\in A} B_a</math>.
 
If ''B'' has a center on the origin, 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''. The dilation of a square of side 10, centered at the origin, by a disk of radius 2, also centered at the origin, 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: <math>A  \oplus B = \{z \in E| (B^{s})_{z} \cap A\neq \varnothing\}</math>, where ''B''<sup>''s''</sup> denotes the [[rotational symmetry|symmetric]] of ''B'', that is, <math>B^{s}=\{x\in E | -x \in B\}</math>.
 
=== Properties of binary dilation ===
 
Here are some properties of the binary dilation operator:
 
* It is [[Translational invariance|translation invariant]].
* It is [[increasing]], that is, if <math>A\subseteq C</math>, then <math>A\oplus B \subseteq C\oplus B</math>.
* It is [[commutative]].
* If the origin of ''E'' belongs to the structuring element ''B'', then it is [[extensive]], i.e., <math>A\subseteq  A\oplus B</math>.
* It is [[associative]], i.e., <math>(A\oplus B)\oplus C = A\oplus (B\oplus C)</math>.
* It is [[distributive]] over [[set union]]
 
==Grayscale dilation==
In [[grayscale]] morphology, images are [[Function (mathematics)|functions]] mapping a [[Euclidean space]] or [[lattice graph|grid]] ''E'' into <math>\mathbb{R}\cup\{\infty,-\infty\}</math>, where <math>\mathbb{R}</math> is the set of [[real numbers|reals]], <math>\infty</math> is an element larger than any real number, and <math>-\infty</math> 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
 
::<math>(f\oplus b)(x)=\sup_{y\in E}[f(y)+b(x-y)]</math>,
 
where "sup" denotes the [[supremum]].  
 
===Flat structuring functions===
 
It is common to use flat structuring elements in morphological applications. Flat structuring functions are functions ''b(x)'' in the form
 
::<math>b(x)=\left\{\begin{array}{ll}0,&x\in B,\\-\infty,&\mbox{otherwise}\end{array}\right.</math>,
 
where <math>B\subseteq E</math>.
 
In this case, the dilation is greatly simplified, and given by
 
::<math>(f\oplus b)(x)=\sup_{y\in E}[f(y)+b(x-y)]=\sup_{z\in E}[f(x-z)+b(z)]=\sup_{z\in B}[f(x-z)]</math>.
 
(Suppose x=(px,qx), z=(pz,qz), then x-z=(px-pz, qx-qz).)
 
In the bounded, discrete case (''E'' is a grid and ''B'' is bounded), the [[supremum]] operator can be replaced by the [[maximum]]. Thus, dilation is a particular case of [[order statistics]] filters, returning the maximum value within a moving window (the symmetric of the structuring function support ''B'').
 
==Dilation on complete lattices==
 
[[Complete lattice]]s are [[partially ordered set]]s, where every subset has an [[infimum]] and a [[supremum]]. In particular, it contains a [[least element]] and a [[greatest element]] (also denoted "universe").
 
Let <math>(L,\leq)</math> be a complete lattice, with infimum and supremum symbolized by <math>\wedge</math> and <math>\vee</math>, respectively. Its universe and least element are symbolized by ''U'' and <math>\varnothing</math>, respectively. Moreover, let <math>\{ X_{i} \}</math> be a collection of elements from ''L''.
 
A dilation is any operator <math>\delta: L\rightarrow L</math> that distributes over the supremum, and preserves the least element. I.e.:
* <math>\bigvee_{i}\delta(X_i)=\delta\left(\bigvee_{i} X_i\right)</math>,
* <math>\delta(\varnothing)=\varnothing</math>.
 
==See also==
*[[Buffer (GIS)]]
*[[Closing (morphology)|Closing]]
*[[Erosion (morphology)|Erosion]]
*[[Mathematical morphology]]
*[[Opening (morphology)|Opening]]
 
==Bibliography==
* ''Image Analysis and Mathematical Morphology'' by Jean Serra, ISBN 0-12-637240-3 (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)
 
 
{{DEFAULTSORT:Dilation (Morphology)}}
[[Category:Mathematical morphology]]
[[Category:Digital geometry]]

Revision as of 00:55, 20 December 2013

Dilation is one of the basic operations in mathematical morphology. Originally developed for binary images, it has been expanded first to grayscale images, and then to complete lattices. The dilation operation usually uses a structuring element for probing and expanding the shapes contained in the input image.

Binary operator

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

In binary morphology, dilation is a shift-invariant (translation invariant) operator, strongly related to the Minkowski addition.

A binary image is viewed in mathematical morphology as a subset of a Euclidean space Rd or the integer grid Zd, for some dimension d. Let E be a Euclidean space or an integer grid, A a binary image in E, and B a structuring element.

The dilation of A by B is defined by:

.

The dilation is commutative, also given by: .

If B has a center on the origin, 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. The dilation of a square of side 10, centered at the origin, by a disk of radius 2, also centered at the origin, 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, .

Properties of binary dilation

Here are some properties of the binary dilation operator:

Grayscale dilation

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.

Flat structuring functions

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 is greatly simplified, and given by

.

(Suppose x=(px,qx), z=(pz,qz), then x-z=(px-pz, qx-qz).)

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

Dilation on complete lattices

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").

Let be a complete lattice, with infimum and supremum 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.:

See also

Bibliography

  • Image Analysis and Mathematical Morphology by Jean Serra, ISBN 0-12-637240-3 (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)