-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (173 loc) · 7.98 KB
/
index.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!--
Date: 14/9/2014
bootrap-inpiration-style document script by: http://jsfiddle.net/jdwire/2XXRF
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Image Processing Report</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="css/styles.css" rel="stylesheet">
<style>
.project-item {padding:4px;}
.project-item .inner-item {padding: 12px; background: #F5F5F5; border-radius: 2px;}
.project-item .title-item {display: inline-block;padding: 12px; positin:absolute; bottom:0; left:0; width:100%; border-top:1px solid #FFF;}
a.title-item {text-decoration: none; color:#FFF; background: #428bca; }
a.title-item:hover {color: #FFF;}
img.img-item {min-height: 260px; height: 260px}
</style>
</head>
<body>
<header id="mynavbar" class="navbar bs-docs-nav" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse"> <span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> <a href="index.html" class="navbar-brand">Group 2</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Project <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="project1.html">Bun Camera</a></li>
<li><a href="project2.html">Camera Selection</a></li>
<li><a href="project3.html">Photography Study</a></li>
<li><a href="project4.html">Image File Reading</a></li>
<li><a href="project5.html">Histogram</a></li>
<li><a href="project6.html">Point Operation</a></li>
<li><a href="project7.html">Linear Filter</a></li>
<li><a href="project8.html">Nonlinear Filter</a></li>
<li><a href="project9.html">Edge Detection : Part 1</a></li>
<li><a href="project10.html">Edge Detection : Part 2</a></li>
<li><a href="project11.html">Morphological Filter</a></li>
<li><a href="project12.html">Opening, Closing, Skeletonization, and Color space</a></li>
</ul>
</li>
<li> <a href="about.html">About</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="container bs-docs-container">
<div class="jumbotron">
<div class="container-fluid" id="mycontent">
<h1>EGBE443 Image Processing in Medicine</h1>
<h2>A Report site for coursework in image processing</h2>
<p>MATLAB™ was used for processing the image.
<a href="http://www.mathworks.com/matlabcentral/fileexchange/8412-lsm-file-toolbox">LSM Toolbar</a> was imported to read the LSM file.<br>
The source codes are availabled from <a href="https://github.com/nodtem66/EGBE443-Group2">github</a>.<br>
For all welcome suggestions, the team's emails are waited at <a href="about.html">about page</a>.
</p>
</div>
<!-- end col-md-9 -->
</div>
<!-- end row -->
<div class="row">
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/r2.png" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project1.html" class="title-item"><b>Bun Camera: A Study of Principal and Construction of a Pin Hole Camera</b></a>
</div>
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/first/2.png" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project2.html" class="title-item"><b>Camera Selection: A Study How to Buy One Camera for the Specific Use</b></a>
</div>
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/first/3.png" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project3.html" class="title-item"><b>Photography Study: A Study in photography technique with DSLR camera</b></a>
</div>
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/project4/1.jpg" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project4.html" class="title-item"><b>Image File Reading: Import Medical Images into MATLAB</b></a>
</div>
</div>
<!-- end row -->
<div class="row">
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/first/5.png" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project5.html" class="title-item"><b>Histogram</b></a>
</div>
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/project6/bg1.png" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project6.html" class="title-item"><b>Point Operation</b></a>
</div>
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/first/7.png" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project7.html" class="title-item"><b>Linear Filter</b></a>
</div>
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/project8/6.jpg" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project8.html" class="title-item"><b>Nonlinear Filter</b></a>
</div>
</div>
<!-- end row -->
<div class="row">
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/project9/img001.jpg" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project9.html" class="title-item"><b>Edge Detection Part 1</b></a>
</div>
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/first/10.png" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project10.html" class="title-item"><b>Edge Detection Part 2</b></a>
</div>
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/first/11.png" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project11.html" class="title-item"><b>Morphological Filter</b></a>
</div>
<div class="col-md-3 project-item">
<div class="inner-item">
<figure><img src="img/first/12.png" width="100%" alt="" class="img-thumbnail img-item"></figure>
</div>
<a href="project12.html" class="title-item"><b>Opening, Closing, Skeletonization, and Color space</b></a>
</div>
</div>
<!-- end row -->
</div>
<footer class="bs-footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-12" style="">
<p>Department of Biomedical Engineering</p>
<p>Faculty of Engineering, Mahidol University</p>
</div>
</div>
</div>
</footer>
<!-- script references -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>