Skip to content

Commit ec2e5c0

Browse files
committed
update readme
1 parent 92dc7e4 commit ec2e5c0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ detector = Detector("t36h11")
2020

2121
detector.detect(img)
2222
```
23+
24+
Kalibr uses 2 bit black border while apriltag3 uses 1 bit black border for each tag. The default of aprilgrid follows Kalibr. Please use `t36h11b1` if you're using tags with 1 bit black border.
25+
26+
<img src="docs/tag_border_issue.png" width="400" alt="Slow down for show case.">
27+
2328
## Development
2429
```sh
2530
git clone https://github.com/powei-lin/aprilgrid.git
@@ -28,7 +33,6 @@ pip install -e .
2833
```
2934

3035
## TODO
31-
- [ ] Clean up unused debug code.
3236
- [ ] Add output for opencv calibrate camera.
3337
- [ ] Provide pregenerated pdf and easy way to customize.
3438
- [ ] Support all tag families.
File renamed without changes.

docs/tag_border_issue.png

58.9 KB
Loading

0 commit comments

Comments
 (0)