-
Notifications
You must be signed in to change notification settings - Fork 200
/
Copy pathChapter5.html
37 lines (27 loc) · 1.64 KB
/
Chapter5.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
<!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>Chapter5</title>
</head>
<body>
In this chapter, you will need the following:<br>
<br>
- <span style="font-weight: bold;">In Exercise 8:</span> <br>
To create a Hippopotaffe and a Giramus, you first need
to find images of a giraffe and a hippopotamus. You can easily find
some on
the web. Here are examples of such images with
some chosen landmark points: a <a href="GlaunesCode-Lndmrk/giraffe2lmk2.jpg">giraffe</a>
and a <a href="GlaunesCode-Lndmrk/hippo2lmk2.jpg">hippopotamus</a>. <br>
The second step is to compute a geodesic between 2 sets of landmark
points (which can be manually selected thanks to the function <a href="GlaunesCode-Lndmrk/ginputs.m">ginputs.m</a>). One set of code, developped by <a href="http://www.mi.parisdescartes.fr/%7Eglaunes/index.html">Joan Alexis Glaunès</a>, for doing this is available here: the file
<a href="GlaunesCode-Lndmrk/matchLandmarks.m">matchLandmarks.m</a>
defines a function which computes the geodesic
(calling the basic routine <a href="GlaunesCode-Lndmrk/conjgrad.m">conjgrad.m</a>).
When this is computed, the file
<a href="GlaunesCode-Lndmrk/flow.m">flow.m</a>
will compute the associated global flow of the plane. Finally, you will need the function <a href="GlaunesCode-Lndmrk/plotresults.m">plotresults.m</a> to plot the results.<br>
Here are two examples of the strange animals you will obtain: a <a href="GlaunesCode-Lndmrk/hippopotaffe2.jpg">Hippopotaffe</a> and a <a href="GlaunesCode-Lndmrk/giramus2.jpg">Giramus</a>.<br>
</body>
</html>