-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathday03-practicals.html
More file actions
executable file
·54 lines (42 loc) · 2.32 KB
/
day03-practicals.html
File metadata and controls
executable file
·54 lines (42 loc) · 2.32 KB
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
<style type="text/css">body {
margin:20;
font-family: Arial, Helvetica, sans-serif;
}
p.todo{color:DarkRed;}
p{
background:#FFFFFF;
font-size:small;
color:Navy;
width:80%;
}
h2{color:Navy;}
h3{color:Navy;}
h4{color:DarkRed;}
code{
color: DarkSlateGray;
font-size:20;
}
ol {
background:#F8F8FF 2.3em 0 repeat-y;
overflow:auto;
font-size:small;
margin:0;
padding:1em 0 1em 2.8em;
color:gray;
width:90%;
}
#content ol li {
font-size:small;
color:gray;
}
#content ol code {color:#DCDCDC;font-size:medium;}
</style>
<h1>Practical Assignments - Day 3</h1>
<h2><span style="font-size:16px;">Wednesday 10th December: 15:00 - 17:30.</span></h2>
<h3><span style="font-size:16px;"><span style="color:#B22222;">Throughout your assignments there are questions marked in red. The answers to these questions must be submitted to complete the practical. Please write you answers to the questions in a word document (or other application and generate a pdf) with the title of the assignment included above your answers.</span></span></h3>
<p><span style="font-size:16px;"><strong><em>Introductory Assignments</em></strong> - Complete all sections.</span></p>
<p><span style="font-size:16px;">1) <a href="https://weblearn.ox.ac.uk/access/content/group/mplsdoc/Modules/2014/Michaelmas%20Term/Week%208%20-%20Foundations%20of%20Image%20Analysis/data/day3-segmentation/day02-practicals-1-2.html">General Segmentation</a></span></p>
<p><span style="font-size:16px;"> This practical uses watershed and morphological methods to segmentation some microscopy images, although these are very general techniques and apply to a wide range of problems. Allow around 60 minutes for this.</span></p>
<p><span style="font-size:16px;">2) <a href="https://weblearn.ox.ac.uk/access/content/group/mplsdoc/Modules/2014/Michaelmas%20Term/Week%208%20-%20Foundations%20of%20Image%20Analysis/data/day3-segmentation/Day3_FSL_Segmentation_Prac">MRF-based Mixture Models</a></span></p>
<p><span style="font-size:16px;"> This practical uses MRF-based mixture models for tissue-type segmentation of medical images. The examples use brain images, but this is often applied in other medical imaging contexts. Allow around 60 minutes for this.</span></p>
<p> </p>