itk-numerics
ITK is an open-source toolkit for multidimensional image analysis
What it is and what it does
itk-numerics is a Python package that exposes ITK's core numerical image processing capabilities. ITK (Insight Toolkit) is an open-source, cross-platform toolkit designed for N-dimensional scientific image processing, segmentation, and registration—tasks common in medical imaging and research. The package depends on itk-core and provides pre-built binary wheels for rapid installation across major platforms and architectures.
Typically used in medical image analysis workflows where you need to segment anatomical structures from CT or MRI scans, align multiple imaging modalities, or apply numerical transformations to volumetric data. The toolkit is actively maintained by the Insight Software Consortium under NumFOCUS sponsorship, with a long history of use in research and clinical applications.
Use it for:
- Segment organs or lesions from medical imaging data (CT, MRI) for diagnostic or surgical planning
- Register and align multiple medical images to combine information from different modalities or time points
- Apply N-dimensional filtering, morphological operations, and transformations to scientific image data
- Build reproducible image analysis pipelines for research or clinical decision support systems
- Integrate ITK's numerical algorithms into Python-based medical imaging workflows
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
itk-numerics provides Python bindings for ITK's N-dimensional image processing, segmentation, and registration algorithms, focusing on the numerical computation core.
Yes, if you need ITK's image processing and segmentation capabilities in Python. The package is actively maintained, permissively licensed, has no known vulnerabilities, and offers pre-built wheels for easy installation. Medium install friction is typical for compiled numerical libraries. Verify whether itk-numerics provides the specific algorithms you need versus installing the broader itk package.
Install
itk-numerics on PyPI
pip
pip install itk-numericsuv
uv add itk-numericspoetry
poetry add itk-numericsInstalling itk-numerics
Before you install
Medium install friction due to compiled binary wheels. Released 7 days ago with active maintenance (last commit 2026-08-14). Supports Python 3.8+ across Linux, macOS (including Apple Silicon), and Windows with pre-built wheels for common architectures.
License in practice
Apache License 2.0 permits both commercial and non-commercial use with permissive terms. Requires attribution and notice of modifications, but imposes no copyleft obligations on derivative works.
Quickstart
pip install itk-numerics
import itk
# Use ITK's image processing functions via itk-core dependency
Requires itk-core as a runtime dependency; pre-built wheels available for Python 3.8+ on Linux, macOS, and Windows.
Verify before relying
- Specific numerical algorithms and API surface provided by itk-numerics versus the broader itk package
- Performance characteristics or computational limits for large image datasets
- Whether itk-numerics is a subset or specialized distribution of ITK's full toolkit
Package facts
| License | Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 1 — itk-core |
| Maintenance | actively maintained — 7 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 233,090/month — #9,048 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: itk_numerics-5.4.7-cp310-cp310-macosx_10_9_x86_64.whl; itk_numerics-5.4.7-cp310-cp310-macosx_11_0_arm64.whl; itk_numerics-5.4.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; itk_numerics-5.4.7-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl; itk_numerics-5.4.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl; itk_numerics-5.4.7-cp310-cp310-win_amd64.whl; itk_numerics-5.4.7-cp311-abi3-macosx_10_9_x86_64.whl; itk_numerics-5.4.7-cp311-abi3-macosx_11_0_arm64.whl; itk_numerics-5.4.7-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; itk_numerics-5.4.7-cp311-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl; itk_numerics-5.4.7-cp311-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl; itk_numerics-5.4.7-cp311-abi3-win_amd64.whl; itk_numerics-5.4.7-cp39-cp39-macosx_10_9_x86_64.whl; itk_numerics-5.4.7-cp39-cp39-macosx_11_0_arm64.whl; itk_numerics-5.4.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; itk_numerics-5.4.7-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl; itk_numerics-5.4.7-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl; itk_numerics-5.4.7-cp39-cp39-win_amd64.whl
Keywords: ITK, InsightToolkit, scientific, medical, image, imaging
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
itk-coreitk-core provides Python bindings to the…
permissive · top 15,000 on PyPI
itk-segmentationProvides Python bindings for ITK's segmentation…
permissive · top 15,000 on PyPI
itkwasmProvides a Python interface to run itk-wasm…
permissive · top 15,000 on PyPI
itk-filteringitk-filtering provides Python bindings for…
permissive · top 15,000 on PyPI
simpleitkSimpleITK provides a simplified Python…
permissive · top 5,000 on PyPI
itkITK provides N-dimensional scientific image…
permissive · top 15,000 on PyPI
itk-registrationitk-registration provides Python bindings for…
permissive · top 15,000 on PyPI
itk-ioitk-io provides Python bindings for reading and…
permissive · top 15,000 on PyPI
vtkVTK is a 3D graphics, image processing, and…
permissive · top 5,000 on PyPI
TotalSegmentatorAutomated segmentation of anatomical structures…
permissive · top 15,000 on PyPI