Difference between revisions of "2010 Project Week Breakout Session: ITK"
From NAMIC Wiki
(10 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
'''Session Leader: Luis Ibanez''' | '''Session Leader: Luis Ibanez''' | ||
+ | |||
+ | = Exercises Source Code = | ||
+ | |||
+ | The source code of the hands-on exercises is contained in the following zip file. | ||
+ | |||
+ | * [[Image:ITKCourseExercises.zip|Image:ITKCourseExercises.zip]] | ||
= Review of Users Needs = | = Review of Users Needs = | ||
== Image Registration == | == Image Registration == | ||
+ | |||
+ | * [[Media:Insight-Registration.ppt|ITK Image Registration]] | ||
+ | * [[Media:Insight-DeformableRegistration-BSplines.ppt|ITK Image Deformable Registration BSplines]] | ||
+ | * [[Media:Insight-DeformableRegistration-FEM.ppt|ITK Image Deformable Registration FEM]] | ||
+ | * [[Media:Insight-DeformableRegistration-Demons.ppt|ITK Image Deformable Registration Demons]] | ||
== Image Segmentation == | == Image Segmentation == | ||
+ | |||
+ | * [[Media:Insight-Segmentation.ppt|ITK Segmentation]] | ||
== Mesh Based Processing == | == Mesh Based Processing == | ||
+ | |||
+ | = Developers Training = | ||
+ | |||
+ | * How to write an ITK Filter | ||
+ | ** [[Media:Insight-Writing-a-New-Filter.ppt|Insight-Writing-a-New-Filter]] | ||
+ | |||
+ | * How to support new file formats | ||
+ | ** How to write a new ImageIO class | ||
+ | |||
+ | * ITK Design Patterns | ||
+ | ** [[Media:Insight-DesignPatterns.ppt|Insight-DesignPatterns]] | ||
+ | |||
+ | * Multi-Threading | ||
+ | ** [[Media:Insight-MultiThreading.ppt|Insight-MultiThreading]] | ||
= Plans for ITK 4 = | = Plans for ITK 4 = | ||
== Modular Reorganization == | == Modular Reorganization == | ||
+ | |||
+ | * Git | ||
+ | * Web of Trust | ||
== Testing == | == Testing == | ||
+ | |||
+ | * Progressive testing | ||
== VTK+ITK Integration == | == VTK+ITK Integration == |
Latest revision as of 14:05, 18 June 2010
Home < 2010 Project Week Breakout Session: ITKBack to Project Week Agenda
Session Leader: Luis Ibanez
Contents
Exercises Source Code
The source code of the hands-on exercises is contained in the following zip file.
Review of Users Needs
Image Registration
- ITK Image Registration
- ITK Image Deformable Registration BSplines
- ITK Image Deformable Registration FEM
- ITK Image Deformable Registration Demons
Image Segmentation
Mesh Based Processing
Developers Training
- How to write an ITK Filter
- How to support new file formats
- How to write a new ImageIO class
- ITK Design Patterns
- Multi-Threading
Plans for ITK 4
Modular Reorganization
- Git
- Web of Trust
Testing
- Progressive testing