Presentation is loading. Please wait.

Presentation is loading. Please wait.

Christopher Chedeau Gauthier Lemoine 1.  Algorithms ◦ Erosion & Dilation ◦ Opening & Closing ◦ Gradient ◦ Hit & Miss ◦ Thinning ◦ Top Hat ◦ Convolution.

Similar presentations


Presentation on theme: "Christopher Chedeau Gauthier Lemoine 1.  Algorithms ◦ Erosion & Dilation ◦ Opening & Closing ◦ Gradient ◦ Hit & Miss ◦ Thinning ◦ Top Hat ◦ Convolution."— Presentation transcript:

1 Christopher Chedeau Gauthier Lemoine 1

2  Algorithms ◦ Erosion & Dilation ◦ Opening & Closing ◦ Gradient ◦ Hit & Miss ◦ Thinning ◦ Top Hat ◦ Convolution ◦ Reconstruction ◦ Watershed ◦ Min-Max Tree 2  Goals ◦ Segmentation ◦ Edge detection ◦ Skeletonization ◦ Image compression ◦ Noise reduction ◦ Feature Detection

3  Who ◦ Ecole des Mines – Paris ◦ Georges Matheron ◦ Jean Serra  Theories ◦ Set Theory (Binary) 70’s ◦ Lattice Theory (Grayscale) 80’s ◦ Topology 3  http://cmm.ensmp.fr/~serra/pdf/birth_of_mm.pdf http://cmm.ensmp.fr/~serra/pdf/birth_of_mm.pdf

4  http://www2.ifi.auf.org/personnel/Alain.Boucher/cours/traitement_images/07-Images_binaires.pdf http://www2.ifi.auf.org/personnel/Alain.Boucher/cours/traitement_images/07-Images_binaires.pdf 4

5  http://www.imagemagick.org/Usage/morphology/ http://www.imagemagick.org/Usage/morphology/ 5

6  http://homepages.inf.ed.ac.uk/rbf/HIPR2/erode.htm http://homepages.inf.ed.ac.uk/rbf/HIPR2/erode.htm 6

7  http://www2.ifi.auf.org/personnel/Alain.Boucher/cours/traitement_images/07-Images_binaires.pdf http://www2.ifi.auf.org/personnel/Alain.Boucher/cours/traitement_images/07-Images_binaires.pdf 7

8  http://www2.ifi.auf.org/personnel/Alain.Boucher/cours/traitement_images/07-Images_binaires.pdf http://www2.ifi.auf.org/personnel/Alain.Boucher/cours/traitement_images/07-Images_binaires.pdf 8

9  http://ia700307.us.archive.org/7/items/Lectures_on_Image_Processing/EECE253_18_GrayMorphology.pdf http://ia700307.us.archive.org/7/items/Lectures_on_Image_Processing/EECE253_18_GrayMorphology.pdf 9

10  http://ia700307.us.archive.org/7/items/Lectures_on_Image_Processing/EECE253_18_GrayMorphology.pdf http://ia700307.us.archive.org/7/items/Lectures_on_Image_Processing/EECE253_18_GrayMorphology.pdf 10

11  http://ia700307.us.archive.org/7/items/Lectures_on_Image_Processing/EECE253_18_GrayMorphology.pdf http://ia700307.us.archive.org/7/items/Lectures_on_Image_Processing/EECE253_18_GrayMorphology.pdf 11

12  http://cmm.ensmp.fr/~serra/cours/pdf/fr/ch3fr.pdf http://cmm.ensmp.fr/~serra/cours/pdf/fr/ch3fr.pdf 12

13  http://www.slideworld.org/viewslides.aspx/Introduction-to-Mathematical-Morphology-ppt-172551 http://www.slideworld.org/viewslides.aspx/Introduction-to-Mathematical-Morphology-ppt-172551 13

14  http://www.imagemagick.org/Usage/morphology/ http://www.imagemagick.org/Usage/morphology/ 14

15  http://www.imagemagick.org/Usage/morphology/ http://www.imagemagick.org/Usage/morphology/ 15

16  http://www.fmwconcepts.com/imagemagick/morphology/index.php http://www.fmwconcepts.com/imagemagick/morphology/index.php 16

17  http://www.mmorph.com/mxmorph/html/mmdemos/mmdpotatoes.html http://www.mmorph.com/mxmorph/html/mmdemos/mmdpotatoes.html 17

18  http://www.esiee.fr/~coupriem/Sdi_eng/squel.html http://www.esiee.fr/~coupriem/Sdi_eng/squel.html 18

19  http://manual.gimp.org/en/plug-in-convmatrix.html http://manual.gimp.org/en/plug-in-convmatrix.html Emboss Edge Detect Blur 19

20  http://en.wikipedia.org/wiki/Sobel_operator http://en.wikipedia.org/wiki/Sobel_operator 20

21  http://www.mmorph.com/mmtutor1.0/html/mmtutor/mm060reconstruction.html http://www.mmorph.com/mmtutor1.0/html/mmtutor/mm060reconstruction.html 21

22  http://www.mmorph.com/mmtutor1.0/html/mmtutor/mm060reconstruction.html http://www.mmorph.com/mmtutor1.0/html/mmtutor/mm060reconstruction.html 22

23  http://www.mmorph.com/mmtutor1.0/html/mmtutor/mm060reconstruction.html http://www.mmorph.com/mmtutor1.0/html/mmtutor/mm060reconstruction.html 23

24  http://www.mmorph.com/mxmorph/html/mmdemos/mmdairport.html http://www.mmorph.com/mxmorph/html/mmdemos/mmdairport.html 24

25  http://cmm.ensmp.fr/~beucher/wtshed.html http://cmm.ensmp.fr/~beucher/wtshed.html With Markers 25

26  http://www.mmorph.com/mxmorph/html/mmdemos/mmdcalc.html http://www.mmorph.com/mxmorph/html/mmdemos/mmdcalc.html 26

27  http://www.nanobio.dk/assets/edge_detection.pdf http://www.nanobio.dk/assets/edge_detection.pdf 27

28  http://gps-tsc.upc.es/imatge/pub/ps/IEEE_IP00_Salembier_Garrido.pdf http://gps-tsc.upc.es/imatge/pub/ps/IEEE_IP00_Salembier_Garrido.pdf 28

29  http://gps-tsc.upc.es/imatge/pub/ps/IEEE_IP00_Salembier_Garrido.pdf http://gps-tsc.upc.es/imatge/pub/ps/IEEE_IP00_Salembier_Garrido.pdf 29

30  Simple Algorithms  Problem Specific Input  Process Chains 30

31 31


Download ppt "Christopher Chedeau Gauthier Lemoine 1.  Algorithms ◦ Erosion & Dilation ◦ Opening & Closing ◦ Gradient ◦ Hit & Miss ◦ Thinning ◦ Top Hat ◦ Convolution."

Similar presentations


Ads by Google