SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Periodic differential operators
Periodic differential operatorsPeriodic differential operators
Periodic differential operatorsSpringer
 
Topological Inference via Meshing
Topological Inference via MeshingTopological Inference via Meshing
Topological Inference via MeshingDon Sheehy
 
The International Journal of Engineering and Science (IJES)
The International Journal of Engineering and Science (IJES)The International Journal of Engineering and Science (IJES)
The International Journal of Engineering and Science (IJES)theijes
 
Analysis of coupled inset dielectric guide structure
Analysis of coupled inset dielectric guide structureAnalysis of coupled inset dielectric guide structure
Analysis of coupled inset dielectric guide structureYong Heui Cho
 
Sensitivity Analysis of GRA Method for Interval Valued Intuitionistic Fuzzy M...
Sensitivity Analysis of GRA Method for Interval Valued Intuitionistic Fuzzy M...Sensitivity Analysis of GRA Method for Interval Valued Intuitionistic Fuzzy M...
Sensitivity Analysis of GRA Method for Interval Valued Intuitionistic Fuzzy M...ijsrd.com
 
S. Duplij - Polyadic systems, representations and quantum groups
S. Duplij - Polyadic systems, representations and quantum groupsS. Duplij - Polyadic systems, representations and quantum groups
S. Duplij - Polyadic systems, representations and quantum groupsSteven Duplij (Stepan Douplii)
 
Composition of soft set relations and construction of transitive
Composition of soft set relations and construction of transitiveComposition of soft set relations and construction of transitive
Composition of soft set relations and construction of transitiveAlexander Decker
 
IRJET- On Distributive Meet-Semilattices
IRJET- On Distributive Meet-SemilatticesIRJET- On Distributive Meet-Semilattices
IRJET- On Distributive Meet-SemilatticesIRJET Journal
 
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...
ElectroencephalographySignalClassification based on Sub-Band Common Spatial P...IOSRJVSP
 
ALEXANDER FRACTIONAL INTEGRAL FILTERING OF WAVELET COEFFICIENTS FOR IMAGE DEN...
ALEXANDER FRACTIONAL INTEGRAL FILTERING OF WAVELET COEFFICIENTS FOR IMAGE DEN...ALEXANDER FRACTIONAL INTEGRAL FILTERING OF WAVELET COEFFICIENTS FOR IMAGE DEN...
ALEXANDER FRACTIONAL INTEGRAL FILTERING OF WAVELET COEFFICIENTS FOR IMAGE DEN...sipij
 
CoClus ICDM Workshop talk
CoClus ICDM Workshop talkCoClus ICDM Workshop talk
CoClus ICDM Workshop talkDmitrii Ignatov
 
Greens functions and finite elements
Greens functions and finite elementsGreens functions and finite elements
Greens functions and finite elementsSpringer
 
Fundamentals of Parameterised Covering Approximation Space
Fundamentals of Parameterised Covering Approximation SpaceFundamentals of Parameterised Covering Approximation Space
Fundamentals of Parameterised Covering Approximation SpaceYogeshIJTSRD
 
One modulo n gracefulness of
One modulo n gracefulness ofOne modulo n gracefulness of
One modulo n gracefulness ofgraphhoc
 
Green's theorem in classical mechanics and electrodynamics
Green's theorem in classical mechanics and electrodynamicsGreen's theorem in classical mechanics and electrodynamics
Green's theorem in classical mechanics and electrodynamicsCorneliu Sochichiu
 

Was ist angesagt? (20)

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

Andere mochten auch

Ascribe Solutions presentation
Ascribe Solutions presentationAscribe Solutions presentation
Ascribe Solutions presentationnicoleprice
 
Top 10 Social Media Monitor (2009)
Top 10 Social Media Monitor (2009)Top 10 Social Media Monitor (2009)
Top 10 Social Media Monitor (2009)Sociale Merken
 
SGE Presentation QNet
SGE Presentation QNetSGE Presentation QNet
SGE Presentation QNetParag Murkute
 
In Voice Presentation QNet
In Voice  Presentation  QNetIn Voice  Presentation  QNet
In Voice Presentation QNetParag Murkute
 
Iowa Museum Association Presentation
Iowa Museum Association PresentationIowa Museum Association Presentation
Iowa Museum Association PresentationDeb Brown
 
