-
Notifications
You must be signed in to change notification settings - Fork 199
/
Copy pathChapter3.html
49 lines (21 loc) · 1.04 KB
/
Chapter3.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Chapter3</title>
</head>
<body>
In this chapter, you will need the following:<br>
<br>
- <span style="font-weight: bold;">In Exercise 1:</span><br>
We present several approaches for tracing contours in
images. We give here in the main file <a href="SignifLevLines.m">SignifLevLines.m</a>
(in which you need the function <a href="bestblocks.m">bestblocks.m</a>) the MatLab code for one of them:
the significant level lines. You can also find many available
codes in C on the MegaWave2 (a free software intended for image processing) website: <a href="http://megawave.cmla.ens-cachan.fr/">http://megawave.cmla.ens-cachan.fr/</a> .<br>
<br>
<br>
- <span style="font-weight: bold;">In Exercise 5:</span><br>
We propose a code for computing the medial axis with MatLab. You can find it <a href="BetterMedial.m">here</a>.<br>
</body>
</html>