Skip to content

Commit 0c1ddae

Browse files
authored
Merge pull request #6 from danforthcenter/refactor-threshold-only
Refactor repo to support a single tutorial
2 parents d4f5549 + 3069c8e commit 0c1ddae

19 files changed

+1508
-3069
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# Thresholding (a.k.a. segmentation) Tutorials
1+
# Image Segmentation - Part 1: Thresholding
22

33
[![test-pr](https://github.com/danforthcenter/plantcv-tutorial-threshold/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/danforthcenter/plantcv-tutorial-threshold/actions/workflows/ci-tests.yml)
44

5-
Introduction to using thresholding tools with PlantCV.
6-
7-
85
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-threshold/HEAD?labpath=index.ipynb)
96

7+
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/danforthcenter/plantcv-tutorial-threshold/blob/main/index-colab.ipynb)
8+
109
[![Static Badge](https://img.shields.io/badge/Open%20in%20GitHub-black?logo=github)](https://github.com/danforthcenter/plantcv-tutorial-threshold)
1110

1211
## Tutorial tags/keywords
1312

1413
thresholding, segmentation, masking
1514

1615
## Citations
17-
18-

modules/images/10.9.1.230_pos-165-001-004_2019-11-01-10-05.jpg renamed to images/10.9.1.230_pos-165-001-004_2019-11-01-10-05.jpg

File renamed without changes.

index-colab.ipynb

Lines changed: 791 additions & 0 deletions
Large diffs are not rendered by default.

index.ipynb

Lines changed: 710 additions & 16 deletions
Large diffs are not rendered by default.

modules/01.thresholding.ipynb

Lines changed: 0 additions & 789 deletions
This file was deleted.

modules/02.edge-detection.ipynb

Lines changed: 0 additions & 373 deletions
This file was deleted.

modules/03.supervised-machine-learning.ipynb

Lines changed: 0 additions & 567 deletions
This file was deleted.

modules/04.unsupervised-machine-learning.ipynb

Lines changed: 0 additions & 267 deletions
This file was deleted.

modules/05.background-subtraction.ipynb

Lines changed: 0 additions & 194 deletions
This file was deleted.

modules/06.2d-thresholding.ipynb

Lines changed: 0 additions & 434 deletions
This file was deleted.

0 commit comments

Comments
 (0)