Leaders for the Cure
Leaders for the CureLeaders for the Cure
Leaders for the CureF Katz
 

Andere mochten auch (8)

Ascribe Solutions presentation
Ascribe Solutions presentationAscribe Solutions presentation
Ascribe Solutions presentation
 
Top 10 Social Media Monitor (2009)
Top 10 Social Media Monitor (2009)Top 10 Social Media Monitor (2009)
Top 10 Social Media Monitor (2009)
 
SGE Presentation QNet
SGE Presentation QNetSGE Presentation QNet
SGE Presentation QNet
 
In Voice Presentation QNet
In Voice  Presentation  QNetIn Voice  Presentation  QNet
In Voice Presentation QNet
 
Tuica Festival
Tuica FestivalTuica Festival
Tuica Festival
 
Iowa Museum Association Presentation
Iowa Museum Association PresentationIowa Museum Association Presentation
Iowa Museum Association Presentation
 
Leaders for the Cure
Leaders for the CureLeaders for the Cure
Leaders for the Cure
 
Point to performance
Point to performancePoint to performance
Point to performance
 

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

M1 unit vii-jntuworld
M1 unit vii-jntuworldM1 unit vii-jntuworld
M1 unit vii-jntuworldmrecedu
 
Continutiy of Functions.ppt
Continutiy of Functions.pptContinutiy of Functions.ppt
Continutiy of Functions.pptLadallaRajKumar
 
Doubled Geometry and Double Field Theory
Doubled Geometry and Double Field TheoryDoubled Geometry and Double Field Theory
Doubled Geometry and Double Field TheoryLuigi
 
Prof. Rob Leigh (University of Illinois)
Prof. Rob Leigh (University of Illinois)Prof. Rob Leigh (University of Illinois)
Prof. Rob Leigh (University of Illinois)Rene Kotze
 
Comparison of the optimal design
Comparison of the optimal designComparison of the optimal design
Comparison of the optimal designAlexander Decker
 
Functional analysis in mechanics 2e
Functional analysis in mechanics  2eFunctional analysis in mechanics  2e
Functional analysis in mechanics 2eSpringer
 
Functional analysis in mechanics
Functional analysis in mechanicsFunctional analysis in mechanics
Functional analysis in mechanicsSpringer
 
Integrating spheres
Integrating spheresIntegrating spheres
Integrating spheresJehona Salaj
 
Analysis and algebra on differentiable manifolds
Analysis and algebra on differentiable manifoldsAnalysis and algebra on differentiable manifolds
Analysis and algebra on differentiable manifoldsSpringer
 
Introduction to Common Spatial Pattern Filters for EEG Motor Imagery Classifi...
Introduction to Common Spatial Pattern Filters for EEG Motor Imagery Classifi...Introduction to Common Spatial Pattern Filters for EEG Motor Imagery Classifi...
Introduction to Common Spatial Pattern Filters for EEG Motor Imagery Classifi...Tatsuya Yokota
 
Soliton optical fibers supercontinuum generation near the zero dispersion
Soliton optical fibers supercontinuum generation near the zero dispersionSoliton optical fibers supercontinuum generation near the zero dispersion
Soliton optical fibers supercontinuum generation near the zero dispersionIAEME Publication
 
Reciprocity Law For Flat Conformal Metrics With Conical Singularities
Reciprocity Law For Flat Conformal Metrics With Conical SingularitiesReciprocity Law For Flat Conformal Metrics With Conical Singularities
Reciprocity Law For Flat Conformal Metrics With Conical SingularitiesLukasz Obara
 
Rough set on concept lattice
Rough set on concept latticeRough set on concept lattice
Rough set on concept latticeAlexander Decker
 
Amirim Project - Threshold Functions in Random Simplicial Complexes - Avichai...
Amirim Project - Threshold Functions in Random Simplicial Complexes - Avichai...Amirim Project - Threshold Functions in Random Simplicial Complexes - Avichai...
Amirim Project - Threshold Functions in Random Simplicial Complexes - Avichai...Avichai Cohen
 
Module%201
Module%201Module%201
Module%201rns02013
 

Ähnlich wie Higher dimensional image analysis using brunn minkowski theorem, convexity and mathematical morphology (20)

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

Mehr von Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Mehr von Alexander Decker (20)

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

Kürzlich hochgeladen

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Kürzlich hochgeladen (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

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