软件包:python-openslide(1.1.1-4)
python-openslide 的相关链接
Debian 的资源:
下载源码包 openslide-python:
- [openslide-python_1.1.1-4.dsc]
- [openslide-python_1.1.1.orig.tar.xz]
- [openslide-python_1.1.1-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [openslide.org]
相似软件包:
Python 2 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 2 module needed to run OpenSlide applications.
其他与 python-openslide 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17) [arm64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.4) [除 arm64]
-
- dep: libopenslide0 (>= 3.4.0)
- library for reading whole slide image files
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- dep: python-pil
- Python Imaging Library (Pillow fork)
-
- rec: python-openslide-examples
- Python examples for python-openslide and python3-openslide