软件包:python-openslide-examples(1.2.0-1)
python-openslide-examples 的相关链接
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 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.
其他与 python-openslide-examples 有关的软件包
|
|
|
|
-
- 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