Архитектура Аудит Военная наука Иностранные языки Медицина Металлургия Метрология Образование Политология Производство Психология Стандартизация Технологии |
Principle of Superposition
What does the superposition principle for binary data mean? For gray value images it is defi ned as H (a G + b G ') = aH G + bH G '. (18.7) The factors a and b make no sense for binary images; the addition of images corresponds to the union or logical or of images. If the superpo- sition principle is valid for morphological operations on binary images, it has the form M( G ∪ G ') = (M G ) ∪ (M G ') or M( G ∨ G ') = (M G ) ∨ (M G '). (18.8)
( G ∪ G ') ∅ M ⊇ ( G ∅ M ) ∪ ( G ' ∅ M ) ( G ∪ G ') ⊕ M = ( G ⊕ M ) ∪ ( G ' ⊕ M ). Commutativity and Associativity Morphological operators are generally not commutative:
(18.9) M 1 ⊕ M 2 = M 2 ⊕ M 1, but M 1 ∅ M 2 ≠ M 2 ∅ M 1. (18.10)
( G ∅ M 1) ∅ M 2 = G ∅ ( M 1 ⊕ M 2) = ( G ∅ M 2) ∅ M 1 ( G ⊕ M 1) ⊕ M 2 = G ⊕ ( M 1 ⊕ M 2) = ( G ⊕ M 2) ⊕ M 1.
(18.11) These equations are important for the implementation of morphological operations. Generally, the cascade operation with k structure elements 18.3 General Properties 485
[11 1] ⊕ [10 1] = [1111 1] [1111 1] ⊕ [1000 1] = [11111111 1]. (18.12) [11111111 1] ⊕ [10000000 1] = [1111111111111111 1] In this way, we can build up large exponentially growing structure ele- ments with a minimum number of logical operations just as we built up large convolution masks by cascading in Section 11.6. It is more diffi cult to obtain isotropic, i. e., circular-shaped, structure elements. The prob- lem is that the dilation of horizontal and vertical structure elements always results in a rectangular-shaped structure element, but not in a circular mask. A circular mask can be approximated, however, with one- dimensional structure elements running in more directions than only along the axes. As with smoothing convolution masks, large structure elements can be built effi ciently by cascading multistep masks.
Monotony Erosion and dilation are monotonic operations G 1 ⊆ G 2 ~ G 1 ⊕ M ⊆ G 2 ⊕ M G 1 ⊆ G 2 ~ G 1 ∅ M ⊆ G 2 ∅ M.
(18.13) Monotony means that the subset relations are invariant with respect to erosion and dilation.
Distributivity Linear shift-invariant operators are distributive with regard to addition. The corresponding distributivities for erosion and dilation with respect to the union and intersection of two images G 1 and G 2 are more complex:
and ( G 1 ∩ G 2) ⊕ M ⊆ ( G 1 ⊕ M ) ∩ ( G 2 ⊕ M ) ( G 1 ∩ G 2) ∅ M = ( G 1 ∅ M ) ∩ ( G 2 ∅ M ) ( G 1 ∪ G 2) ⊕ M = ( G 1 ⊕ M ) ∪ ( G 2 ⊕ M ) ( G 1 ∪ G 2) ∅ M ⊇ ( G 1 ∅ M ) ∪ ( G 2 ∅ M ).
(18.14)
(18.15) Erosion is distributive over the intersection operation, while dilation is distributive over the union operation. 486 18 Morphology
Duality Erosion and dilation are dual operators. By negating the binary image, erosion is converted to dilation and vice versa:
G ∅ M = G ⊕ M G ⊕ M = G ∅ M.
(18.16) The mathematical foundation of morphological operations including complete proofs for all the properties stated in this section can be found in the classic book by Serra [168].
|
Последнее изменение этой страницы: 2019-05-04; Просмотров: 258; Нарушение авторского права страницы