- introduced board_id

- board_id is encoded as Reed Solomon bytes array into marker
This commit is contained in:
2025-11-30 16:34:35 +01:00
parent a6ea630f60
commit 798c10785c
5 changed files with 40 additions and 22 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ authors = [
dependencies = [
"opencv-python",
"opencv-contrib-python",
"scipy"
"scipy",
"reedsolo"
]
readme = "README.md"