Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What do the tag-specific hex codes in the c files represent? #282

Open
joellyons opened this issue Jun 28, 2023 · 0 comments
Open

What do the tag-specific hex codes in the c files represent? #282

joellyons opened this issue Jun 28, 2023 · 0 comments

Comments

@joellyons
Copy link

What do the tag-specific hex codes in the c files represent? For example, in tag25h9.c, tag 0's code is represented as 0x156f1f4. I assumed that each bit in that number (1010101101111000111110100) represented a block in tag 0's visual representation starting at top left and moving left to right, top to bottom, where 1 is a black square and 0 is white.

But, if I render it that way, I end up with this:
image

instead of what I see in apriltag-imgs, which is this:
image

Are the graphics in apriltag-imgs outdated? Or am I misinterpreting the numeric values in tag25h9.c?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant