Skip to content

Commit 0145b1a

Browse files
committed
added slides and installation instructions
1 parent 624bcbd commit 0145b1a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

04_image_segmentation/18_surface_reconstruction.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
"# Surface reconstruction\n",
99
"In this notebook we create a surface mesh from a 3D dataset of a Gastruloid. The used example data is a derived from [AV Luque and JV Veenvliet (2023)](https://zenodo.org/record/7603081) licensed [CC-BY](https://creativecommons.org/licenses/by/4.0/legalcode) and can be downloaded from here: https://zenodo.org/record/7603081. Compared to the original, the dataset we use here was rescaled by factor 10 in X and Y to retrieve a small sharable file.\n",
1010
"\n",
11-
"We will be using the napari-plugin [napari-process-points-and-surfaces](https://www.napari-hub.org/plugins/napari-process-points-and-surfaces) and the [vedo library](https://vedo.embl.es/). In case it is not installed, you need to install it first using this command:\n",
11+
"We will be using the napari-plugin [napari-process-points-and-surfaces](https://www.napari-hub.org/plugins/napari-process-points-and-surfaces) and the [vedo library](https://vedo.embl.es/). In case it is not installed, you need to install it first using these commands line-by-line:\n",
1212
"```\n",
13-
"mamba install -c conda-forge napari-process-points-and-surfaces vedo\n",
13+
"mamba install vedo -c conda-forge\n",
14+
"```\n",
15+
"\n",
16+
"```\n",
17+
"pip install napari-process-points-and-surfaces\n",
1418
"```"
1519
]
1620
},
6.26 MB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you have Python basics knowledge already, test yourself by doing these exerci
6666
* [Introduction to Napari](03_image_processing/09_Napari_introduction.ipynb)
6767

6868
* Image Segmentation + Quality Assurance (2023-Apr-25)
69-
* Image Segmentation, Surface Reconstruction and Quality assurance (slices)
69+
* [Image Segmentation, Surface Reconstruction and Quality assurance (slides)](04_image_segmentation/Image_segmentation.pdf)
7070
* [Terminology](04_image_segmentation/06_terminology.ipynb)
7171
* [Image processing workflow design using Napari](04_image_segmentation/napari-assistant.md)
7272
* [Generating Jupyter Notebooks](04_image_segmentation/notebook_export.md)

0 commit comments

Comments
 (0)