SlideShare a Scribd company logo
Journal of Information Engineering and Applications                                                       www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.4, 2012



           Higher Dimensional Image Analysis using Brunn-Minkowski
               Theorem, Convexity and Mathematical Morphology
                                           Ramkumar P.B     (Corresponding author)
              Rajagiri School of Engineering & Technology, Rajagiri Valley PO , Kerala, India ,PIN - 682039
                                                      Tel: 0484 2427835
                               * E-mail of the corresponding author: rkpbmaths@yahoo.co.in
Abstract
The theory of deterministic morphological operators is quite rich and has been used on set and lattice theory.
Mathematical Morphology can benefit from the already developed theory in convex analysis. Mathematical
Morphology introduced by Serra is a very important tool in image processing and Pattern recognition. The
framework of Mathematical Morphology consists in Erosions and Dilations. Fractals are mathematical sets with a
high degree of geometrical complexity that can model many natural phenomena. Examples include physical objects
such as clouds, mountains, trees and coastlines as well as image intensity signals that emanate from certain type of
fractal surfaces. So this article tries to link the relation between combinatorial convexity and Mathematical
Morphology.
Keywords: Convex bodies, convex polyhedra, homothetics, morphological cover, fractal, dilation, erosion.
1. Introduction
1.1 Types of Images
An image is a mapping denoted as I, from a set, NP, of pixel coordinates to a set, M, of values such that for every

coordinate vector, p =             in NP, there is a value I(p) drawn from M.   NP is also called the image plane.[1]

Under the above defined mapping a real image maps an n-dimensional Euclidean vector space into the real numbers.
Pixel coordinates and pixel values are real.
A discrete image maps an n-dimensional grid of points into the set of real numbers.             Coordinates are n-tuples of
integers, pixel values are real.
A digital image maps an n-dimensional grid into a finite set of integers. Pixel coordinates and pixel values are integers.
A binary image has only 2 values.      That is, M= {mfg , mbg}, where mfg, is called the foreground value and mbg is called
the background value.
The foreground value is mfg = 0, and the background is mbg = –∞.          Other possibilities are {mfg, mbg} = {0,∞}, {0,1},
{1,0}, {0,255}, and {255,0}.
1.2 Definition

The foreground of binary image I is                                                              .

The background is the complement of the foreground and vice-versa
1.3 Dilation and Erosion
Morphology uses ‘Set Theory’ as the foundation for many functions [1].            The simplest functions to implement are
                                                            1
Journal of Information Engineering and Applications                                                               www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.4, 2012


‘Dilation’ and ‘Erosion’
1.3.1   Definition:       Dilation   of   the   object    A     by    the   structuring         element       B     is    given     by



Usually A will be the signal or image being operated on A and B will be the Structuring Element’

1.3.2 Definition: Erosion
The opposite of dilation is known as erosion. Erosion of the object A by a structuring element B is given by



Erosion of A by B is the set of points x such that B translated by x is contained in A.

1.4 Opening and Closing

Two very important transformations are opening and closing. Dilation expands an image object and erosion shrinks
it. Opening, generally smoothes a contour in an image, breaking narrow isthmuses and eliminating thin protrusions.
Closing tends to narrow smooth sections of contours, fusing narrow breaks and long thin gulfs, eliminating small
holes, and filling gaps in contours.
1.4.1 Definition Opening
The opening of A by B, denoted by                , is given by the erosion by B, followed by the dilation by B, that is



1.4.2 Closing


The opposite of opening is ‘Closing’ defined by
Closing is the dual operation of opening and is denoted by            . It is produced by the dilation of A by B, followed by
the erosion by B:
2. Morphological Operators defined on a Lattice
2.1 Definition: Dilation

Let             be a complete lattice, with infimum and minimum symbolized by             and     , respectively.[1],[2].[10]

 A dilation is any operator                     that distributes over the supremum          and preserves the least element.

                      ,              .
2.2 Definition : Erosion


An erosion is any operator                  that distributes over the infimum                             ,                   .
2.3 Galois connections
Dilations and erosions form Galois connections. That is, for all dilation δ there is one and only one erosion            that satisfies

                                                            2
Journal of Information Engineering and Applications                                                                 www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.4, 2012



                                            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.
2.4 Definition :Adjunctions :
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.
2.5 Opening and Closing

For all adjunction               , the morphological opening                         and morphological closing                       are

defined as follows:[2]

           , 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.
 2.6 Particular cases
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, [2] 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                                          .[1]

                                   g (m)
Let f ( n) be the signal and                be the structuring element over a domain then the dilation and erosion are defined as
                                   g (n )

( f ⊕ g )(n) = max m∈D [ f (n − m) + g (m)], D                            is                 any             domain                 and


