Pakket: python-openslide-examples (1.3.1-2)
Verwijzigingen voor python-openslide-examples
Debian bronnen:
Het bronpakket openslide-python downloaden:
- [openslide-python_1.3.1-2.dsc]
- [openslide-python_1.3.1.orig.tar.xz]
- [openslide-python_1.3.1-2.debian.tar.xz]
Beheerders:
- Debian Med Packaging Team (QA-pagina, Mailarchief)
- Andreas Tille (QA-pagina)
- Étienne Mollier (QA-pagina)
Externe bronnen:
- Homepage [openslide.org]
Vergelijkbare pakketten:
Python examples for python-openslide and python3-openslide
OpenSlide is a C library that provides a simple interface to read whole-slide images also known as virtual slides.
Whole-slide images, also known as virtual slides, are large, high resolution images used in digital pathology. Reading these images using standard image tools or libraries is a challenge because these tools are typically designed for images that can comfortably be uncompressed into RAM or a swap file. Whole-slide images routinely exceed RAM sizes, often occupying tens of gigabytes when uncompressed. Additionally, whole-slide images are typically multi-resolution, and only a small amount of image data might be needed at a particular resolution.
This library currently supports:
- Aperio (.svs, .tif) - Hamamatsu (.vms, .vmu, .ndpi) - Leica (.scn) - MIRAX (.mrxs) - Sakura (.svslide) - Trestle (.tif) - Generic tiled TIFF (.tif)
This package contains the Python examples for OpenSlide Python bindings.
Andere aan python-openslide-examples gerelateerde pakketten
|
|
|
|
-
- dep: libjs-jquery
- JavaScript library for dynamic web applications
-
- dep: python3-flask
- micro web framework based on Werkzeug and Jinja2 - Python 3.x
-
- dep: python3-openslide
- Python 3 wrapper for reading whole slide image files