diff --git a/src/index.html b/src/index.html
index 743d9b5..3b33b0d 100644
--- a/src/index.html
+++ b/src/index.html
@@ -29,7 +29,7 @@
- Help _others_ build robots
-
+
@@ -95,6 +95,7 @@
- Markers are squares
- Well, quadralaterals
- Find collections with 4 sides
+ - Filter out rectangles, nested collections etc
@@ -106,7 +107,6 @@
- Make our lives easier!
- Skew the image a bit
- Same process used for those paper scanning apps
- - Markers are now always straight on
@@ -117,7 +117,7 @@
- We know how many pixels are in a marker
- Divide it down into cells
- Add some margins in case we're slightly off
- - Average the remaining pixels in each cell
+ - If it's over 50% white, it's a 1
- Convert into 2D list
@@ -125,7 +125,7 @@
6. Decoding
@@ -215,7 +215,7 @@
from zoloto import MarkerType
from zoloto.cameras import Camera
- with Camera(marker_type=MarkerType.ARUCO_6X6) as camera:
+ with Camera(marker_type=MarkerType.APRILTAG_36H11) as camera:
for frame in camera:
print(
"Markers I can see:",