Skip to content

Commit d89e4b6

Browse files
committed
added slides, minor image segmentation updates
1 parent af3d392 commit d89e4b6

File tree

4 files changed

+72
-42
lines changed

4 files changed

+72
-42
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you have any questions, please use the anonymous etherpad (see email) or open
6060
* [Multi-channel images](http://nbviewer.jupyter.org/github/BiAPoL/Bio-image_Analysis_with_Python/blob/main/image_processing/03_multi_channel_image_data.ipynb)
6161
* [Filtering](http://nbviewer.jupyter.org/github/BiAPoL/Bio-image_Analysis_with_Python/blob/main/image_processing/04_Filtering.ipynb)
6262
* Block 5 - Image segmentation
63-
* Introduction to image segmentation
63+
* [Introduction to image segmentation](https://github.com/BiAPoL/Bio-image_Analysis_with_Python/blob/main/image_processing/07_Image_segmentation.pdf)
6464
* [Interactive visualization with napari](http://nbviewer.jupyter.org/github/BiAPoL/Bio-image_Analysis_with_Python/blob/main/image_processing/05_napari.ipynb)
6565
* [Image segmentation in python](http://nbviewer.jupyter.org/github/BiAPoL/Bio-image_Analysis_with_Python/blob/main/image_processing/06_Introduction_to_image_segmentation.ipynb)
6666
* [Thresholding](http://nbviewer.jupyter.org/github/BiAPoL/Bio-image_Analysis_with_Python/blob/main/image_processing/07_Thresholding.ipynb)
@@ -85,6 +85,7 @@ If you have any questions, please use the anonymous etherpad (see email) or open
8585
* [Bioimage Data Analysis Workflows edited by Kota Miura and Nataša Sladoje](https://link.springer.com/book/10.1007%2F978-3-030-22386-1)
8686

8787
### Python
88+
* [Python cheat sheet](https://github.com/gto76/python-cheatsheet)
8889
* [Python/Conda environments](https://mpicbg-scicomp.github.io/ipf_howtoguides/guides/Python_Conda_Environments)
8990
* [Scientific data analyis in Python, Biotec lecture](https://youtu.be/MOEPe9TGBK0)
9091
* [Python for Microscopists, video series by Sreeni](https://www.youtube.com/channel/UC34rW-HtPJulxr5wp2Xa04w)
2.11 MB
Binary file not shown.

image_processing/07_Thresholding.ipynb

Lines changed: 69 additions & 40 deletions
Large diffs are not rendered by default.

image_processing/09_Labeling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"name": "python",
358358
"nbconvert_exporter": "python",
359359
"pygments_lexer": "ipython3",
360-
"version": "3.8.8"
360+
"version": "3.8.0"
361361
}
362362
},
363363
"nbformat": 4,

0 commit comments

Comments
 (0)