Difference between revisions of "2010 Project Week Breakout Session: ITK"

From NAMIC Wiki
Jump to: navigation, search
 
(8 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 ==
Line 15: Line 28:
  
 
* How to write an ITK Filter
 
* How to write an ITK Filter
** [[Media:Insight-Writing-a-New-Filter.ppt|Insight-Writing-a-New-Filter]])
+
** [[Media:Insight-Writing-a-New-Filter.ppt|Insight-Writing-a-New-Filter]]
  
 
* How to support new file formats
 
* How to support new file formats
 
** How to write a new ImageIO class
 
** 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: ITK
 Back to  Project Week Agenda

Session Leader: Luis Ibanez


Exercises Source Code

The source code of the hands-on exercises is contained in the following zip file.

Review of Users Needs

Image Registration

Image Segmentation

Mesh Based Processing

Developers Training

  • How to support new file formats
    • How to write a new ImageIO class

Plans for ITK 4

Modular Reorganization

  • Git
  • Web of Trust

Testing

  • Progressive testing

VTK+ITK Integration