diff --git a/src/index.html b/src/index.html
index a6e0bc1..6f89622 100644
--- a/src/index.html
+++ b/src/index.html
@@ -33,9 +33,10 @@
- I volunteer for Student Robotics
- Charity to help students get into STEM
+ - Always looking for sponsors
- Autonomous robotics competition
- 16 - 19 year olds
- - Always looking for sponsors
+ - This is from final competition in April
@@ -53,6 +54,10 @@
- Look sorta like QR codes
- Just a single number
- Simpler, so they're easier to detect
+ - Attached to objects in our arena
+ - Allows robots to work out where they are
+ - Without complexities of machine learning approaches
+ - "not hotdog"
@@ -66,7 +71,7 @@
1. Capture an image
- Need a camera
- - Read an image
+ - Read an image as data
- Image is just pixels (RGB)
@@ -74,9 +79,8 @@
2. Thresholding
- Images aren't black and white
- - This slide is
- Markers _are_
- - Black and white!
+ - Make everything black and white!
- Not even greyscale
- Much less data to be working with
- Thresholding achieves this
@@ -105,7 +109,7 @@
- Want the simplest possible case when decoding
- Remove the need for special casing later
- Make our lives easier!
- - Skew the image a bit
+ - Skew the image a bit so it's straight on
- Same process used for those paper scanning apps
@@ -124,10 +128,9 @@
6. Decoding
- - Just 1s and 0s now
- Keen eyed may have noticed 7x7 markers have 2041 combinations
- There are only ~255 possible combinations
- - Error checks
+ - Error checking
- Single pixel flips can be corrected
- Sometimes even more
- Try all 4 rotations
@@ -201,7 +204,8 @@
- I've run through this quickly
- Lots of intricacies
- OpenCV has great primitives for these operations
- - If it's good enough for JPL on Mars, it's good enough for me
+ - Thresholding, greyscale, pose estimation etc
+ - If OpenCV is good enough for JPL on Mars, it's good enough for me
- (and you)
- OpenCV has a built-in marker detection library called ArUco
- Where I got lots of this from
@@ -234,6 +238,7 @@
- Now you know how these markers work
+ - At a high level
- Makes for great geeky pub conversation
@@ -250,6 +255,10 @@
- Notes are available online
- Find out more about Student Robotics
- If your company likes sponsoring charities, let's chat
+ - OpenCV has good documentation for how this stuff all works too
+ - AprilTag is another implementation, which OpenCV also has support for
+ - Find me on twitter
+ - Depending on how long it's still around