-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevelopers.html
144 lines (127 loc) · 4.83 KB
/
developers.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>VXL developers</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body { color: black ; background-color: white }
h2 { color: blue }
p.developer { color: blue ; font-weight: bold }
a:link { color: blue }
a:hover { color: blue ; font-weight: bold }
a:visited { color: blue }
</style>
</head>
<body>
<h1><a href="index.html"><img alt="VXL" src="logo1-quant.gif" border="0" align="bottom" height="48"/></a>
Developers</h1>
This is an incomplete list of VXL Developers, their affiliations, interests in
VXL, and role in the VXL story.
<p>This information is mainly for the benefit of other developers.
If you have a question about VXL please post it to
<hr/>
<h2>Brown University</h2>
<ul>
<li>
<p class="developer"><a href="">Joe Mundy</a></p>
<p>Progenitor of VXL. Author of contrib/brl. Lead maintainer of vgui.</p>
</li>
</ul>
<h2><a href="http://www.research.ge.com/">GE Global Research</a></h2>
<ul>
<li>
<p class="developer"><a href="">Fred Wheeler</a></p>
<p>Using VXL for image registration and multiple-view image
enhancement. Lead maintainer of vul, vpl, and vbl.</p>
</li>
</ul>
<h2><a href="http://www.ox.ac.uk/">University of Oxford</a>, Robots Research Group</h2>
<ul>
<li>
<p class="developer"><a href="">Andrew Fitzgibbon</a></p>
<p>Progenitor of VXL. Author of vnl and vil1.</p>
</li>
<li>
<p class="developer"><a href="">Fred Schaffalitzky</a></p>
<p>Author and lead maintainer of vcl.</p>
</li>
</ul>
<h2><a href="http://www.kuleuven.be/">Leuven University</a>,
<a href="http://www.esat.kuleuven.be/psi/visics/">Electrical Engineering Department</a>, and
<a href="http://www.abis.be/html/enindex.html">ABIS Training & Consulting</a>
</h2>
<ul>
<li>
<p class="developer"><a href="">Peter Vanroose</a></p>
<p>Progenitor of VXL. Lead maintainer of vgl and co-maintainer of vnl.
Production of automatic documentation, thrashing of style bandits.</p>
</li>
</ul>
<h2><a href="http://www.manchester.ac.uk/">University of Manchester</a>,
<a href="http://www.isbe.man.ac.uk/">Imaging Science and Biomedical Engineering</a></h2>
<ul>
<li>
<p class="developer"><a href="">Tim Cootes</a></p>
<p>Using VXL for image object modelling and recognition. Author of
vsl, vil and contrib/mul. Production of automatic documentation
and search engine.</p>
</li>
</ul>
<h2><a href="http://imorphics.com">imorphics ltd.</a> and
<a href="http://www.manchester.ac.uk/">University of Manchester</a>,
<a href="http://www.isbe.man.ac.uk/">Imaging Science and Biomedical Engineering</a></h2>
<ul>
<li>
<p class="developer"><a href="">Ian Scott</a></p>
<p>Using VXL for 3D medical image modelling and analysis.
Author of contrib/mul. Author and lead maintainer of vsl and vil.
Production of documentation search engine.</p>
</li>
</ul>
<h2><a href="http://www.otago.ac.nz/">University of Otago</a>,
<a href="http://www.cs.otago.ac.nz/graphics/homepage.html">Graphics and Vision Laboratory</a></h2>
<ul>
<li>
<p class="developer"><a href="">Brendan McCane</a></p>
<p>Using VXL for real-time vision including face, eye and hand
tracking, and for some medical imaging applications.
Author of contrib/oul.</p>
</li>
</ul>
<h2><a href="http://www.kitware.com/">Kitware, Inc.</a></h2>
<ul>
<li>
<p class="developer"><a href="">Amitha Perera</a></p>
<p>Using VXL for active contours and statistical estimation.
Author of contrib/rpl. Production of testing dashboard.</p>
</li>
</ul>
<h2><a href="http://www.kitware.com/">Kitware, Inc.</a>,
<a href="http://www.vision.cs.rpi.edu/">Rensselaer CS Vision Group</a></h2>
<ul>
<li>
<p class="developer"><a href="">Brad King</a></p>
<p>Author of thread-safety in v3p/netlib and core/vnl.
Maintainer of changes to VXL contributed through <a href="http://www.itk.org">ITK</a>.
Maintainer of <a href="http://www.cmake.org/">CMake</a>, the build system generator for VXL.</p>
</li>
</ul>
<h2><a href="http://www.vision.cs.rpi.edu/">Rensselaer CS Vision Group</a></h2>
<ul>
<li>
<p class="developer"><a href="">Charles V. Stewart</a></p>
<p>Author of robust estimation library (contrib/rpl/rrel) and generalized registration library (contrib/rpl/rgrl).</p>
</li>
<li>
<p class="developer"><a href="">Michal Sofka</a></p>
<p>Current maintainer of contrib/rpl/rgrl.</p>
</li>
<li>
<p class="developer"><a href="">Gehua Yang</a></p>
<p>Maintainer of contrib/rpl/rgrl. Co-maintainer of vnl.</p>
</li>
</ul>
<p> </p>
<hr/>
</body>
</html>