Commit 79af718f authored by Hui's avatar Hui
Browse files

Update README.md

parent 35bac8dc
......@@ -4,3 +4,15 @@ This project is the output from a master thesis for the MSc Photogrammetry and G
The app uses the **image tracking** method to detect buildings in Nordbahnhof, Stuttgart, Germany. Once the building is detected, the app will instantly turn the background and context into grayscale, leaving the building to be rendered in color. This visualization with AR is chosen as urban planners and designers often need to showcase their focusing urban feature with a reduced amout of information in the background. Using AR for the visualization can possibly bring more civil participation into the urban planning process.
![alt text](demo.gif "demo video")
The moving picture above shows the visualization of the app. The tracking and filtering happens in real time when the camera is pointed to a designated building.
# Assets
This repository shares the assets I used in the Unity Project to build the app. They can be use for reference to build apps with a similar scope.
1. **Scripts** stored the C# scripts for the app. The most important piece of code is _ImageTracking.cs_, which is added on top of the AR Tracked Image Manager API to allow it to track multiple images and spawn prefabs according to the filenames. _resets.cs_ reloads the AR session and scene, and is helpful for refreshing the tracking system.
2.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment