You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This list is not exhaustive and is only presented to illustrate the type names. The complete list of types can be found in the `ITK Software Guide <https://itk.org/ItkSoftwareGuide.pdf>`_.
60
62
@@ -90,7 +92,7 @@ ITK filter parameters can be specified in the following ways:
90
92
Mixing ITK and NumPy
91
93
--------------------
92
94
93
-
A common use case for using ITK in Python is to mingle NumPy and ITK operations on raster data. ITK provides a large number of I/O image formats and several sophisticated image processing algorithms not available in any other packages. The ability to intersperse that with numpy special purpose hacking provides a great tool for rapid prototyping.
95
+
A common use case for using ITK in Python is to mingle NumPy and ITK operations on raster data. ITK provides a large number of I/O image formats and several sophisticated image processing algorithms not available in any other packages. The ability to intersperse that with the SciPy ecosystem provides a great tool for rapid prototyping.
94
96
95
97
The following script shows how to integrate NumPy and ITK:
96
98
@@ -107,4 +109,4 @@ Similar functions are available to work with `itk.Matrix`, VNL vectors and matri
107
109
Examples
108
110
--------
109
111
110
-
Examples can be found in the `ITKExamples project <https://itk.org/ITKExamples/src/index.html>`_.
112
+
Examples can be found in the `ITKSphinxExamples project <https://itk.org/ITKExamples/src/index.html>`_.
0 commit comments