Skip to main content

SimpleITK is a simplified interface to the Insight Toolkit (ITK) for image registration and segmentation

Project description

SimpleITK

CircleCI ReadTheDocs AzurePipelines
release CircleCI ReadTheDoc Build Status
master CircleCI ReadTheDoc Build Status

SimpleITK is an image analysis toolkit with a large number of components supporting general filtering operations, image segmentation and registration. It is built on top of the Insight Segmentation and Registration Toolkit ITK with the intent of providing a simplified interface to ITK. SimpleITK itself is written in C++ but is available for a large number of programming languages. Currently these include:

Wrapping of the C++ code is accomplished through SWIG, in principle, any language wrapped by SWIG should be applicable to SimpleITK.

Unlike ITK's support of n-dimensional spatio-temporal images, SimpleITK supports 2D, 3D and 4D images. The dimensionality refers to spatio-temporal dimensions, the voxels can be n-dimensional vectors.

SimpleITK is licensed under the Apache License.

Acknowledgments

SimpleITK development has been supported by:

  • The Intramural Research Program of the National Institutes of Health, National Institute of Allergy and Infectious Diseases.

  • The US National Library of Medicine under the American Recovery and Reinvestment Act (ARRA) and under the Intramural Research Program of the U.S. National Institutes of Health.

  • The Insight Software Consortium and the ITK user and developer communities.

License and Copyright

The SimpleITK project is part of the Insight Software Consortium(ISC) a non-profit educational consortium dedicated to promoting and maintaining open-source, freely available software for bio-medical image analysis. The copyright is held by NumFOCUS. The SimpleITK software is distributed under the Apache License 2.0.

How to Cite

If you found SimpleITK useful in your research, support our efforts by citing the relevant publication(s):

R. Beare, B. C. Lowekamp, Z. Yaniv, "Image Segmentation, Registration and Characterization in R with SimpleITK", J Stat Softw, 86(8), https://doi.org/10.18637/jss.v086.i08, 2018.

Z. Yaniv, B. C. Lowekamp, H. J. Johnson, R. Beare, "SimpleITK Image-Analysis Notebooks: a Collaborative Environment for Education and Reproducible Research", J Digit Imaging., 31(3): 290-303, https://doi.org/10.1007/s10278-017-0037-8, 2018.

B. C. Lowekamp, D. T. Chen, L. Ibáñez, D. Blezek, "The Design of SimpleITK", Front. Neuroinform., 7:45. https://doi.org/10.3389/fninf.2013.00045, 2013.

Documentation

With massive libraries like SimpleITK, good documentation is a must. The documentation for SimpleITK is split up into multiple levels:

  1. API Documentation - This contains class and function documentation. The descriptions for functions and classes are primarily borrowed from the original ITK C++ classes.
  2. SimpleITK Documentation - This site contains high-level guides (fundamental SimpleITK concepts, common conventions, etc.), details with respect to the toolkit's binary distributions, instructions for building the toolkit, as well as SimpleITK examples in all supported programming languages. [This site replaced the SimpleITK Wiki which is mostly of interest for historical reasons.]
  3. Juypyter Notebook Repository - This repository contains a collection of Jupyter Notebooks illustrating the use of SimpleITK for educational and research activities. The notebooks demonstrate the use of SimpleITK for interactive image analysis using the Python and R programming languages. Recommended reading, if you are starting with SimpleITK.

Support

SimpleITK provides access to most of the ITK components, but not all. If you are looking for something specific and can't find it, open an issue on GitHub or ask for support on the forum.

Report an Issue

Help us improve SimpleITK by reporting issues you encounter. When you report an error, you allow us to address your specific problem, but more importantly you are helping all of the SimpleITK community.

Thank you for helping making SimpleITK better!

All issues are reported and managed on the project's GitHub issue tracker. When reporting an issue, please provide as much information as possible to enable us to reproduce the problem.

The following information will allow us to address your issue in a timely manner:

  1. Error message (copy & pasted) and focused description of the problem.
  2. Operating system, and version (e.g. OSX 10.11.6).
  3. Programming language, and version (e.g. Python 2.7.14, R 3.2.3).
  4. Version of SimpleITK (e.g. 1.1.0), just invoke the SimpleITK Version() function.
  5. How did you install SimpleITK, binary distribution (e.g. conda install -c simpleitk simpleitk), or built it from source (e.g. devtools::install_github("SimpleITK/SimpleITKRInstaller")).
  6. A minimal working example which causes the error.
  7. If your code requires input, possibly point to a minimal sized input image.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

