-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
39 lines (27 loc) · 1.13 KB
/
README.html
File metadata and controls
39 lines (27 loc) · 1.13 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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>README.html<3></title>
</head>
<body>
<h1>SurfaceReconstructionLibrary</h1>
<p>The Surface Reconstruction Library provides functionality for
reconstruction of open or watertight surfaces from a set of 1D
contours representing the intersection of the 3D surface with 2D slice
planes. The reconstruction subproblems of correspondence, branching,
and surface fitting are solved. The surfaces fit by the library are of
minimal surface area. Contained is a set of C functions meant to be
compiled into a shared library.</p>
<p>If you publish work that includes results obtained using this
software, please cite:</p>
<p>Hinds, O. P., Polimeni, J. R., Schwartz, E. L., 2006. Brain surface
reconstruction from slice contours [Abstract]. NeuroImage 31 (1),
S445.</p>
<p>Platform: Linux, Windows, Mac</p>
<p>Language: C</p>
<p>Dependencies:
<a href="https://github.com/ohinds/VolumeProcessingLibrary">Volume Processing Library</a></p>
</body>
</html>