From 353d976ac7ede007aca3ed14fe9e8cc32b248d9b Mon Sep 17 00:00:00 2001 From: Hui <huijustinjing@gmail.com> Date: Thu, 18 Mar 2021 12:20:23 +0000 Subject: [PATCH] Update index.html --- public/home/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/home/index.html b/public/home/index.html index 50b499f..ef55f4a 100644 --- a/public/home/index.html +++ b/public/home/index.html @@ -61,14 +61,14 @@ Urban planners and designers often use grayscale masking filters to highlight a selected urban feature and its context without the overwhelming information. With the rising interest in applying augmented reality (AR) technology into the field of urban planning for increasing social engagement, this thesis aims to develop an outdoor mobile AR application that visualizes the urban environment using the mentioned grayscale masking filters. The application is able to apply the grayscale masking filter to the designated buildings in Nordbahnhof, Stuttgart when the device’s camera is pointing to them. State of the art of outdoor mobile AR technologies are studied and reviewed. This thesis proposes the concepts and methodology of the video-based AR visualization and the development of the app. The implementation of the concepts and methodology is documented and the implementation process and result are evaluated. </p> - <h1>Demo</h1> + <h1>The AR Application</h1> <p> - <img src="ezgif.com-gif-maker.gif" alt="video demonstration" width=60%/> + The application developed for the thesis is able to visualize a series of desingated buildings in Nordbahnhof, Stuttgart with the grayscale masking filter. With the app on, once the user points the camera to the designated building, the system will in-real-time detects the building and render the surrounding in monochrome and leaving the building in color. The moving image below demonstrates the visualization from a screen recording when using the app. + <br></br> + <img src="ezgif.com-gif-maker.gif" alt="video demonstration" width="80%"/> <br></br> - More about the development of the application can be found in the following repository: - <br></br> - <a href="https://transfer.hft-stuttgart.de/gitlab/huijustinjing/ar-building-visualization-with-grayscale-filter"> Application Developement Repository</a> + Codes and assets used for the development of the application can be found <a href="https://transfer.hft-stuttgart.de/gitlab/huijustinjing/ar-building-visualization-with-grayscale-filter"> here</a>. </p> </div> -- GitLab