You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Thank you for sharing amazing marker system.
I tried to calculate distance between Stag markers on real world.
for that, I need pose estimation function.
Is there the function in your library?
if not, could you give tips or help about pose estimation using stag?
The text was updated successfully, but these errors were encountered:
Hey, you should be able to do this by estimating the rotation and translation vectors (using OpenCV's solvePnP() for example), which gives you the position of the markers with respect to the camera. It feels like it would take a bit of linear algebra to find the positions of the markers with respect to each other, but I've never done it before myself so I can't really be of more help.
Hello, Thank you for sharing amazing marker system.
I tried to calculate distance between Stag markers on real world.
for that, I need pose estimation function.
Is there the function in your library?
if not, could you give tips or help about pose estimation using stag?
The text was updated successfully, but these errors were encountered: