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

Marker id #26

Open
owenplanchart opened this issue May 27, 2021 · 1 comment
Open

Marker id #26

owenplanchart opened this issue May 27, 2021 · 1 comment

Comments

@owenplanchart
Copy link

Hi,

Which function would you use to get the individual id of a marker and how would you implement it? I am using the example code.

Thanks in advance

@pranavb104
Copy link

In the example for highlyReliableMarkers, you can get the marker ID by:
for (auto& m: aruco.getMarkers()) { cout << m.id << endl; }

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

2 participants