Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 494 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 494 Bytes

SEAR: Scaling Experiences in Augmented Reality

This is the code repository for the simulation work done in the SEAR paper. Please look into our paper and the source code for further details.

To compile the code, simply execute: g++ process.cpp

The dataset used in this work is downloaded from https://crawdad.org/nus/contact/20060801/. All rights are reserved by the original authors.

The cloudar_client and ImageRecoServer folders are the code repositories for the client and server.