|
|
(894 intermediate revisions by 22 users not shown) |
Line 1: |
Line 1: |
| 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.
| | {{warning|1=The media wiki content on this page is no longer maintained. The examples presented on the https://itk.org/Wiki/* pages likely require ITK version 4.13 or earlier releases. In many cases, the examples on this page no longer conform to the best practices for modern ITK versions. |
| Please add examples in your areas of expertise!
| |
|
| |
|
| ==Simple Operations==
| | Recent examples that are up to date with ITK version 5 can be found at [https://itk.org/ITKExamples ITK Examples]}} |
| {{ITKExamplesTable}}
| |
| |-
| |
| | [[ITK/Examples/DistanceBetweenPoints | Distance between two points]] || {{ITKDoxygenURL|Point}} ||
| |
| |}
| |
| | |
| ==Working with Images==
| |
| {{ITKExamplesTable}}
| |
| |-
| |
| | [[ITK/Examples/Images/ReadImage | Read an image]] || {{ITKDoxygenURL|ImageFileReader}} ||
| |
| |-
| |
| | [[ITK/Examples/Images/WriteImage | Write an image]] || {{ITKDoxygenURL|ImageFileWriter}} ||
| |
| |-
| |
| | [[ITK/Examples/Images/GradientMagnitudeImageFilter | Compute the gradient magnitude image]] || {{ITKDoxygenURL|GradientMagnitudeImageFilter}} ||
| |
| |-
| |
| | [[ITK/Examples/Images/CurvatureFlowImageFilterType | Smooth an image using curvature flow]] || {{ITKDoxygenURL|CurvatureFlowImageFilterType}} ||
| |
| |}
| |
| | |
| ==Working with Images==
| |
| {{ITKExamplesTable}}
| |
| |-
| |
| | [[ITK/Examples/ItkVtkGlue/DisplayAnImage | Display an ITK image]] || {{ITKDoxygenURL|ImageToVTKImageFilter}} ||
| |
| |}
| |