Skip to content
This repository has been archived by the owner on Dec 19, 2021. It is now read-only.

nubcake94/Aruco-Android

 
 

Repository files navigation

Aruco Android

It is an application to detect Aruco Markers.

screenshot_home

Credits

This application uses:

  • opencv-contrib for computer vision, see LICENSE,
  • aruco, module from opencv-contrib, for aruco markers detection.
  • rajawali, for 3D models renderer.

See more about opencv, and aruco from:

About

Aruco Android is an application to detect Aruco Markers, and try to render a 3D model above it.

Using

Camera must be calibrated before detect markers, for that,

  • compile and run camera-calibration projet,
  • present the calibration board to the camera
  • capture between 15 and 20 images, and
  • click on calibrate menu.

Each frame must contain at least 10 markers

screenshot_home

After that, compile app project and enjoy...

screenshot_home

Contributions

You can help turn this application into Augmented Reality, there are some bugs on the positioning of the 3D model above marker.

screenshot_home

Thank you :)

About

OpenCV Aruco for Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%