SimpleITK-2.2.1-cp311-cp311-win_amd64.whl (27.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

SimpleITK-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

SimpleITK-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (48.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

SimpleITK-2.2.1-cp311-cp311-macosx_11_0_arm64.whl (30.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

SimpleITK-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl (45.5 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

SimpleITK-2.2.1-cp310-cp310-win_amd64.whl (27.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

SimpleITK-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

SimpleITK-2.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (48.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

SimpleITK-2.2.1-cp310-cp310-macosx_11_0_arm64.whl (30.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

SimpleITK-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl (45.5 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

SimpleITK-2.2.1-cp39-cp39-win_amd64.whl (27.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

SimpleITK-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

SimpleITK-2.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (48.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

SimpleITK-2.2.1-cp39-cp39-macosx_11_0_arm64.whl (30.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

SimpleITK-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl (45.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

SimpleITK-2.2.1-cp38-cp38-win_amd64.whl (27.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

SimpleITK-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

SimpleITK-2.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (48.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

SimpleITK-2.2.1-cp38-cp38-macosx_11_0_arm64.whl (30.2 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

SimpleITK-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl (45.5 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

SimpleITK-2.2.1-cp37-cp37m-win_amd64.whl (27.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

SimpleITK-2.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (52.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

SimpleITK-2.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (48.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

SimpleITK-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl (45.5 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file SimpleITK-2.2.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: SimpleITK-2.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 27.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.4

File hashes

Hashes for SimpleITK-2.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5da94685c6c082e567ac699786065b8b834c7c1fc92fbd7b2822e9f8e251b066
MD5 ab0649a92a80f6275bcb71182d79b97a
BLAKE2b-256 6cb7d5fc65e808fc65e0a37e983c75507f814de07d2c9faada2100390eae5e29

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a19d1fadeb1c7ad6454e3a0b5dc375bcca8d2d84b25d9ca5bd9897cc26d7e22
MD5 8135a459b44acca1b7abe04656d330cd
BLAKE2b-256 3684955a50535c88d10ee40c5275695d775235e07f67d3c996b85c5ea1d8a722

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea705139755f1ef234239caa72bec400b8babf3c5b83d2164d68afaa18b61a2b
MD5 4e5e7c88105bd53be25ea7f88778b368
BLAKE2b-256 c2dfb177254a75998ba15d22f53eecfcbb7e46c5cdcfdeb22c7ecff8478bbbfb

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: SimpleITK-2.2.1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 30.2 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.4

File hashes

Hashes for SimpleITK-2.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 498fedec0d12671933c4861b0674a2435df18a840abaef2e0810d08e3f9686cd
MD5 acf9704efd8214aa9bbd3b29373d6b6a
BLAKE2b-256 e32ee2ce9cfeca3fcded96bb1691fd26a4ee187a6b5bb68491cce8b24898a84c

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: SimpleITK-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 45.5 MB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.4

File hashes

Hashes for SimpleITK-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 beb2081b912fae321be4c060ca2ff105edddf83bf6d5d3bd833f1801d23b773d
MD5 7516d10369b97c77c264651847a2b026
BLAKE2b-256 ed7a6a1fa72a14456a188414339734079cdff454ef2c5ab9ae84be61745500ef

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 740a8f1628e9f8f974acaf2ab49bd153fc4ea15db94ca4765e6c18edb2c86681
MD5 547ac624e172f8d737a9fd86b706daea
BLAKE2b-256 166e906d74c122026e7c36ac1ccca0cb6a07b6496cf9a9552cdcd0ca6dd932fe

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f963a715eee2aed95cc9a0b7066231b0944f85e99f65cc0e216a15a291c4320
MD5 bdcac7ba8461b5a72ba4d8ad14275bf8
BLAKE2b-256 ff0b2e078bb5fe33f7fef38bdeb882c23bc73782aecc66bb08047834c5c4a99c

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5419582bc7a7a7f4b5d2540666c215800e388e8b99d1ee1c7c714cc009a7242a
MD5 ba08c8cbcdcbcf306ad9e58634abbe4f
BLAKE2b-256 f31e38e648d597d4c10114a00fb7f25f6adbbf83484df767c60b4e4a243659b2

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: SimpleITK-2.2.1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 30.2 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.4

File hashes

Hashes for SimpleITK-2.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00c1776185c339b50b4081d082d19124f479ded4f7153ffc2f9354761269b459
MD5 36208188c05494d0a09abf1eae04da2e
BLAKE2b-256 2ce3a3c7234b40a5a2e4f610b2d699078e540f5b0c8521331eda3c3c7b9294dc

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f386a83c20e70741a3e3f096a60ef6272d07e76ab0117dbea428db81581335cc
MD5 b6e97bc22204c65be25d59f9a27f2627
BLAKE2b-256 f5ffa9a61bd567f6ebb457035ce76cc63e8896544f38029e7a4e9a43ebb256e3

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: SimpleITK-2.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 27.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for SimpleITK-2.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7e20bbc467a8fff15978fee34a97c851ec3d0caed2d01929f600a13a0ff2f955
MD5 e01e894caec457399013e6cedda93106
BLAKE2b-256 14fd9b5e9d08aa458a5619afc4f4836518f8a3d1ddb9a595e17e1747c4860081

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b90dfd94cba0b068bacddaf2550d96df2683df830b9ee71cd9440e64c701196
MD5 1de7e5c37dc72759f42747e1400aef27
BLAKE2b-256 cfba51288a96cb59c7494a62f2dea9b2456add4c1f74e54395059d50b4157192

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d6f58cdf90dbd0b84be68e0b46545c92f28c650d86e9f24acb91ad1c27416357
MD5 b69b4f6c7f2978a6ba7c324747e8a49f
BLAKE2b-256 3af60b1b4dc9cfd0385a4b3eb479d2af231cbe084ff63a1c2d1d816df05096e8

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: SimpleITK-2.2.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 30.2 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.4

File hashes

Hashes for SimpleITK-2.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ffec97db30f923788f4e19b5a6e708d68afcce8f89cb54d7c976bd099b9a580
MD5 d6f99ab13a055b5df9dead3c4a5f90a4
BLAKE2b-256 4f91658a9308ca0d4a3f5a960a3d60dd3dff09e4435f5c1df2d38bd5307e13bf

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e032bb2e54b96ce426187f07ce5dd9733077b18005399f6fbbcd4765b386299f
MD5 3443382ccc2765815c586140321501ee
BLAKE2b-256 48ca17060411f1c1483d59f48ec6a9ed128059d8abf926a2394d3392d05b6d71

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: SimpleITK-2.2.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 27.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for SimpleITK-2.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 56863d90ea3bddae86a83120a98b803007240a22c8de299946208327089c7581
MD5 888c185a1be441407b524dff5b7b24bd
BLAKE2b-256 8143c9927b874afa672f78833fcf0460a06d1c7df9bf32bf5a05c1dff5dc9ed9

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e035e488880b10139680d6a796fab77735d6a868f34977f5ea9145b5bd88938
MD5 a41f34ee7d748c15d54ad19cd829bc74
BLAKE2b-256 8e0454bfcb806a879f7af562a5bf1ce3e6d9200edec14923385542a939bc0d42

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b599f115cc6fcaf4222c75de47a1d9bb45a9e8aea554c532d5f1b2a61ff2695
MD5 5bf87e0b9ca4e77d00b7d00b3d3fcf1b
BLAKE2b-256 5d863c31c924eac8627063d85a8039e5d6a6b69a0e35d141ece03f9842910d16

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: SimpleITK-2.2.1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 30.2 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.10.4

File hashes

Hashes for SimpleITK-2.2.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a2eafedbf99874019e00dfd2b5e94e15a7cf4c17f12d194678fc10c277f4d4c
MD5 9b20f85b50c75f1c1a9649396ba290ca
BLAKE2b-256 25c0929e64932eb9fb6af9a6acd487b28906c885ce97eed53b9d221765655300

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 565723d39b836d91fcc1e78eb4e494c9dd22e2392df44548c64617656769f095
MD5 1d738e6d208deabfa4728c173b5cd604
BLAKE2b-256 36d267a1461f2845f2597d911c5fdde75622bfbb27c631afe0fa6aa015c2796d

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4878f5c032d638d7833901d8d3f79d4c6ed90d041d1fcc1b074dd6e4b7c9abc2
MD5 09ba4dd1176019659f23a70cba2cde23
BLAKE2b-256 d4e8f37a48af6c4df67a8bbbbab6f21cb0a30ae024d383a3c2a4d76f90e29e46

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b0f725a44974c697fec57137bda70a4801b8b3ffd0aa2c180b67452cd72093b
MD5 eecca1d00f6e0370b04a502a33449869
BLAKE2b-256 e70da1f3351e7af5f8516a5326b53b7723f19f8fb64d5783c6ecc341db9f476f

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97f85a0a51e5aaf1cc46318a039513081ebc74ccfb9030d03d2cfbca97844317
MD5 73152fba5cbf01456b1877ea870547ec
BLAKE2b-256 1e4e9db2b977572cd9ec21ad2ef43430626a37f3068eee7e356d1dcbb328e908

See more details on using hashes here.

Provenance

File details

Details for the file SimpleITK-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for SimpleITK-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d2615c8f87e2cfa215638ad6ab719215f8dc2981537da9528046d6c8bfc9d05d
MD5 61ea6da2eeacad60795196643775df4d
BLAKE2b-256 33bb580a5b270812090093dc12325eb3c02236dc0ab7fe125a85da61355d8fd3

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page