About
Geometry structures and utilities for camera calibration, slam and 3D reconstruction
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-geometry</artifactId>
<version>1.0-SNAPSHOT</version>
<dependency>
...
</dependencies>
...
</project>