套件:python3-openslide(1.2.0-1 以及其他的)
python3-openslide 的相關連結
Debian 的資源:
下載原始碼套件 openslide-python:
- [openslide-python_1.2.0-1.dsc]
- [openslide-python_1.2.0.orig.tar.xz]
- [openslide-python_1.2.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [openslide.org]
相似套件:
Python 3 wrapper for reading whole slide image files
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 3 module needed to run OpenSlide applications.
其他與 python3-openslide 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libopenslide0
- library for reading whole slide image files
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-pil
- Python Imaging Library (Python3)
-
- rec: python-openslide-examples
- Python examples for python-openslide and python3-openslide