torchslide-any - source version of torchslide for Python 3.6+
Project description
TorchSlide
- Works on Python-3.6+
- Compiles from sources
- Provides array-like interface for reading BigTIFF/SVS files
Usage:
import torchslide as ts
slide = ts.Image('test.svs')
shape: 'Tuple[int]' = slide.shape
scales: 'Tuple[int]' = slide.scales
image: np.ndarray = slide[:2048, :2048] # get numpy.ndarray
Installation
Currently torchslide
is only supported under 64-bit Windows and Linux machines.
Compilation on other architectures should be relatively straightforward as no OS-specific libraries or headers are used.
The easiest way to install the software is to download package from PyPI
.
Compilation
To compile the code yourself, some prerequesites are required.
First, we use setuptools >= 40
as our build system and Microsoft Build Tools or GCC as the compiler.
The software depends on numerous third-party libraries:
- libtiff (http://www.libtiff.org/)
- libjpeg (http://libjpeg.sourceforge.net/)
- DCMTK (http://dicom.offis.de/dcmtk.php.en)
- OpenSlide (http://openslide.org/)
- zlib (http://www.zlib.net/)
To help developers compile this software themselves we provide the necesarry binaries (Visual Studio 2017, 64-bit) for all third party libraries on Windows. If you want to provide the packages yourself, there are no are no strict version requirements, except for libtiff (4.0.1 and higher). On Linux all packages can be installed through the package manager on Ubuntu-derived systems (tested on Ubuntu and Kubuntu 16.04 LTS).
To compile the source code yourself, first make sure all third-party libraries are installed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file torchslide-any-0.3.0.tar.gz
.
File metadata
- Download URL: torchslide-any-0.3.0.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ac4fdbf3ae718814b7b8377f4807ffe765ef9d233b4dbfd960831c70430ef1a |
|
MD5 | 47eb4bc8c14a886354a51f646656b022 |
|
BLAKE2b-256 | 798d0cbc123279fccbe53523f1a050c36bcc34c7d7805110475efda0a6febc74 |
File details
Details for the file torchslide_any-0.3.0-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: torchslide_any-0.3.0-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dac4cd557ea2823ee9e8b542e11957abbe3a6ccf44b960fa386c14244927cdb8 |
|
MD5 | 051c1e97506660513fe82c4e04ff277d |
|
BLAKE2b-256 | bda6a32a93803c17348efff53e6dc03ef7e0cc63e7f1c7ac405930a8cc57bb03 |