Skip to main content

PICSL Image Graph Cut: Graph Partitioning for Binary Image Volumes

Project description

PICSL Image Graph Cut Tool

This project provides a CLI tool and a Python interface for taking a binary 3D volume (e.g., in NIFTI format or any other readable by ITK) and splitting it into components based on connectivity. The code is a wrapper around the METIS library.

Quick Start (Python)

Install the package:

pip install picsl_image_graph_cut

Download a binary image to experiment with

DATAURL=https://github.com/pyushkevich/greedy/raw/master/testing/data
curl -L $DATAURL/phantom01_mask.nii.gz -o phantom01_mask.nii.gz

Partition the image

from picsl_image_graph_cut import image_graph_cut
help(image_graph_cut)
image_graph_cut('phantom01_mask.nii.gz', 'phantom01_gcut.nii.gz', 5)

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

If you're not sure about the file name format, learn more about wheel file names.

picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-macosx_14_0_x86_64.whl (5.5 MB view details)

Uploaded PyPymacOS 14.0+ x86-64

picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-macosx_14_0_arm64.whl (4.5 MB view details)

Uploaded PyPymacOS 14.0+ ARM64

picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-macosx_14_0_x86_64.whl (5.5 MB view details)

Uploaded PyPymacOS 14.0+ x86-64

picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-macosx_14_0_arm64.whl (4.5 MB view details)

Uploaded PyPymacOS 14.0+ ARM64

picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-macosx_14_0_x86_64.whl (5.5 MB view details)

Uploaded PyPymacOS 14.0+ x86-64

picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-macosx_14_0_arm64.whl (4.5 MB view details)

Uploaded PyPymacOS 14.0+ ARM64

picsl_image_graph_cut-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

picsl_image_graph_cut-0.0.1-cp313-cp313-macosx_14_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

picsl_image_graph_cut-0.0.1-cp313-cp313-macosx_14_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

picsl_image_graph_cut-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

picsl_image_graph_cut-0.0.1-cp312-cp312-macosx_14_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

picsl_image_graph_cut-0.0.1-cp312-cp312-macosx_14_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

picsl_image_graph_cut-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

picsl_image_graph_cut-0.0.1-cp311-cp311-macosx_14_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

picsl_image_graph_cut-0.0.1-cp311-cp311-macosx_14_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

picsl_image_graph_cut-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

picsl_image_graph_cut-0.0.1-cp310-cp310-macosx_14_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10macOS 14.0+ x86-64

picsl_image_graph_cut-0.0.1-cp310-cp310-macosx_14_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

picsl_image_graph_cut-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

picsl_image_graph_cut-0.0.1-cp39-cp39-macosx_14_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.9macOS 14.0+ x86-64

picsl_image_graph_cut-0.0.1-cp39-cp39-macosx_14_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

picsl_image_graph_cut-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

picsl_image_graph_cut-0.0.1-cp38-cp38-macosx_14_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.8macOS 14.0+ x86-64

picsl_image_graph_cut-0.0.1-cp38-cp38-macosx_14_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.8macOS 14.0+ ARM64

File details

Details for the file picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfa73df3917d4776dced928631ca44cb10f8d891852aef7f78225d156bf772bf
MD5 5764457955f9429ea86f7d29ee18dc33
BLAKE2b-256 5c608a3d3c9bf4e1f019b0c4f6bbd5c796973b3e085936e2b45e49888db8a5f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 78abac38376129f7406c54934271a4ef40ac7e6e992da45795e55d59f22e1add
MD5 3e1ce553cdb77b738fc28306960a4f84
BLAKE2b-256 b92aeed9a330b95af62ec6309189abb5b125e4ef02e7750dc26514621b7e45e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-macosx_14_0_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 424f6cec8924adecfbacdd0133c4c9c4a4495efdb182e7648bfff6b61fbbc7de
MD5 2daffe12138c839a4e86470da4a00186
BLAKE2b-256 c75968e227f419d5dc53add993345bd2f315fd9fa32eba86b4dd288a20904e92

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-pp310-pypy310_pp73-macosx_14_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2c8c821492075c09f6182fc33cbda2aba2ffc62ceafb4fd3636c91dd89a3714
MD5 a2f5e94f0a7e1d9174139f60cbee4a17
BLAKE2b-256 4410dd74e288d8dd68324d4ef2cfcf4842703a9fbc98f0f70a7038bb1f74725d

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 dbde0195c497f3b7172d811a121878a1442212e726c8f2a68b42994034bb44e5
MD5 8732348c30c42a9df2141b73fdaeca2f
BLAKE2b-256 37a3748344e93205c71b4c0e8db80a2d3a09561f3dcbab3319d49470c74d71ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-macosx_14_0_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 830e8c664bf47d6414e3907481a52d82cd128b716987ec297c67b9c5d753fe06
MD5 b32f7ca965c19fb575be574bb52538a7
BLAKE2b-256 e557a81f54023bc5af497f09747dfc3f13cb043f43697a71fad20aa6edfbe021

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-pp39-pypy39_pp73-macosx_14_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89e38acb8528c7963e53a20a360572f28d49c50cb8d595273d30914371a1aa0b
MD5 3076bbd89954b66dad7e949447a1ebb8
BLAKE2b-256 fe670a7c1f093ca6932010d821262e3157fc873c848371a9dd5b43e2196303e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 c114c06a4a245b4aa464eef6ee593e29914f2a6fc974e39504d1db033c1b0aa1
MD5 13533027cc7f0c3d93304751ec85f978
BLAKE2b-256 d830d3494ba8b3aae55a91a1adce4ab284971ea0530a8e910a12ead7afbaeb8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-macosx_14_0_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0cf2bb58a1d0dfba5f59654e9cc66980e5743d6fe18204e90d28cc7d2a2d0ef7
MD5 6b49fdbe69362f03e72ab467048990b6
BLAKE2b-256 1f55170d93f08a60a5f267cbddfc2d374452ceeca07c8df390d71d992ab766d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-pp38-pypy38_pp73-macosx_14_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7381dcfc3befa3326d12355963fb88fcd09fd2a848a092478cd1f8f5ca7fb67
MD5 2dc11ead3094915340870321cde2cbd0
BLAKE2b-256 38aad739b7d65d6469b2a8cb6610d8de8483facc1cc590637f829ca5203705c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 8399e8e5e8fde3e1736d5853fb00dc22c907b94f4b1cdd74d610990882182bd2
MD5 8e507eeff3641b179d26c7155fa8ad73
BLAKE2b-256 6169527925f2c73b839326fc1d8b81b58b5ccdc2e6cfe6f195050c9816ced77c

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp313-cp313-macosx_14_0_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d7adf567a6d9e3a2328e4f2c1d9f9302c3d841dc6a661aa78be911940d664bac
MD5 baec2ef46604cbb8a03ce6df3c627caa
BLAKE2b-256 8575d6bab994ec6fa4f65ba59e3e8b56b60455aec7023260d95921cdcf77f65a

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bebc71e564d581d9a1e4303d7220fc8e95364019d67cfb6e1f701336b48420de
MD5 22b5b11b42f90dd93420b783fefafddb
BLAKE2b-256 2d1c993939857e092181b33e68d0d0c51bdc16cb3c5527379e6ac26068a3b440

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 2476570c70a35bb97402094c611f38b1a03082ccf932d6c952a709b320a6c75f
MD5 cbc995461e02772990231567a7bc1c6a
BLAKE2b-256 36c4fc47f084fafabebf3c9dda6839fe2ce7e49b4d128e644b11eff70989c2bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp312-cp312-macosx_14_0_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 78bb43c7d7bdb45184661af566d6533cabd65d479e28107cdeefdcb762f465eb
MD5 d939c3f4bae1b43853229817b19af564
BLAKE2b-256 cf15c4a39c87a8394c8ec79dd79142a5de0dc70211f187634227afd661d1984b

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 956c5e8682b287b3a052d6ce4ced64455b56020becc5751f9ac115c09c86cd9e
MD5 7e2091b0647e7ceaef4e5e0a39ce19a8
BLAKE2b-256 c24237f244c54df12eac23ebd2a70127f0707bed839de63383cba968e18b2f23

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 2570da4079c17d9d7aabaabdbce07e4fc0ef3453be4ebd483928885acecb69c0
MD5 ff29b2bfcd4d95aa64e182d01bfffb22
BLAKE2b-256 c032d5aaf692958e675e7e31dd2beedc1775c46730cc65011c723b9809967253

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp311-cp311-macosx_14_0_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 62a13bb3b9e687faf3a8b837e1293696363a7865b55fe8e448a1215e0f8eea9c
MD5 338babe6e85e9671b7d676a2f28c977e
BLAKE2b-256 d339e67e3b86bc6ad8139de7be5fedc1137215c083d5af01b8366accac650d0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be7ce61b5b0242ae5eae5be3c1db1143283dfcfd846a2e0c6181647c37cec1f9
MD5 64241c46831e503dddc4b0a8db22b3a3
BLAKE2b-256 5a0e2bb03bba34112dce80bc0f918fcd030d42905ff357517627a2190f8ebcbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp310-cp310-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp310-cp310-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 b1c3ed24445a05274bc02778839ea6b215ff71b0f13305697ba8c7e854ec7e8a
MD5 7284403d4b7f6a5b3a11f94feb33ef3f
BLAKE2b-256 f06009a9f837365e9454e60bbb55baad718375f2c4c45a753851932a95214af8

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp310-cp310-macosx_14_0_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3739d0d3d1692a292e75488d888e780aee652a4bbba3432422350a3fdb3a698e
MD5 e6a0707024354f7e01a0ade2d577d8fb
BLAKE2b-256 8bfb52eaeee10b9ad71608e11488a5a2482825817f1e0cb6e13017d7d20b41f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11d088d56bab4e96ac7fd8c1a7eabb93b64854cf34dfc7019361d86752bf516b
MD5 5785cc6e1cdbe1c6a5891f03507d9ccf
BLAKE2b-256 756cdf4718ceda17aa20f4c68e8d454294554698d2e1c253b8eb80b813e05d6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp39-cp39-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp39-cp39-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 34bd4520cd013cd6f75578562b489e7c139b9557ed0da527aa3258c417b493c3
MD5 b4a1a73cd0efca87fc532fbe6933524b
BLAKE2b-256 5d8236b9f8629198ef23bbdb24a3ad6c80802596e2133740d47f265af784393d

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp39-cp39-macosx_14_0_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2ac5e47de7468d21aa2f1107ef33dfb29c616f0257115fc3b0cfc738099fa640
MD5 e927590029da3a2a758a7314290487a2
BLAKE2b-256 08d774d5a742d32ffc1ec02c35fca01d180a1af4972e283173a6087e988e8c5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp39-cp39-macosx_14_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94ac00efc98b9785800ede7f558b4f4d485e09e16d9072ba5a0c35b726a9f0de
MD5 2f04da2245d5c9d412eccbcea6272656
BLAKE2b-256 62baca6a0922394c12354aaed30e824495611d07f9e19fbd42b30b376161f6d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp38-cp38-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp38-cp38-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 14fd6fc38314d6f686ac6d00686c4795f83303200e4f710d309e4aa9c050b349
MD5 1be86cb82eff87807435a8d67b4146c3
BLAKE2b-256 0d08e0415bc2d1632420a7ef0bbbec06a47e611ece3cee0454a3973989f954ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp38-cp38-macosx_14_0_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file picsl_image_graph_cut-0.0.1-cp38-cp38-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for picsl_image_graph_cut-0.0.1-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f1312172f15839f8699295b671fd0055978aa35028e81ea583e22f34abd4ba24
MD5 f0ce63ab3e13ae3f3914b185fdab8fef
BLAKE2b-256 e289b07dfadf3ee24ed8b16fbdc36a6c9eb6cd148174450da4d5192cf2c602dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for picsl_image_graph_cut-0.0.1-cp38-cp38-macosx_14_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/image-graph-cut

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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