Add thresholding slide

This commit is contained in:
Jake Howard 2022-11-04 17:25:42 +00:00
parent 1b5c13fbd1
commit 7478cddec9
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -151,6 +151,22 @@
- Image is just pixels (RGB)
</aside>
</section>
<section>
<h2 class="r-fit-text">2. Thresholding</h2>
<p class="fragment">Demo 🤞</p>
<aside class="notes" data-markdown>
- Images aren't black and white
- This slide is
- Markers _are_
- Discard the colour so the data we're working with is easier
- Grey is still more than enough data
- Black and white!
- Thresholding
- Naive thresholding based on a value
- Adaptive thresholding looks for hotspots and edges
- Useful in future
</aside>
</section>
</div>
</div>
<script type="module" src="./index.js"></script>