--- id: simpleitk version: "2.5.6" license: Apache license_treatment: permissive maintenance: active --- # simpleitk — SimpleITK is a simplified interface to the Insight Toolkit (ITK) for image registration and segmentation License: permissive · Maintenance: active · Downloads: 824.1K/mo ## What it is and what it does SimpleITK is a C++ image analysis library wrapped for Python that simplifies access to the Insight Toolkit (ITK). It supports filtering, segmentation, and registration workflows on 2D, 3D, and 4D images, with voxels that can be n-dimensional vectors. The package is built on ITK but provides a more approachable API than the underlying C++ toolkit, making it suitable for research, education, and clinical applications. The library is distributed as precompiled wheels for multiple platforms and Python versions, eliminating the need to build from source in most cases. It has no declared runtime dependencies, making it lightweight to install once the binary is available. Development is active, with the project maintained by the Insight Software Consortium and NumFOCUS. Use it for: - Segment anatomical structures in medical images (CT, MRI, ultrasound) for clinical analysis or surgical planning. - Register multiple images to a common coordinate system for longitudinal studies or multi-modal fusion. - Apply standard image filters (Gaussian, median, morphological) to preprocess images before analysis. - Extract and analyze image statistics and features for quantitative biomarker research. - Prototype image analysis algorithms in Jupyter notebooks for reproducible research and education. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. SimpleITK provides a simplified Python interface to the Insight Toolkit (ITK) for performing image segmentation, registration, and general filtering operations on 2D, 3D, and 4D images. Yes. SimpleITK is a stable, actively maintained toolkit with no known vulnerabilities, permissive licensing, and broad platform support. It fills a clear niche for Python developers working with medical or scientific images who need segmentation and registration without the complexity of raw ITK. Medium install friction is typical for compiled libraries and is not a barrier given the availability of prebuilt wheels. ## Install pip install simpleitk uv add simpleitk poetry add simpleitk ## Installing simpleitk Before you install: Medium install friction due to compiled C++ bindings; prebuilt wheels are available for common platforms (macOS x86_64/arm64, Linux x86_64/aarch64, Windows x86_64) across Python 3.9–3.14. Last release was 15 days ago and the repository remains actively maintained. License in practice: Licensed under Apache 2.0 (permissive), allowing commercial and private use with minimal restrictions. Copyright held by NumFOCUS under the Insight Software Consortium. Quickstart: import simpleitk as sitk image = sitk.ReadImage('image.dcm') filtered = sitk.MedianImageFilter().Execute(image) Requires a compatible Python version and a platform with prebuilt wheel support (macOS, Linux, Windows). Verify before relying: - Specific minimum Python version requirement (requires_python is unspecified in metadata). - Whether numpy or other array libraries are required at runtime despite zero declared runtime dependencies. - Performance characteristics and memory footprint for large 3D/4D image datasets. ## Package facts - License: Apache (permissive) - Python support: unspecified - Install friction: medium - Maintenance: active - Downloads: 824.1K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags image segmentation registration, medical image analysis, itk python wrapper, image filtering toolkit, biomedical image processing, medical-imaging, image-processing, segmentation-registration [View on SkillFed](https://skillfed.io/packages/simpleitk) · [View on PyPI](https://pypi.org/project/simpleitk/)