About
Augmented Reality and 3D reconstruction library
Set up dependencies
To use this library add the following dependency to your pom.xml file:
<project>
...
<dependencies>
...
<dependency>
<groupId>com.irurueta</groupId>
<artifactId>irurueta-ar</artifactId>
<version>1.0-SNAPSHOT</version>
<dependency>
...
</dependencies>
...
</project>