|
a |
|
b/docs/index.rst |
|
|
1 |
.. WSITools documentation master file, created by |
|
|
2 |
sphinx-quickstart. |
|
|
3 |
You can adapt this file completely to your liking, but it should at least |
|
|
4 |
contain the root `toctree` directive. |
|
|
5 |
|
|
|
6 |
WSITools documentation! |
|
|
7 |
============================================== |
|
|
8 |
|
|
|
9 |
Tools to aid Digital pathology deep learning projects |
|
|
10 |
|
|
|
11 |
- Free software: MIT license |
|
|
12 |
- Documentation: https://wsitools.readthedocs.io/en/latest/index.html |
|
|
13 |
|
|
|
14 |
Features |
|
|
15 |
-------- |
|
|
16 |
WSITools is a whole slide image processing toolkit. It provides efficient ways to extract patches from whole slide |
|
|
17 |
images, and some other useful features for pathological image processing. |
|
|
18 |
Currently, it supports four patch extraction scenarios: |
|
|
19 |
.. 1. Extract patches from WSIs |
|
|
20 |
.. 2. Extract patches from WSIs and their label (i.e. their directory name) |
|
|
21 |
.. 1. TODO: Incomplete |
|
|
22 |
.. 3. Extract patches from a fixed and a float WSI |
|
|
23 |
.. 4. Extract patches from a fixed and a float WSI in places that intersect annotation objects |
|
|
24 |
.. 1. TODO: Incomplete |
|
|
25 |
|
|
|
26 |
Additional Features |
|
|
27 |
------------------- |
|
|
28 |
.. 1. Detect tissue in a WSI |
|
|
29 |
.. 2. Export and parsing annotation from [QuPath_] and [`Aperio Image Scope`_] |
|
|
30 |
.. 3. WSI registration for image pairs [Paper_] |
|
|
31 |
.. 4. Reconstruct WSI from the processed image patches |
|
|
32 |
|
|
|
33 |
.. _QuPath: https://qupath.github.io |
|
|
34 |
.. _Aperio Image Scope: https://www.leicabiosystems.com/digital-pathology/manage/aperio-imagescope |
|
|
35 |
.. _Paper: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0220074 |
|
|
36 |
|
|
|
37 |
Contents: |
|
|
38 |
|
|
|
39 |
.. toctree:: |
|
|
40 |
:maxdepth: 2 |
|
|
41 |
|
|
|
42 |
getting-started |
|
|
43 |
example-commands |
|
|
44 |
Tissue-Detection |
|
|
45 |
Patch-Extraction |
|
|
46 |
Patch-Extraction-with-Registration |
|
|
47 |
Patch-Extraction-with-Annotation |
|
|
48 |
Patch-Extraction-with-Registration-and-Annotation |
|
|
49 |
|
|
|
50 |
|
|
|
51 |
|
|
|
52 |
|
|
|
53 |
Indices and tables |
|
|
54 |
================== |
|
|
55 |
|
|
|
56 |
* :ref:`genindex` |
|
|
57 |
* :ref:`modindex` |
|
|
58 |
* :ref:`search` |