File: Tutorial.html

package info (click to toggle)
itksnap 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,196 kB
  • ctags: 9,196
  • sloc: cpp: 62,895; sh: 175; makefile: 13
file content (27 lines) | stat: -rw-r--r-- 1,418 bytes parent folder | download | duplicates (5)
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
<html>
<head>
<title>ITK-SnAP Tutorial</title>
</head>

<body>

<h1> Tutorial: Getting Started with ITK-SnAP </h1>

<p> 
Welcome to SnAP!  
This guide will introduce you to the most commonly used features of the software. The tutorial is organized into eight sections, and requires about 60 minutes to complete.  </p>
<p>Click the first link in te list below to begin the tutorial.  You may also click one of the other links to jump to a specific section.</p>
<ul>
  <li> <a href="TutorialSectionIntroduction.html">Section 1. Introduction</a></li>
  <li><a href="TutorialSectionLoadingImages.html">Section 2. Loading a 3D Image from File</a></li>
  <li><a href="TutorialSectionViewingImages.html">Section 3. Viewing the 3D Image </a></li>
  <li> <a href="TutorialSectionManualSegmentation.html">Section 4. Manual Segmentation</a></li>
  <li> <a href="TutorialSectionIntroductionToAutomatic.html">Section 5. Introduction to Automatic Segmentation</a></li>
  <li> <a href="TutorialSectionRegionSegmentation.html">Section 6. Automatic Segmentation with Region Competition Snakes</a></li>
  <li> <a href="TutorialSectionEdgeBasedSegmentation.html">Section 7. Automatic Segmentation with Edge-Based Snakes</a></li>
  <li> <a href="TutorialSectionVolumes.html">Section 8. Computing Volumes and Statistics</a></li>
  <li> <a href="TutorialSectionTipsAndTricks.html">Section 9. Tips and tricks</a></li>
</ul>

</body>
</html>