-
Notifications
You must be signed in to change notification settings - Fork 19
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
Receiving info about 2D position #8
Comments
Hi, In this file ImageActivity.java, at the line 174, you have the 4 corners 3D positions of each marker, your can use them if you want to sort the detected markers. Tell me if that doesn't help you. |
The coordinates are in the
And insert the above code here,
|
how to display xyz cordinates of the detected markers on screen and when we change the position of marker then it will get updated. |
With @nitindf codes You can do :
|
How to get Z coordinate ?? |
For a marker, we have 2 positions :
For the 2d coordinates you can have it with above code For the 3d coordinates, they are stored in |
Can you explain the whole project through a video?? |
+1 yes please ,it will useful to us. |
Hello I don't know how to make videos, but I will write an article to explain the project and I will share the link with you. Thank you for your interest in this project. |
It will helpful to us. Thank You. @RivoLink |
@RivoLink I want to display x,y,z cordinates of tvec on the graph, So how it can be done? |
Hi @meet98, sorry for delay. I created a new branch feature/tvec-coords for your request. Here's a gist: RivoLink/ImageActivity.java Open an image containing a marker with the Aruco Android app to view tvec coordinates May it help you, |
Hey @RivoLink Thanks for your efforts. |
Hi @Meett98 |
Hi,
is there a method in OpenCV to fetch the 2D points, inside the image, where the markers were detected?
Background of my question is: I want to sort the detected markers, by their position from left to right.
Thank you.
The text was updated successfully, but these errors were encountered: