Skip to content

Commit 6d4c11c

Browse files
Update tissue_registration.rst
1 parent 0e526ae commit 6d4c11c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/tissue_registration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The key class is `tissue_registration`, which contains all logic to perform:
2020
- Patch extraction
2121
- Registration visualization
2222

23-
.. image:: ../img/registration_overview.png
23+
.. image:: img/registration_overview.png
2424
:width: 600px
2525
:align: center
2626

@@ -92,7 +92,7 @@ After running the pipeline, you can visualize the thumbnails with overlaid annot
9292
9393
reg.show_annotated_thumbnails()
9494
95-
.. image:: ../img/registration_thumbnail.png
95+
.. image:: img/registration_thumbnail.png
9696
:width: 600px
9797
:align: center
9898

@@ -102,7 +102,7 @@ To view paired extracted patches side by side:
102102
103103
reg.show_registered_patches(max_pairs=2)
104104
105-
.. image:: ../img/registration_patches.png
105+
.. image:: img/registration_patches.png
106106
:width: 600px
107107
:align: center
108108

0 commit comments

Comments
 (0)