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