ITK/Examples: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
Daviddoria (talk | contribs) |
Daviddoria (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
==Simple Operations== | ==Simple Operations== | ||
{{ | {{ITKExamplesTable}} | ||
|- | |- | ||
| [[ITK/Examples/DistanceBetweenPoints | Distance between two points]] || {{ITKDoxygenURL|Point}} || | | [[ITK/Examples/DistanceBetweenPoints | Distance between two points]] || {{ITKDoxygenURL|Point}} || | ||
Line 9: | Line 9: | ||
==Working with Images== | ==Working with Images== | ||
{{ | {{ITKExamplesTable}} | ||
|- | |- | ||
| [[ITK/Examples/Images/ReadImage | Read an image]] || {{ITKDoxygenURL|ImageFileReader}} || | | [[ITK/Examples/Images/ReadImage | Read an image]] || {{ITKDoxygenURL|ImageFileReader}} || |
Revision as of 18:59, 16 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 | |
Write an image | ImageFileWriter | |
Compute the gradient magnitude image | GradientMagnitudeImageFilter | |
Smooth an image using curvature flow | CurvatureFlowImageFilterType |