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.6k
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
10k
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
730
Generic Image Processing With Climb – 5th ELS
vjeux
1
5.5k
Other Decks in Programming
See All in Programming
Jakarta EE meets AI
ivargrimstad
0
120
最新TCAキャッチアップ
0si43
0
140
ActiveSupport::Notifications supporting instrumentation of Rails apps with OpenTelemetry
ymtdzzz
1
230
Streams APIとTCPフロー制御 / Web Streams API and TCP flow control
tasshi
2
350
Amazon Bedrock Agentsを用いてアプリ開発してみた!
har1101
0
330
OSSで起業してもうすぐ10年 / Open Source Conference 2024 Shimane
furukawayasuto
0
100
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
7.7k
Make Impossible States Impossibleを 意識してReactのPropsを設計しよう
ikumatadokoro
0
170
距離関数を極める! / SESSIONS 2024
gam0022
0
280
Amazon Qを使ってIaCを触ろう!
maruto
0
400
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
880
リアーキテクチャxDDD 1年間の取り組みと進化
hsawaji
1
220
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
65
11k
Designing for humans not robots
tammielis
250
25k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
A better future with KSS
kneath
238
17k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
364
24k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Statistics for Hackers
jakevdp
796
220k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
28
2k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
We Have a Design System, Now What?
morganepeng
50
7.2k
Optimizing for Happiness
mojombo
376
70k
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