-
Notifications
You must be signed in to change notification settings - Fork 7
/
subFieldDistSkel.html
104 lines (75 loc) · 3.94 KB
/
subFieldDistSkel.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>TC18 main site</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="dist/css/custom.css">
</head>
<body>
<div id="headerSite"></div>
<nav id="navMenu" class="navbar navbar-expand-md navbar-dark mb-4 sticky-top"> </nav>
<div id="site_content" class=" ml-0 mr-0">
<div class="row ml-3 mr-1">
<div class="col-12 text-justify " >
<h2>Discrete distances and skeletons</h2>
<h3>Lectures</h3>
<br>
<ul>
<li> <a href="subfield/DistanceTransform.pdf">Distance Transform</a> (PDF,
slides), D. Coeurjolly
<li> <a href="subfield/MedialAxis.pdf">Medial Axis</a> (PDF,
slides), D. Coeurjolly
<li> <a href="subfield/ejcim.pdf">Digital geometry: digital objects analysis</a> (PDF,
slides), I. Sivignon
</ul>
<br>
<h3>Slides and materials</h3>
<ul>
<li><a
href="http://www.mi.auckland.ac.nz/DATA/CCV/books/KR/pdf-LectureNotes/07slides.pdf"> Metrics: Euclidean and Integer-Valued Metrics</a> (PDF, lecture 7, "Algorithms for Picture Analysis"), R. Klette <li><a
href="http://www.mi.auckland.ac.nz/DATA/CCV/books/KR/pdf-LectureNotes/08slides.pdf"> Basic Distance Transforms; Distances between Sets</a> (PDF, lecture 8, "Algorithms for Picture Analysis"), R. Klette
<li><a
href="http://www.mi.auckland.ac.nz/DATA/CCV/books/KR/pdf-LectureNotes/09slides.pdf"> MAT and Euclidean Distance Transform</a> (PDF, lecture 9, "Algorithms for Picture Analysis"), R. Klette
<li>Tutorial presented during ICPR 2014:
<ul>
<li><a href="subfield/ICPR2014_Tutorial_Borgefors_DistanceTransform.pdf">Distance Transforms</a> (PDF,
slides), G. Borgefors
<li><a href="subfield/ICPR2014_Tutorial_Strand_MinimalPath-costs.pdf">Minimal Path-costs</a> (PDF,
slides), R. Strand
<li><a href="subfield/ICPR2014_Tutorial_Saha_3DSimplePoints.pdf">3D simple points, local topological numbers and applications</a> (PDF,
slides), P. K. Saha
<li><a href="subfield/ICPR2014_Tutorial_SannitiDiBaja_Skeletons-Decomposition.pdf">Skeleton computation and use for shape analysis</a> (PDF,
slides), G. Sanniti Di Baja
</ul>
</ul>
<br>
<h3>References</h3>
<br>
<br>
<h3>Dedicated data sets</h3>
<br>
<br>
<h3>Codes</h3>
<ul>
<li> TC18 Code web pages: <a href="code.html#distances">Discrete distances and skeletons</a>
</ul>
</div>
</div>
<div id="footerSite"></div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="menu.js"></script>
<script src="header.js"></script>
<script src="footer.js"></script>
</div>
</body>
</html>