ITK/Examples: Difference between revisions

From KitwarePublic
< ITK
Jump to navigationJump to search
No edit summary
No edit summary
Line 12: Line 12:
|-
|-
| [[ITK/Examples/Images/ReadImage | Read an image]] || {{ITKDoxygenURL|ImageFileReader}} ||
| [[ITK/Examples/Images/ReadImage | Read an image]] || {{ITKDoxygenURL|ImageFileReader}} ||
|-
| [[ITK/Examples/Images/RegionOfInterestImageFilter | Extract a portion of an image (region of interest)]] || {{ITKDoxygenURL|RegionOfInterestImageFilter}} ||
|-
|-
| [[ITK/Examples/Images/WriteImage | Write an image]] || {{ITKDoxygenURL|ImageFileWriter}} ||
| [[ITK/Examples/Images/WriteImage | Write an image]] || {{ITKDoxygenURL|ImageFileWriter}} ||
Line 20: Line 22:
|}
|}


==Working with Images==
==ITK/VTK Glue==
{{ITKExamplesTable}}
{{ITKExamplesTable}}
|-
|-
| [[ITK/Examples/ItkVtkGlue/DisplayAnImage | Display an ITK image]] || {{ITKDoxygenURL|ImageToVTKImageFilter}} ||
| [[ITK/Examples/ItkVtkGlue/DisplayAnImage | Display an ITK image]] || {{ITKDoxygenURL|ImageToVTKImageFilter}} ||
|}
|}

Revision as of 22:50, 20 October 2010

These are fully independent, compilable examples. There is significant overlap in the examples, but they are each intended to illustrate a different concept and be fully stand alone compilable. Please add examples in your areas of expertise!

Simple Operations

Example Name ITK Classes Demonstrated Description
Distance between two points Point

Working with Images

Example Name ITK Classes Demonstrated Description
Read an image ImageFileReader
Extract a portion of an image (region of interest) RegionOfInterestImageFilter
Write an image ImageFileWriter
Compute the gradient magnitude image GradientMagnitudeImageFilter
Smooth an image using curvature flow CurvatureFlowImageFilterType

ITK/VTK Glue

Example Name ITK Classes Demonstrated Description
Display an ITK image ImageToVTKImageFilter