Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 553 Bytes

WholeSlideImageSampler

Tools for sampling patches from Whole-Slide-Images (WSIs) readable by openslide using Python ('tested' on 3.5).

Install

pip install wsisampler

You will need to install openslide. This is included in the dependencies so may be automatically installed. If not I found this to help:

#!/bin/bash

sudo apt-get install openslide-tools
pip install openslide-python

Example usage

Please see demo.ipynb here.