ITK/Examples: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
Daviddoria (talk | contribs) |
Daviddoria (talk | contribs) |
||
Line 56: | Line 56: | ||
|- | |- | ||
| [[ITK/Examples/ItkVtkGlue/ImageToVTKImageFilter | Display an ITK image]] || {{ITKDoxygenURL|ImageToVTKImageFilter}} || | | [[ITK/Examples/ItkVtkGlue/ImageToVTKImageFilter | Display an ITK image]] || {{ITKDoxygenURL|ImageToVTKImageFilter}} || | ||
|} | |||
==Missing== | |||
{{ITKExamplesTable}} | |||
|- | |||
| [[ITK/Examples/Images/PermuteAxesImageFilter | Switch the axes of an image]] || {{ITKDoxygenURL|PermuteAxesImageFilter}} || | |||
|- | |||
| [[ITK/Examples/Images/CropImageFilter | Crop an image]] || {{ITKDoxygenURL|CropImageFilter}} || | |||
|- | |||
| [[ITK/Examples/Images/ConstantPadImageFilter | Pad an image with a constant value]] || {{ITKDoxygenURL|ConstantPadImageFilter}} || | |||
|- | |||
| [[ITK/Examples/Images/MirrorPadImageFilter | Pad an image]] || {{ITKDoxygenURL|MirrorPadImageFilter}} || | |||
|- | |||
| [[ITK/Examples/Images/WrapPadImageFilter | Pad an image by wrapping]] || {{ITKDoxygenURL|WrapPadImageFilter}} || | |||
|- | |||
| [[ITK/Examples/Images/ShrinkImageFilter | Shrink an image]] || {{ITKDoxygenURL|ShrinkImageFilter}} || | |||
|} | |} | ||
Revision as of 19:46, 21 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 | |
Create a vector | Vector |
Working with Images
ITK/VTK Glue
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Display an ITK image | ImageToVTKImageFilter |
Missing
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Switch the axes of an image | PermuteAxesImageFilter | |
Crop an image | CropImageFilter | |
Pad an image with a constant value | ConstantPadImageFilter | |
Pad an image | MirrorPadImageFilter | |
Pad an image by wrapping | WrapPadImageFilter | |
Shrink an image | ShrinkImageFilter |
Broken
Example Name | ITK Classes Demonstrated | Description |
---|---|---|
Join images, stacking their components | JoinImageFilter | How to convert the vector image produced by the joinFilter to a standard image? |
Convert a VTK image to an ITK image | VTKImageToImageFilter | |
Normalized correlation | NormalizedCorrelationImageFilter | |
Iterate over a region of an image with a shaped neighborhood | ShapedNeighborhoodIterator |