(f     g )(n) = min m∈D [ f (n + m) − g (m)], D is any domain. ⊕ and                     are dilation and erosion operators.[2]

2.7 Morphogenetic field

Let X ≠   ϕ and W ⊆ P ( X ) such that i) φ , X              ∈ W , ii) If B     ∈ W      then its complement         B   ∈ W iii)      If




                                                                    3
Journal of Information Engineering and Applications                                                             www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.4, 2012


                                                             ∞
Bi ∈ W is a sequence of signals defined in X, then          U Bi ∈
                                                            n =1
                                                                       W.


Let A=   {φ : W → U / φ (∪ Ai ) = ∨φ ( Ai ) & φ (∧ Ai ) = ∧φ ( Ai )}         . Then WU is called           Morphogenetic field

[16]where       the family Wu is the set of all image signals defined on the continuous or discrete image Plane X and
taking values in a set U .The pair ( Wu, A ) is called an operator space where A is the collection of operators defined on
X.
2.8 Morphological space
The triplet (X, Wu, A ) consisting of a set X, a morphogenetic field         Wu   and an operator    A(or collection of operators)
defined on X is called a Morphological space [8].
       Note: If X = Z2 then it is called Discrete Morphological space
3 . Morphological Cover


     Let ( X ,Wu , A) be a morphological space. Let ε be the size of the structuring element B, then

                 N
     CB (ε ) = ∑ ( f ⊕ Bε − f         Bε )(n) is called the morphological cover of f.[13]
                 n =1



4. Brunn-Minkowski Theorem

      Let   ( X ,Wu , A) be a morphological space .Let 0<t<1 and let Ho and H1 be any two compact convex

      structuring bodies in       .Consider the compact convex body Ht = (1-t)H0+tH1.Then the following inequality
      holds true:


       (v( H t ))1/ n ≥ (1 − t )(v( H 0 ))1/ n + t (v( H1 ))1/ n where v denotes any volume element in      .


      This inequality is reduced to the equality iff H0 and H1 are homothetic.[14]

4.1 Lemma:


      Let 0<t<1 and let        and       be two compact convex bodies in              such that                        Then,


      for the compact convex body                                    the inequality                 holds true. Furthermore,


      the inequality                 is fulfilled iff    is a translate of    .(ie.                 for some translation h of

      Rn.[14]


                                                             4
Journal of Information Engineering and Applications                                                              www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.4, 2012



4.2 Result: Let    ( X ,Wu , A) be a morphological space .Let U= E be a vector space and let dim(E) =n. Let P be an

    n-dimensional convex body structuring element in X taking values in E. Then                   a finite family of structuring
    elements               of n dimensional simplices such that




           1)

           2)     The interior of these structuring elements (simplices) are pairwise disjoint.

           3) For each          ,the set of vertices of       is contained in the set of vertices of P.

             Remark: In view of the above result, we can state the following result.

4.3 Result: Let     ( X ,Wu , A) be a morphological space. All convex structuring elements defined on a morphological
    space can be decomposed.


4.4 Proposition: If   ∪ Bi denotes the decomposition of a convex structuring element B then B = ∪ Bi .
                       i                                                                                     i




4.5 Proposition: A morphological space         ( X ,Wu , A) is compact iff for every family of closed convex sets defined
    by   v has a non empty intersection.

4.6 Proposition: Let       ( X ,Wu , A) be a morphological space. If                            are decomposition of a convex

    structuring element B ,then      f ⊕ B = f ⊕ ∪ Bi
                                                          i




4.7 Lemma ::Let     ( X ,Wu , A) be a morphological space .Let A and B be any two compact convex structuring elements in

    the space X = Rn and let the relation     S B ( A) = n(v( A))( n−1) / n .(v( B ))1/ n be satisfied. Then A and B are homothetic.
    In particular, if B is a ball then A is a ball too, where S denotes an (n-1) dimensional volume in Rn .

4.8 Definition : The cross section              of f at level t is the set defined by


          X t ( f ) = { x / f ( x) ≥ t} where

4.9 Proposition:[In view of the above lemma]



                                                                 5
Journal of Information Engineering and Applications                                                                     www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.4, 2012



      Let ( X ,Wu , A) be a morphological space .Let                                  and             be two cross sections of a

      compact           convex        bodies         in      Rn(or         image      in     Rn)      and       let   the       relation
      S X t ( X t1 ( f )) = n(v( X t1 ( f )))( n−1) / n .(v( X t2 ( f )))1/ n    be satisfied. Then                                 are
            2


      homothetic.

5 Morphological Equivalence

      If two objects are homothetic then they are morphologically equivalent.

      In particular,                                  are Morphologically equivalent.

5.1 Proposition:


      Let       ( X ,Wu , A) be a morphological space .Let                      be the given compact planar structuring set in         .


      Let                be positive homothetic. i.e.         H 0 = ε B0 = {ε b / b ∈ B0 } & H1 = ε B1 = {ε b / b ∈ B1} and

      also                                       for a compact convex body. Then the following equality holds:

      (v( H t ))1/ n = (1 − t )(v( H 0 ))1/ n + t (v( H1 ))1/ n .[14]

5.2 Proposition:


    Let   ( X ,Wu , A) be a morphological space .Let                                 where              ,ε B   = {ε b / b ∈ B} for any

    Basic structuring body B, then            v(Ct ) = 1 where                                     be a compact convex body. Also


    v(C0 ) = 1 and v(C1 ) = 1 .[14]

5.3 Lemma


    Let   ( X ,Wu , A) be a morphological space .Let M be a smooth surface in                       supplied with the induced metric.


    That is lengths are measured along the surface: For any                         let         be the disk of radius r centred at x.

    Then     (v( H t ))1/ n = (1 − t )(v( H 0 ))1/ n + t (v( H1 ))1/ n where                                   and homothetic       and


          are defined as    H 0 = U Dr1 ( x ), ∀x and H1 = U Dr2 ( x ), ∀x .[14]

                                                                       6
Journal of Information Engineering and Applications                                                          www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.4, 2012


5.4 Result: Morphological cover of any smooth surface M=f is compact.


5.5 Morphological floating space: Let       ( X ,Wu , A) be a morphological space. . Let ε be the size of any structuring

                                                                         N
    element B and the morphological cover of f be           CB (ε ) = ∑ ( f ⊕ Bε − f         Bε )(n) .Then the infima or
                                                                         n =1

    suprema of all morphological covers for every ε defines a Morphological floating space. So, there exist two
    floating spaces which are known as upper and lower floating spaces.

5.6 Complete Morphological space

       A Morphological space is said to be complete if there exist upper and lower floating spaces.

5.7 Morphological Projection


 If a Morphological space    ( X ,Wu , A)     is complete then there exist a projection of f into the floating space.


6   Conclusion

Convex sets and convex structures play an important role in higher dimensional analysis. Convex sets can be defined in
a vector space or more generally in a Morphological space. An attempt towards the extension of work done in lower
dimension is explained in this paper. Image processing in higher dimension is more complicated. We hope that this
work will help to reduce the difficulties at least in a smaller scale.




                                                             7
Journal of Information Engineering and Applications                                                www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.4, 2012


References
E. R. Dougherty and J. Astola (1994): Introduction to Non-linear Image Processing, SPIE, Bellingham, Washington.

Frank Y .Shih, Image Processing and Mathematical Morphology, CRC Press, 2009.

