Skip to main content

libSGM is a CNES version of H.Hirschmuller Semi-Global Matching

Project description

LibSGM: Semi-Global Matching algorithm library

OverviewInstallUsageRelatedReferences

Overview

libSGM is an implementation of Semi-Global Matching (SGM) algorithm based on [Hirschmuller, 2008], [Ernst, Ines & Hirschmüller, 2008] and [Hirschmüller, Buder & Ernst, 2012].

The main algorithm is written in C++ and is wrapped with cython to provide a libSGM python module.

An experimental less efficient python only module libsgm_python is available for study purposes only.

Install

libsgm is available on Pypi and can be installed by:

pip install libsgm

From source in dev mode, clone the public repository then :

make install 
source venv/bin/activate # Libsgm is installed in virtualenv

Usage

libSGM is a library only and must be used as a package :

import c_libsgm
...
cost_volumes_out = c_libsgm.sgm_api(cost_volume_in, p1, p2, directions, invalid_value, segmentation=optimization_layer, cost_paths=False, overcounting=False)

Let's see pandora_plugin_LibSGM for real life exemple.

Documentation

To build library documentation, doxygen must be installed on your system. After installation from source, dependencies are installed in the virtualenv. Documentation can be generated by:

source venv/bin/activate
make docs

Related

Pandora - A stereo matching framework
Plugin_LibSGM - Stereo Matching Algorithm plugin for Pandora

References

Please cite the following paper when using libsgm: Cournet, M., Sarrazin, E., Dumas, L., Michel, J., Guinet, J., Youssefi, D., Defonte, V., Fardet, Q., 2020. Ground-truth generation and disparity estimation for optical satellite imagery. ISPRS - International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences.

[Hirschmuller, 2008] H. Hirschmuller, "Stereo Processing by Semiglobal Matching and Mutual Information," in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 30, no. 2, pp. 328-341, Feb. 2008. doi: 10.1109/TPAMI.2007.1166

[Ernst, Ines & Hirschmüller, 2008] Ernst, Ines & Hirschmüller, Heiko. (2008). Mutual Information Based Semi-Global Stereo Matching on the GPU. Proceedings of the International Symposium on Visual Computing. 5358. 10.1007/978-3-540-89639-5_22.

[Hirschmüller, Buder & Ernst, 2012] Hirschmüller, Heiko & Buder, Maximilian & Ernst, Ines. (2012). Memory Efficient Semi-Global Matching. ISPRS Annals of Photogrammetry, Remote Sensing and Spatial Information Sciences. I-3. 10.5194/isprsannals-I-3-371-2012.

Project details


Download files

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

Source Distribution

libsgm-0.5.2.tar.gz (363.8 kB view details)

Uploaded Source

Built Distributions

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

libsgm-0.5.2-cp313-cp313-win_amd64.whl (98.0 kB view details)

Uploaded CPython 3.13Windows x86-64

libsgm-0.5.2-cp313-cp313-win32.whl (86.8 kB view details)

Uploaded CPython 3.13Windows x86

libsgm-0.5.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

libsgm-0.5.2-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

libsgm-0.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

libsgm-0.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (150.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

libsgm-0.5.2-cp312-cp312-win_amd64.whl (98.0 kB view details)

Uploaded CPython 3.12Windows x86-64

libsgm-0.5.2-cp312-cp312-win32.whl (86.8 kB view details)

Uploaded CPython 3.12Windows x86

libsgm-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

libsgm-0.5.2-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

libsgm-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

libsgm-0.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (150.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

libsgm-0.5.2-cp311-cp311-win_amd64.whl (96.3 kB view details)

Uploaded CPython 3.11Windows x86-64

libsgm-0.5.2-cp311-cp311-win32.whl (85.7 kB view details)

Uploaded CPython 3.11Windows x86

libsgm-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

libsgm-0.5.2-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

libsgm-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

libsgm-0.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (149.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

libsgm-0.5.2-cp310-cp310-win_amd64.whl (95.8 kB view details)

Uploaded CPython 3.10Windows x86-64

libsgm-0.5.2-cp310-cp310-win32.whl (84.8 kB view details)

Uploaded CPython 3.10Windows x86

libsgm-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

libsgm-0.5.2-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

libsgm-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

libsgm-0.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (148.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

libsgm-0.5.2-cp39-cp39-win_amd64.whl (96.1 kB view details)

Uploaded CPython 3.9Windows x86-64

libsgm-0.5.2-cp39-cp39-win32.whl (84.9 kB view details)

Uploaded CPython 3.9Windows x86

libsgm-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

libsgm-0.5.2-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

libsgm-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

libsgm-0.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (149.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

File details

Details for the file libsgm-0.5.2.tar.gz.

File metadata

  • Download URL: libsgm-0.5.2.tar.gz
  • Upload date:
  • Size: 363.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2.tar.gz
Algorithm Hash digest
SHA256 1f62d8de32ca0144d3b9098ff55f08f0ca628c17bef819333152499e57b06203
MD5 4f0276a174783f32ee17be35fb53c6a2
BLAKE2b-256 6f4da1b083e2159a8b65d874ad300405f2f1ee06345a29817815355913e8dc68

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2.tar.gz:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: libsgm-0.5.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 98.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f44e3030edbf43007fce39cd9da4a289216dd987ee863e92969c7952ae932f37
MD5 92dcdde1d224e162feb21f804213f060
BLAKE2b-256 af9988cc9e73f284a3dd0e1db9e28bca5287607c75ddf345ba20d29e9491fc08

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp313-cp313-win_amd64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: libsgm-0.5.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 86.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d56cacd13c13478c10bda344fcc6ddebf718c6b6568bead973d3a26f171ca2b6
MD5 be43f8e424013942773906e49af474a1
BLAKE2b-256 c20788cb77fff104dffa79d08f24591122ad507ce47c953bf9927d57ecf25590

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp313-cp313-win32.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b11c0f92f712160b4f8a53fdaecafd8b63ce8d8599c520fbf4f34f966a529a8
MD5 3af9f1a1eebc20d0c076b11d8382729d
BLAKE2b-256 cd21f66314e48911d81d3d4ee4a1d242a9665e793b137808a222d956e9f00a62

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 965e197b7b8ecfdd6338ee8e6ba8f2e668e3ee5bd067fe2dc223f64e8ee251a9
MD5 e83a216d942a1c9233a67fd7ad542943
BLAKE2b-256 7548fc50cd87e358be777dccbf37dd8e19b75e4ad0e20c21d37919a74c98a177

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a0b61a80ca46d34a8457d7ce97b985a874d8e905535a709cfe6b0fee077acf7
MD5 eea7c8306c2cc70ee9b8e3b259d91544
BLAKE2b-256 da5692ead64061891ff3dd203fae315b5bf395161f35d02f72e82dcea253eed1

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71d3ffc984c32a1771022337e5976e22574193c3deb6c411659c827147fac45d
MD5 b329c1fddb889b901e3d63762394a9f0
BLAKE2b-256 94c77eafa03bb672c1ca2633b87c0efbc648421df73fde12eb98cb3703cef3a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: libsgm-0.5.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 98.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 43d1277faa36d499b2b9345076f9e1cd495fab234e8babba561fa63115440e60
MD5 9c974f7e01dae3ac677c76983e22821d
BLAKE2b-256 9e5c03280cb2b9635bffa0b5e4584e3566040b221f88f6d01801064e849a1de6

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp312-cp312-win_amd64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: libsgm-0.5.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 86.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 04e09734375da86036ffddbc4ee7530b4f50028b027d1324ca74adbe1228ece3
MD5 09962b43b6952ed588bf2eb1baeb9bcf
BLAKE2b-256 19dca89656aebbda081c5d18df2ea228e10f96ee5cfffc5e1cdfc5ddc8f2c6fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp312-cp312-win32.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a865f07e9389dcdd73bd84a7b988e1a3a988f1824e3e16bb3c0ab1b1728725a6
MD5 cdc88482fb80eda5fa4bb14d123023bc
BLAKE2b-256 caa34d29a896274ddfc7c0ff300cdd2aea7f543d473a297d694b64d6360df206

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e92759fb977b2fedcf36aa7231bf0a182a7db4d4c35fe3dab260a069da7dc32d
MD5 952777c30a9eecd653d4e5dec8d5d7b3
BLAKE2b-256 48157e399f8fc72dc5d85c64453ff8fd2476c3d5158a1f222283cf9c80c24eaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa8457d5917ffb290d1ddbaaefb7746b5f77db7a2bf5ca9f1b5dcddf534ca0ee
MD5 bef84a1fc0e91d9ef3b6afff2b474758
BLAKE2b-256 337da4ae5708b0a9c8959c9ebb2b9694050a1d680a0c2e770952540168cd300d

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d67538f9aded0c4f9fd50ad8e935ef3a07725409c6936c8d39a4e3eb4a8348c
MD5 a15c5ee505846b98a2ccdc36036cf0a6
BLAKE2b-256 bf32bf9387763009b166166bef4d593b9415b17b77e2ecc51adf03d4b3431d62

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: libsgm-0.5.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 96.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a97419f2515a4781618b3b114565a54d3ba687815e27638af860288d0f02a70a
MD5 c162f39f6e7749f10a7d510300ae4631
BLAKE2b-256 dd8bdd1a46ab73dd8bc7bf01c117f945fac5eb29ced103124a2929ca2084f79f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp311-cp311-win_amd64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: libsgm-0.5.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 85.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 52d6a600e4683b13834fbc52242e04cea13fbd933f79c8191d3aa44c76f99af3
MD5 0a91858c2231e15b2684cc8945e3e56e
BLAKE2b-256 8b1cfac3ff0f6cec80cecc117067f96c86cead3f0435d88270eec5e3afa80ffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp311-cp311-win32.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 591b9aa86590acb3bf5152364ce261e1c935f45663ab99657fff53834a606028
MD5 e2db5e8449e480215f5571b46ae92fa2
BLAKE2b-256 2125c4ea706e45c00f3fe57236a7631911121c41211f982194848a35797bf356

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f4054b9c02ece482e6a183e48643be61a3d2073bf3ad0aa8eaf5cf57518b0676
MD5 82f22f9db6a1623f983932ee45da0915
BLAKE2b-256 9ce1d83778ce6737cabe0f7efd328c2ade0a67be8c9877b03da40cf80cc0c353

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f1f220a18c7fda7034571ac78cf42e8ad1bf047b31bedb9a79d78847151d1bb
MD5 3cebb773f681cd966cb060d3c8f37bc2
BLAKE2b-256 22a5bf57c0186567f8e1476a0f074b06e24ee3fddeadffbc36690553bb70643e

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af12063573f2bf97b6d3d73bd3620300a55bb18b2fe3270ae08a3ed25512fa6d
MD5 474fac2b2157d6143540953a28893597
BLAKE2b-256 603585bb754611f6428aa7fb465e0bbbde9c6175958dcbdfabd8f7914f0e1c5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: libsgm-0.5.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 95.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0d5651f8d3c3cce6ab766093164c3080e3cb0f83086096fe5cc94c789909ac90
MD5 ecc78ec115df5eed760576851a5c97ea
BLAKE2b-256 d3808700ef845aa10c940858110924b603a1dc6569a842e498b0fa56614ed866

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp310-cp310-win_amd64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: libsgm-0.5.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 84.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a64a6149d328699ce747bb3930703823806c95d4cbbcae908f2ef6e09125128b
MD5 67deb964672ea9713e51f687b3a03f13
BLAKE2b-256 ff5e8dfbe3ae28cf7929ba208281361d3e6edf12900bccd7b15990a75a18aae3

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp310-cp310-win32.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d77b054932a513577ccdb7323c5fd51652c329b569d149f259d6bff6aa5b745f
MD5 dd2d9b381dc8cb9cd5a78806c57c33d3
BLAKE2b-256 30c1ba2dfb840f6f9a742cda036068df5b1053689eb837a673a419fb60efeb66

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7db5dbcf0175cf256b18e7e5105b448677a5c683a060daa3ec97638764c5a823
MD5 2fb80d322c38781e34bcb5a6e8c46f9d
BLAKE2b-256 1c2c5320fb9a9639eb7131f0e85398ac3cacb29979afbef6ef8b615a668a4e59

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78512426062266157cff9b146388a2bc049adfa3ee0d73f916333e5fa93c7492
MD5 3b5142c639371b2e1fd265cd28d3d047
BLAKE2b-256 384c481112bd94565682a91fd94b9b479a2de81c2df58750e791a6ff84369a9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2845779ce7ed058426ea93e6b097c6a85bb08497d3ecc59858a8a15648116ab9
MD5 7716a6ece4dccb959bfad632bccb3a54
BLAKE2b-256 2e350adea0f854f9be50c48c502ea0ad79711ab7c8582d1f111295a0e984b1d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: libsgm-0.5.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 96.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b3b99d3301fb01fa9e50bc44a6ac35dd06f9f16ee70fa0ca5cbd742018dd0269
MD5 c5ce6e1bb5de1345afaec6ff9e53c27c
BLAKE2b-256 e00dc2d82c98a63f1a3046237224270441dca6e1612eacbc95b43a036513202f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp39-cp39-win_amd64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: libsgm-0.5.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 84.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for libsgm-0.5.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 aaea69c12fed72549d65f622793653314a39a54e29235255c303ff17fa9ee825
MD5 971f4b468de42456ccd9681a07994ffe
BLAKE2b-256 6671261f633c5eabf1761c19a263016ae7f172c3c2098f41da04e75a1221e45c

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp39-cp39-win32.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1b2563f7ac2391e74de9c948d6cecb96b8e3d0c7f9c5fd0b53c3a6dc0c45959
MD5 20d7c6025d18618e9f0ab0714a175d2a
BLAKE2b-256 1e8e858a02613fcbd69b4be22e83e52eea40f44a60c2cecdc023f508555c86cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 360f60ce8b70f372f9f624899446591bc42553ca8fe556e2393589652e4b95e3
MD5 d45dca0730e45f28d334d56427ca2c31
BLAKE2b-256 7107a00c996837191c471566c5fa49776c071ef64041a1af6a9caf535ea16ef8

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 140aced186d09a575e780021def749b35711e771f08034f4484899ceab0e3b73
MD5 d66fc5bcbedfc0d1ee20f1a11ab1bfe2
BLAKE2b-256 45ad1c6472ab29b98777cc237235a97d33327754e53387284209b76f3b8d3d1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f427582e4702388903555f3db23ae3ebda1539811b645501445166b09b90f0d5
MD5 91de0131f7195ea46eaf0902e2b4a957
BLAKE2b-256 64064708a5a2b15e15bab85bb6673e82e908b333f96b3a69bc2cb79acd60bb7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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