Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Mathematical Morphology
Search
vjeux
December 21, 2011
Programming
1
1.7k
Mathematical Morphology
vjeux
December 21, 2011
Tweet
Share
More Decks by vjeux
See All by vjeux
React Rally: Animated -- React Performance Toolbox
vjeux
83
90k
React: CSS in JS - React France Meetup
vjeux
33
11k
React: CSS in JS
vjeux
656
1.5M
OSCON - React Architecture
vjeux
111
44k
Why does React scale? - JSConf 2014
vjeux
52
2M
Image Layout Algorithms - HTML5 Dev Conf
vjeux
13
860k
React Presentation
vjeux
7
11k
Image Layout Algorithms
vjeux
5
740
Generic Image Processing With Climb – 5th ELS
vjeux
1
5.6k
Other Decks in Programming
See All in Programming
混沌とした例外処理とエラー監視に秩序をもたらす
morihirok
13
2.3k
技術的負債と向き合うカイゼン活動を1年続けて分かった "持続可能" なプロダクト開発
yuichiro_serita
0
300
AppRouterを用いた大規模サービス開発におけるディレクトリ構成の変遷と問題点
eiganken
1
450
オニオンアーキテクチャを使って、 Unityと.NETでコードを共有する
soi013
0
370
快速入門可觀測性
blueswen
0
500
shadcn/uiを使ってReactでの開発を加速させよう!
lef237
0
300
盆栽転じて家具となる / Bonsai and Furnitures
aereal
0
1.9k
Androidアプリのモジュール分割における:x:commonを考える
okuzawats
1
280
.NETでOBS Studio操作してみたけど…… / Operating OBS Studio by .NET
skasweb
0
120
2025.01.17_Sansan × DMM.swift
riofujimon
2
560
watsonx.ai Dojo #6 継続的なAIアプリ開発と展開
oniak3ibm
PRO
0
170
アクターシステムに頼らずEvent Sourcingする方法について
j5ik2o
6
700
Featured
See All Featured
Designing for Performance
lara
604
68k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.7k
Measuring & Analyzing Core Web Vitals
bluesmoon
5
210
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7k
Into the Great Unknown - MozCon
thekraken
34
1.6k
Speed Design
sergeychernyshev
25
740
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.5k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3.1k
Why Our Code Smells
bkeepers
PRO
335
57k
Designing Experiences People Love
moore
139
23k
Agile that works and the tools we love
rasmusluckow
328
21k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
Transcript
Christopher Chedeau Gauthier Lemoine 1
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
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://www2.ifi.auf.org/personnel/Alain.Boucher/cours/traitement_images/07-Images_binaires.pdf 4
http://www.imagemagick.org/Usage/morphology/ 5
http://homepages.inf.ed.ac.uk/rbf/HIPR2/erode.htm 6
http://www2.ifi.auf.org/personnel/Alain.Boucher/cours/traitement_images/07-Images_binaires.pdf 7
http://www2.ifi.auf.org/personnel/Alain.Boucher/cours/traitement_images/07-Images_binaires.pdf 8
http://ia700307.us.archive.org/7/items/Lectures_on_Image_Processing/EECE253_18_GrayMorphology.pdf 9
http://ia700307.us.archive.org/7/items/Lectures_on_Image_Processing/EECE253_18_GrayMorphology.pdf 10
http://ia700307.us.archive.org/7/items/Lectures_on_Image_Processing/EECE253_18_GrayMorphology.pdf 11
http://cmm.ensmp.fr/~serra/cours/pdf/fr/ch3fr.pdf 12
http://www.slideworld.org/viewslides.aspx/Introduction-to-Mathematical-Morphology-ppt-172551 13
http://www.imagemagick.org/Usage/morphology/ 14
http://www.imagemagick.org/Usage/morphology/ 15
http://www.fmwconcepts.com/imagemagick/morphology/index.php 16
http://www.mmorph.com/mxmorph/html/mmdemos/mmdpotatoes.html 17
http://www.esiee.fr/~coupriem/Sdi_eng/squel.html 18
http://manual.gimp.org/en/plug-in-convmatrix.html Emboss Edge Detect Blur 19
http://en.wikipedia.org/wiki/Sobel_operator 20
http://www.mmorph.com/mmtutor1.0/html/mmtutor/mm060reconstruction.html 21
http://www.mmorph.com/mmtutor1.0/html/mmtutor/mm060reconstruction.html 22
http://www.mmorph.com/mmtutor1.0/html/mmtutor/mm060reconstruction.html 23
http://www.mmorph.com/mxmorph/html/mmdemos/mmdairport.html 24
http://cmm.ensmp.fr/~beucher/wtshed.html With Markers 25
http://www.mmorph.com/mxmorph/html/mmdemos/mmdcalc.html 26
http://www.nanobio.dk/assets/edge_detection.pdf 27
http://gps-tsc.upc.es/imatge/pub/ps/IEEE_IP00_Salembier_Garrido.pdf 28
http://gps-tsc.upc.es/imatge/pub/ps/IEEE_IP00_Salembier_Garrido.pdf 29
30