Rivo Link
Rivo Link
Hi, In this file [ImageActivity.java](https://github.com/RivoLink/Aruco-Android/blob/master/app/src/main/java/mg/rivolink/app/aruco/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...
With @nitindf codes You can do : ``` Point top_left = corners_xy.get(0); int x = (int)top_left.x; int y = (int)top_left.y; String text = String.format("(x: %d, y: %d)", x, y); Point...
For a marker, we have 2 positions : - The position in the real world which has 3d coordinates (x,y,z), and - The position in the screen which only has...
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...
Hi @Meet98, sorry for delay. I created a new branch [feature/tvec-coords](https://github.com/RivoLink/Aruco-Android/tree/feature/tvec-coords) for your request. Here's a gist: [RivoLink/ImageActivity.java](https://gist.github.com/RivoLink/4ecf3991e55ca8c3c34ed115c35bd819) Open an image containing a marker with the Aruco Android app to...
Hi @Meett98 Can you create a new issue for this and and I will happy to help you.
Hi, Do you use the opencv inside this project? Because it uses a contrib version of opencv that have a full fonctionnaly of aruco. Sorry for my english :)
Hi, you are welcome You can check here for that: https://github.com/RivoLink/opencv-android/tree/master/opencv3_4_4_contrib/native/libs Thank you :)
Great, thank you too. I will contact you when i need help :)
Hi @rgm-22 I'm glad this project helped you. I haven't been able to work on the 3d rendering yet but I have an augmented reality project that renders 3D objects...