Skip to content

Commit

Permalink
Merge pull request #1632 from danforthcenter/zeeuqsze-watershed-markdown
Browse files Browse the repository at this point in the history
Update watershed_segmentation_tutorial.md
  • Loading branch information
nfahlgren authored Nov 17, 2024
2 parents 77d2a82 + 53da721 commit 982e1df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/tutorials/watershed_segmentation_tutorial.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Tutorial: Watershed Segmentation Workflow

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-watershed/HEAD?labpath=index.ipynb) Check out our interactive watershed tutorial!
Check out our interactive watershed tutorial! This tutorial uses the analyze watershed segmentation function to roughly segment individual leaves. In this case, the number of objects reported from the analyze watershed function is a rough estimation of the number of leaves. The Watershed Segmentation Function is a PlantCV function based on code contributed by Suxing Liu, Arkansas State University. For more information see https://github.com/lsx1980/Leaf_count.

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-watershed/HEAD?labpath=index.ipynb)
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/danforthcenter/plantcv-tutorial-watershed/blob/main/index-Colab.ipynb)
[![Static Badge](https://img.shields.io/badge/Open%20on%20GitHub-black?logo=github)](https://github.com/danforthcenter/plantcv-tutorial-watershed.git)

<iframe src="https://nbviewer.jupyter.org/github/danforthcenter/plantcv-tutorial-watershed/blob/main/index.ipynb" width="100%" height="1500px"></iframe>

0 comments on commit 982e1df

Please sign in to comment.