diff --git a/docs/tutorials.md b/docs/tutorials.md index 0ffbc43ea..71e95958c 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -226,16 +226,16 @@ - +
- Thresholding tutorial + Segmentation tutorials
Thresholding Tutorial
- Tags: plant shoot, single plant, side-view, RGB, threshold methods, seed, background subtraction, naive bayes, machine learning + Tags: plant shoot, single plant, side-view, RGB, threshold methods, seed, background subtraction, naive bayes, machine learning, segmentation
diff --git a/docs/tutorials/threshold_tutorial.md b/docs/tutorials/threshold_tutorial.md index e33dac82b..8132109e0 100644 --- a/docs/tutorials/threshold_tutorial.md +++ b/docs/tutorials/threshold_tutorial.md @@ -1,5 +1,29 @@ -## Tutorial: Thresholding Tutorial +## Tutorial: Segmentation Tutorial [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-threshold/HEAD?labpath=index.ipynb) Check out our interactive thresholding tutorial! - +## Table of Contents for segmentation tutorials +1. [Thresholding](#thresholding) +2. [Edge Detection](#edges) +3. [Supervised Machine Learning](#naivebayes) +4. [Unsupervied Machine Learning](#kmeans) +5. [Background Subtraction](#background) +6. [Dual Thresholding](#dual) + +### Thresholding + + +### Edge Detection + + +### Supervised Machine Learning + + +### Unsupervised Machine Learning + + +### Background Subtraction + + +### Dual Thresholding +