-
Notifications
You must be signed in to change notification settings - Fork 199
/
Copy pathChapter2.html
36 lines (19 loc) · 1.05 KB
/
Chapter2.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
<!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>Chapter2</title>
</head>
<body>
In this chapter, you will need the following:<br>
<br>
- <span style="font-weight: bold;">In Exercise 5:</span><br>
You have to find the individual notes in a simple
piece of music. You can find here some music in the file <a href="cadenza.au">cadenza.au</a>, or just five seconds of it in the file <a href="fivesec.au">fivesec.au</a>. Both are in
a compact format readable by MatLab via 'auread'. <br>
<br>
- <span style="font-weight: bold;">In Exercise 8:</span><br>
You need images to segment 1D slices. Here is an example of <a href="img_r.jpg">a range image</a>. You can find more range images on the Brown Range Image Database: <a href="http://www.dam.brown.edu/ptg/brid/range/index.html" target="_blank">http://www.dam.brown.edu/ptg/brid/range/index.html</a> . Such images have very clear discontinuities at
the edges of objects.
</body>
</html>