|
a |
|
b/README.md |
|
|
1 |
WSITools |
|
|
2 |
========= |
|
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
|
6 |
Tools to aid Digital pathology deep learning projects. |
|
|
7 |
|
|
|
8 |
* Free software: MIT license |
|
|
9 |
* Documentation: https://wsitools.readthedocs.io/en/latest/index.html |
|
|
10 |
|
|
|
11 |
Features |
|
|
12 |
-------- |
|
|
13 |
WSITools is a whole slide image processing toolkit. It provides efficient ways to extract patches from whole slide |
|
|
14 |
images, and some other useful features for pathological image processing. |
|
|
15 |
Currently, it supports four patch extraction scenarios: |
|
|
16 |
1. Extract patches from WSIs |
|
|
17 |
2. Extract patches from WSIs and their label (i.e. their directory name) |
|
|
18 |
1. TODO: Incomplete |
|
|
19 |
3. Extract patches from a fixed and a float WSI |
|
|
20 |
4. Extract patches from a fixed and a float WSI in places that intersect annotation objects |
|
|
21 |
1. TODO: Incomplete |
|
|
22 |
|
|
|
23 |
## Additional Features |
|
|
24 |
1. Detect tissue in a WSI |
|
|
25 |
2. Export and parsing annotation from [QuPath](https://qupath.github.io/) and [Aperio Image Scope](https://www.leicabiosystems.com/digital-pathology/manage/aperio-imagescope/) |
|
|
26 |
3. WSI registration for image pairs [[Paper]](https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0220074) |
|
|
27 |
4. Reconstruct WSI from the processed image patches |
|
|
28 |
|
|
|
29 |
Credits |
|
|
30 |
------- |
|
|
31 |
|
|
|
32 |
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. |
|
|
33 |
|
|
|
34 |
.. _Cookiecutter: https://github.com/audreyr/cookiecutter |
|
|
35 |
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage |
|
|
36 |
|
|
|
37 |
-------- |
|
|
38 |
|