H.J.A.M Heijmans ,Morphological Image operators, Boston, M.A Academic,1994.
I. Pitas and A. N. Venetsanopoulos (1990): Nonlinear Digital Filters: Principles and Applications, Kluwer Academic
Publishers, Boston, Massachusetts, U.S.A.
John Goustias and Henk J.A.M Heijmans , Mathematical Morphology,      I.O.S press .
J.Serra, Image Analysis and Mathematical Morphology ,New York Academic ,1982.
K.V Pramod, Ramkumar P.B ,Convex Geometry and Mathematical          Morphology, International Journal of      Computer
Applications, Vol:8,Page 40-45.
K.V Pramod & Ramkumar P.B, Morphological Space and Transform Systems ,International Journal of Scientific &
Engineering Research, Volume 2,Issue 4,April   2011
K.V Pramod & Ramkumar P.B, Generalized Algebraic Structure for Mathematical Morphology ,International Journal of
Computer Applications(0975-8887,Volume 16-No.6, February 2011.
P.Maragos and R.W Schafer ,”Morphological System for multi dimensional signal processing” Proc.IEEE,Vol,78,PD
690-710,April 1990.
P.Maragos, Slope Transforms:Theory and Applications to Non Linear Signal Processing, IEEE Transactions on Signal
Processing,Vol.43, No. 4,April 1995.
R. C. Gonzalez and R. E. Woods (1992): Digital Image Processing, Addison-Wesley, New York..
Ramkumar P.B , Morphological Adjunctions, Moore Family and Morphological Transforms ,Journal of
Theoretical and Applied   Information Technology, Vol.31,No.2 September 2011.
Ramkumar P.B and K.V Pramod ,Mathematical Morphology and Fractal Geometry, Global Journal of
Science Frontier Research, issue 6, Vol.11,September 2011.
V.V Buldygin and A.B Kharazishvili, Geometric Aspects of Probability Theory and Mathematical Statistics, Kluwer
Academic Publishers,2000.

First A. Author (Ramkumar P.B) is working as an assistant professor at Rajagiri School of Engineering &
Technology Cochin . He received the post graduate degree in mathematics from Cochin university of Science &
Technology , Cochin , India in 1999. His interests are in Mathematical Morphology, Discrete Mathematics and
Optimization Techniques.




                                                        8
This academic article was published by The International Institute for Science,
Technology and Education (IISTE). The IISTE is a pioneer in the Open Access
Publishing service based in the U.S. and Europe. The aim of the institute is
Accelerating Global Knowledge Sharing.

More information about the publisher can be found in the IISTE’s homepage:
http://www.iiste.org


The IISTE is currently hosting more than 30 peer-reviewed academic journals and
collaborating with academic institutions around the world. Prospective authors of
IISTE journals can find the submission instruction on the following page:
http://www.iiste.org/Journals/

The IISTE editorial team promises to the review and publish all the qualified
submissions in a fast manner. All the journals articles are available online to the
readers all over the world without financial, legal, or technical barriers other than
those inseparable from gaining access to the internet itself. Printed version of the
journals is also available upon request of readers and authors.

IISTE Knowledge Sharing Partners

EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open
Archives Harvester, Bielefeld Academic Search Engine, Elektronische
Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial
Library , NewJour, Google Scholar

More Related Content

PDF
1.differential approach to cardioid distribution -1-6
PDF
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
PPT
Crystallite size nanomaterials
PDF
11.coupled fixed point theorems in partially ordered metric space
PDF
Steven Duplij, "Polyadic analogs of direct product"
PDF
S. Duplij. Polyadic algebraic structures and their applications
PDF
On the stability and accuracy of finite difference method for options pricing
1.differential approach to cardioid distribution -1-6
11.0001www.iiste.org call for paper.differential approach to cardioid distrib...
Crystallite size nanomaterials
11.coupled fixed point theorems in partially ordered metric space
Steven Duplij, "Polyadic analogs of direct product"
S. Duplij. Polyadic algebraic structures and their applications
On the stability and accuracy of finite difference method for options pricing

What's hot (20)

PDF
Periodic differential operators
PDF
Topological Inference via Meshing
PDF
S. Duplij, Polyadic Hopf Algebras And Quantum Groups
PDF
The International Journal of Engineering and Science (IJES)
PDF
Generalized interaction in multigravity
PDF
Analysis of coupled inset dielectric guide structure
PDF
Sensitivity Analysis of GRA Method for Interval Valued Intuitionistic Fuzzy M...
PDF
Polyadic systems and multiplace representations
PDF
S. Duplij - Polyadic systems, representations and quantum groups
PDF
Composition of soft set relations and construction of transitive
PDF
4515ijci01
PDF
IRJET- On Distributive Meet-Semilattices
PDF
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...
PDF
N0747577
PDF
ALEXANDER FRACTIONAL INTEGRAL FILTERING OF WAVELET COEFFICIENTS FOR IMAGE DEN...
PDF
CoClus ICDM Workshop talk
PDF
Greens functions and finite elements
PDF
Fundamentals of Parameterised Covering Approximation Space
PDF
One modulo n gracefulness of
PDF
Green's theorem in classical mechanics and electrodynamics
Periodic differential operators
Topological Inference via Meshing
S. Duplij, Polyadic Hopf Algebras And Quantum Groups
The International Journal of Engineering and Science (IJES)
Generalized interaction in multigravity
Analysis of coupled inset dielectric guide structure
Sensitivity Analysis of GRA Method for Interval Valued Intuitionistic Fuzzy M...
Polyadic systems and multiplace representations
S. Duplij - Polyadic systems, representations and quantum groups
Composition of soft set relations and construction of transitive
4515ijci01
IRJET- On Distributive Meet-Semilattices
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...
N0747577
ALEXANDER FRACTIONAL INTEGRAL FILTERING OF WAVELET COEFFICIENTS FOR IMAGE DEN...
CoClus ICDM Workshop talk
Greens functions and finite elements
Fundamentals of Parameterised Covering Approximation Space
One modulo n gracefulness of
Green's theorem in classical mechanics and electrodynamics
Ad

Viewers also liked (8)

PDF
Ascribe Solutions presentation
PDF
Top 10 Social Media Monitor (2009)
PDF
SGE Presentation QNet
PDF
In Voice Presentation QNet
PDF
Iowa Museum Association Presentation
PPT
Leaders for the Cure
PPTX
Point to performance
Ascribe Solutions presentation
Top 10 Social Media Monitor (2009)
SGE Presentation QNet
In Voice Presentation QNet
Iowa Museum Association Presentation
Leaders for the Cure
Point to performance
Ad

Similar to Higher dimensional image analysis using brunn minkowski theorem, convexity and mathematical morphology (20)

PPS
M1 unit vii-jntuworld
PPT
Continutiy of Functions.ppt
PDF
Doubled Geometry and Double Field Theory
PDF
project
PDF
Prof. Rob Leigh (University of Illinois)
PDF
Frobenious theorem
PDF
Comparison of the optimal design
PDF
Wythoff construction and l1-embedding
PDF
Functional analysis in mechanics 2e
PDF
Functional analysis in mechanics
PDF
Integrating spheres
PDF
Analysis and algebra on differentiable manifolds
PDF
Introduction to Common Spatial Pattern Filters for EEG Motor Imagery Classifi...
PDF
Soliton optical fibers supercontinuum generation near the zero dispersion
PDF
Reciprocity Law For Flat Conformal Metrics With Conical Singularities
PDF
Rough set on concept lattice
PDF
Amirim Project - Threshold Functions in Random Simplicial Complexes - Avichai...
PDF
PDF
F-Compact operator1_p1-2
PDF
Module%201
M1 unit vii-jntuworld
Continutiy of Functions.ppt
Doubled Geometry and Double Field Theory
project
Prof. Rob Leigh (University of Illinois)
Frobenious theorem
Comparison of the optimal design
Wythoff construction and l1-embedding
Functional analysis in mechanics 2e
Functional analysis in mechanics
Integrating spheres
Analysis and algebra on differentiable manifolds
Introduction to Common Spatial Pattern Filters for EEG Motor Imagery Classifi...
Soliton optical fibers supercontinuum generation near the zero dispersion
Reciprocity Law For Flat Conformal Metrics With Conical Singularities
Rough set on concept lattice
Amirim Project - Threshold Functions in Random Simplicial Complexes - Avichai...
F-Compact operator1_p1-2
Module%201

More from Alexander Decker (20)

PDF
Abnormalities of hormones and inflammatory cytokines in women affected with p...
PDF
A validation of the adverse childhood experiences scale in
PDF
A usability evaluation framework for b2 c e commerce websites
PDF
A universal model for managing the marketing executives in nigerian banks
PDF
A unique common fixed point theorems in generalized d
PDF
A trends of salmonella and antibiotic resistance
PDF
A transformational generative approach towards understanding al-istifham
PDF
A time series analysis of the determinants of savings in namibia
PDF
A therapy for physical and mental fitness of school children
PDF
A theory of efficiency for managing the marketing executives in nigerian banks
PDF
A systematic evaluation of link budget for
PDF
A synthetic review of contraceptive supplies in punjab
PDF
A synthesis of taylor’s and fayol’s management approaches for managing market...
PDF
A survey paper on sequence pattern mining with incremental
PDF
A survey on live virtual machine migrations and its techniques
PDF
A survey on data mining and analysis in hadoop and mongo db
PDF
A survey on challenges to the media cloud
PDF
A survey of provenance leveraged
PDF
A survey of private equity investments in kenya
PDF
A study to measures the financial health of
Abnormalities of hormones and inflammatory cytokines in women affected with p...
A validation of the adverse childhood experiences scale in
A usability evaluation framework for b2 c e commerce websites
A universal model for managing the marketing executives in nigerian banks
A unique common fixed point theorems in generalized d
A trends of salmonella and antibiotic resistance
A transformational generative approach towards understanding al-istifham
A time series analysis of the determinants of savings in namibia
A therapy for physical and mental fitness of school children
A theory of efficiency for managing the marketing executives in nigerian banks
A systematic evaluation of link budget for
A synthetic review of contraceptive supplies in punjab
A synthesis of taylor’s and fayol’s management approaches for managing market...
A survey paper on sequence pattern mining with incremental
A survey on live virtual machine migrations and its techniques
A survey on data mining and analysis in hadoop and mongo db
A survey on challenges to the media cloud
A survey of provenance leveraged
A survey of private equity investments in kenya
A study to measures the financial health of

Recently uploaded (20)

PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPT
Teaching material agriculture food technology
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Empathic Computing: Creating Shared Understanding
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
cuic standard and advanced reporting.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
Encapsulation_ Review paper, used for researhc scholars
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Chapter 3 Spatial Domain Image Processing.pdf
A comparative analysis of optical character recognition models for extracting...
Unlocking AI with Model Context Protocol (MCP)
Building Integrated photovoltaic BIPV_UPV.pdf
Teaching material agriculture food technology
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
sap open course for s4hana steps from ECC to s4
Empathic Computing: Creating Shared Understanding
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Agricultural_Statistics_at_a_Glance_2022_0.pdf
MIND Revenue Release Quarter 2 2025 Press Release
cuic standard and advanced reporting.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Machine learning based COVID-19 study performance prediction
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Spectral efficient network and resource selection model in 5G networks

Higher dimensional image analysis using brunn minkowski theorem, convexity and mathematical morphology

  • 1. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.4, 2012 Higher Dimensional Image Analysis using Brunn-Minkowski Theorem, Convexity and Mathematical Morphology Ramkumar P.B (Corresponding author) Rajagiri School of Engineering & Technology, Rajagiri Valley PO , Kerala, India ,PIN - 682039 Tel: 0484 2427835 * E-mail of the corresponding author: rkpbmaths@yahoo.co.in Abstract The theory of deterministic morphological operators is quite rich and has been used on set and lattice theory. Mathematical Morphology can benefit from the already developed theory in convex analysis. Mathematical Morphology introduced by Serra is a very important tool in image processing and Pattern recognition. The framework of Mathematical Morphology consists in Erosions and Dilations. Fractals are mathematical sets with a high degree of geometrical complexity that can model many natural phenomena. Examples include physical objects such as clouds, mountains, trees and coastlines as well as image intensity signals that emanate from certain type of fractal surfaces. So this article tries to link the relation between combinatorial convexity and Mathematical Morphology. Keywords: Convex bodies, convex polyhedra, homothetics, morphological cover, fractal, dilation, erosion. 1. Introduction 1.1 Types of Images An image is a mapping denoted as I, from a set, NP, of pixel coordinates to a set, M, of values such that for every coordinate vector, p = in NP, there is a value I(p) drawn from M. NP is also called the image plane.[1] Under the above defined mapping a real image maps an n-dimensional Euclidean vector space into the real numbers. Pixel coordinates and pixel values are real. A discrete image maps an n-dimensional grid of points into the set of real numbers. Coordinates are n-tuples of integers, pixel values are real. A digital image maps an n-dimensional grid into a finite set of integers. Pixel coordinates and pixel values are integers. A binary image has only 2 values. That is, M= {mfg , mbg}, where mfg, is called the foreground value and mbg is called the background value. The foreground value is mfg = 0, and the background is mbg = –∞. Other possibilities are {mfg, mbg} = {0,∞}, {0,1}, {1,0}, {0,255}, and {255,0}. 1.2 Definition The foreground of binary image I is . The background is the complement of the foreground and vice-versa 1.3 Dilation and Erosion Morphology uses ‘Set Theory’ as the foundation for many functions [1]. The simplest functions to implement are 1
  • 2. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.4, 2012 ‘Dilation’ and ‘Erosion’ 1.3.1 Definition: Dilation of the object A by the structuring element B is given by Usually A will be the signal or image being operated on A and B will be the Structuring Element’ 1.3.2 Definition: Erosion The opposite of dilation is known as erosion. Erosion of the object A by a structuring element B is given by Erosion of A by B is the set of points x such that B translated by x is contained in A. 1.4 Opening and Closing Two very important transformations are opening and closing. Dilation expands an image object and erosion shrinks it. Opening, generally smoothes a contour in an image, breaking narrow isthmuses and eliminating thin protrusions. Closing tends to narrow smooth sections of contours, fusing narrow breaks and long thin gulfs, eliminating small holes, and filling gaps in contours. 1.4.1 Definition Opening The opening of A by B, denoted by , is given by the erosion by B, followed by the dilation by B, that is 1.4.2 Closing The opposite of opening is ‘Closing’ defined by Closing is the dual operation of opening and is denoted by . It is produced by the dilation of A by B, followed by the erosion by B: 2. Morphological Operators defined on a Lattice 2.1 Definition: Dilation Let be a complete lattice, with infimum and minimum symbolized by and , respectively.[1],[2].[10] A dilation is any operator that distributes over the supremum and preserves the least element. , . 2.2 Definition : Erosion An erosion is any operator that distributes over the infimum , . 2.3 Galois connections Dilations and erosions form Galois connections. That is, for all dilation δ there is one and only one erosion that satisfies 2
  • 3. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.4, 2012 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. 2.4 Definition :Adjunctions : 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. 2.5 Opening and Closing For all adjunction , the morphological opening and morphological closing are defined as follows:[2] , 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. 2.6 Particular cases 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, [2] 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 .[1] g (m) Let f ( n) be the signal and be the structuring element over a domain then the dilation and erosion are defined as g (n ) ( f ⊕ g )(n) = max m∈D [ f (n − m) + g (m)], D is any domain and (f g )(n) = min m∈D [ f (n + m) − g (m)], D is any domain. ⊕ and are dilation and erosion operators.[2] 2.7 Morphogenetic field Let X ≠ ϕ and W ⊆ P ( X ) such that i) φ , X ∈ W , ii) If B ∈ W then its complement B ∈ W iii) If 3
  • 4. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.4, 2012 ∞ Bi ∈ W is a sequence of signals defined in X, then U Bi ∈ n =1 W. Let A= {φ : W → U / φ (∪ Ai ) = ∨φ ( Ai ) & φ (∧ Ai ) = ∧φ ( Ai )} . Then WU is called Morphogenetic field [16]where the family Wu is the set of all image signals defined on the continuous or discrete image Plane X and taking values in a set U .The pair ( Wu, A ) is called an operator space where A is the collection of operators defined on X. 2.8 Morphological space The triplet (X, Wu, A ) consisting of a set X, a morphogenetic field Wu and an operator A(or collection of operators) defined on X is called a Morphological space [8]. Note: If X = Z2 then it is called Discrete Morphological space 3 . Morphological Cover Let ( X ,Wu , A) be a morphological space. Let ε be the size of the structuring element B, then N CB (ε ) = ∑ ( f ⊕ Bε − f Bε )(n) is called the morphological cover of f.[13] n =1 4. Brunn-Minkowski Theorem Let ( X ,Wu , A) be a morphological space .Let 0<t<1 and let Ho and H1 be any two compact convex structuring bodies in .Consider the compact convex body Ht = (1-t)H0+tH1.Then the following inequality holds true: (v( H t ))1/ n ≥ (1 − t )(v( H 0 ))1/ n + t (v( H1 ))1/ n where v denotes any volume element in . This inequality is reduced to the equality iff H0 and H1 are homothetic.[14] 4.1 Lemma: Let 0<t<1 and let and be two compact convex bodies in such that Then, for the compact convex body the inequality holds true. Furthermore, the inequality is fulfilled iff is a translate of .(ie. for some translation h of Rn.[14] 4
  • 5. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.4, 2012 4.2 Result: Let ( X ,Wu , A) be a morphological space .Let U= E be a vector space and let dim(E) =n. Let P be an n-dimensional convex body structuring element in X taking values in E. Then a finite family of structuring elements of n dimensional simplices such that 1) 2) The interior of these structuring elements (simplices) are pairwise disjoint. 3) For each ,the set of vertices of is contained in the set of vertices of P. Remark: In view of the above result, we can state the following result. 4.3 Result: Let ( X ,Wu , A) be a morphological space. All convex structuring elements defined on a morphological space can be decomposed. 4.4 Proposition: If ∪ Bi denotes the decomposition of a convex structuring element B then B = ∪ Bi . i i 4.5 Proposition: A morphological space ( X ,Wu , A) is compact iff for every family of closed convex sets defined by v has a non empty intersection. 4.6 Proposition: Let ( X ,Wu , A) be a morphological space. If are decomposition of a convex structuring element B ,then f ⊕ B = f ⊕ ∪ Bi i 4.7 Lemma ::Let ( X ,Wu , A) be a morphological space .Let A and B be any two compact convex structuring elements in the space X = Rn and let the relation S B ( A) = n(v( A))( n−1) / n .(v( B ))1/ n be satisfied. Then A and B are homothetic. In particular, if B is a ball then A is a ball too, where S denotes an (n-1) dimensional volume in Rn . 4.8 Definition : The cross section of f at level t is the set defined by X t ( f ) = { x / f ( x) ≥ t} where 4.9 Proposition:[In view of the above lemma] 5
  • 6. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.4, 2012 Let ( X ,Wu , A) be a morphological space .Let and be two cross sections of a compact convex bodies in Rn(or image in Rn) and let the relation S X t ( X t1 ( f )) = n(v( X t1 ( f )))( n−1) / n .(v( X t2 ( f )))1/ n be satisfied. Then are 2 homothetic. 5 Morphological Equivalence If two objects are homothetic then they are morphologically equivalent. In particular, are Morphologically equivalent. 5.1 Proposition: Let ( X ,Wu , A) be a morphological space .Let be the given compact planar structuring set in . Let be positive homothetic. i.e. H 0 = ε B0 = {ε b / b ∈ B0 } & H1 = ε B1 = {ε b / b ∈ B1} and also for a compact convex body. Then the following equality holds: (v( H t ))1/ n = (1 − t )(v( H 0 ))1/ n + t (v( H1 ))1/ n .[14] 5.2 Proposition: Let ( X ,Wu , A) be a morphological space .Let where ,ε B = {ε b / b ∈ B} for any Basic structuring body B, then v(Ct ) = 1 where be a compact convex body. Also v(C0 ) = 1 and v(C1 ) = 1 .[14] 5.3 Lemma Let ( X ,Wu , A) be a morphological space .Let M be a smooth surface in supplied with the induced metric. That is lengths are measured along the surface: For any let be the disk of radius r centred at x. Then (v( H t ))1/ n = (1 − t )(v( H 0 ))1/ n + t (v( H1 ))1/ n where and homothetic and are defined as H 0 = U Dr1 ( x ), ∀x and H1 = U Dr2 ( x ), ∀x .[14] 6
  • 7. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.4, 2012 5.4 Result: Morphological cover of any smooth surface M=f is compact. 5.5 Morphological floating space: Let ( X ,Wu , A) be a morphological space. . Let ε be the size of any structuring N element B and the morphological cover of f be CB (ε ) = ∑ ( f ⊕ Bε − f Bε )(n) .Then the infima or n =1 suprema of all morphological covers for every ε defines a Morphological floating space. So, there exist two floating spaces which are known as upper and lower floating spaces. 5.6 Complete Morphological space A Morphological space is said to be complete if there exist upper and lower floating spaces. 5.7 Morphological Projection If a Morphological space ( X ,Wu , A) is complete then there exist a projection of f into the floating space. 6 Conclusion Convex sets and convex structures play an important role in higher dimensional analysis. Convex sets can be defined in a vector space or more generally in a Morphological space. An attempt towards the extension of work done in lower dimension is explained in this paper. Image processing in higher dimension is more complicated. We hope that this work will help to reduce the difficulties at least in a smaller scale. 7
  • 8. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.4, 2012 References E. R. Dougherty and J. Astola (1994): Introduction to Non-linear Image Processing, SPIE, Bellingham, Washington. Frank Y .Shih, Image Processing and Mathematical Morphology, CRC Press, 2009. H.J.A.M Heijmans ,Morphological Image operators, Boston, M.A Academic,1994. I. Pitas and A. N. Venetsanopoulos (1990): Nonlinear Digital Filters: Principles and Applications, Kluwer Academic Publishers, Boston, Massachusetts, U.S.A. John Goustias and Henk J.A.M Heijmans , Mathematical Morphology, I.O.S press . J.Serra, Image Analysis and Mathematical Morphology ,New York Academic ,1982. K.V Pramod, Ramkumar P.B ,Convex Geometry and Mathematical Morphology, International Journal of Computer Applications, Vol:8,Page 40-45. K.V Pramod & Ramkumar P.B, Morphological Space and Transform Systems ,International Journal of Scientific & Engineering Research, Volume 2,Issue 4,April 2011 K.V Pramod & Ramkumar P.B, Generalized Algebraic Structure for Mathematical Morphology ,International Journal of Computer Applications(0975-8887,Volume 16-No.6, February 2011. P.Maragos and R.W Schafer ,”Morphological System for multi dimensional signal processing” Proc.IEEE,Vol,78,PD 690-710,April 1990. P.Maragos, Slope Transforms:Theory and Applications to Non Linear Signal Processing, IEEE Transactions on Signal Processing,Vol.43, No. 4,April 1995. R. C. Gonzalez and R. E. Woods (1992): Digital Image Processing, Addison-Wesley, New York.. Ramkumar P.B , Morphological Adjunctions, Moore Family and Morphological Transforms ,Journal of Theoretical and Applied Information Technology, Vol.31,No.2 September 2011. Ramkumar P.B and K.V Pramod ,Mathematical Morphology and Fractal Geometry, Global Journal of Science Frontier Research, issue 6, Vol.11,September 2011. V.V Buldygin and A.B Kharazishvili, Geometric Aspects of Probability Theory and Mathematical Statistics, Kluwer Academic Publishers,2000. First A. Author (Ramkumar P.B) is working as an assistant professor at Rajagiri School of Engineering & Technology Cochin . He received the post graduate degree in mathematics from Cochin university of Science & Technology , Cochin , India in 1999. His interests are in Mathematical Morphology, Discrete Mathematics and Optimization Techniques. 8
  • 9. This academic article was published by The International Institute for Science, Technology and Education (IISTE). The IISTE is a pioneer in the Open Access Publishing service based in the U.S. and Europe. The aim of the institute is Accelerating Global Knowledge Sharing. More information about the publisher can be found in the IISTE’s homepage: http://www.iiste.org The IISTE is currently hosting more than 30 peer-reviewed academic journals and collaborating with academic institutions around the world. Prospective authors of IISTE journals can find the submission instruction on the following page: http://www.iiste.org/Journals/ The IISTE editorial team promises to the review and publish all the qualified submissions in a fast manner. All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Printed version of the journals is also available upon request of readers and authors. IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library , NewJour, Google Scholar