Skip to content

TIGERs-Mannheim/SSL-Augmented-Reality-App

 
 

Repository files navigation

### How to get started ###
1. Build the project
mkdir build
cd build
cmake ..
make

2. Start
cd .. # project root
./build/src/AugmSSL/augmSSL

You can also use the included eclipse resources:
 * Their are external tools for building with cmake (select AugmSSL or Examples before)
 * Use the provided Launch-config

### Resources ###
/data			Contains sample videos, images, AI data, needs to be downloaded from https://tigers-mannheim.de/download/augmSSL_data.tar.gz
/src/AugmSSL	Main project
/src/Examples	Several example source files for testing different methods

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • CMake 1.6%
  • Other 0.8%