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

The corners of a tag are returned differently than the old version! #32

Closed
laygond opened this issue Jun 28, 2023 · 0 comments
Closed

Comments

@laygond
Copy link

laygond commented Jun 28, 2023

Just a heads-up!
For a detected tag (with no rotation), the order of the corners are wrapped counter-clock wise around the tag starting from the left-bottom corner. For example if tag has corners ABCD placed in the following way.

A D
B C

THIS VERSION:

for r in results:
    (ptB, ptC, ptD, ptA) = r.corners

OLD APRILTAG:

for r in results:
    (ptA, ptD, ptC, ptB) = r.corners

@laygond laygond changed the title The corners of a tag are returned in the wrong order! The corners of a tag are returned differently than the old version! Jul 10, 2023
@laygond laygond closed this as completed Jul 10, 2023
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