diff --git a/.gitignore b/.gitignore index 7a6ee23..1e7a8fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~* *# *.pdf +!midyear.pdf diff --git a/README.md b/README.md new file mode 100644 index 0000000..edd9cc2 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Disseration +=================== + +Undergraduate disseration project working on the [LiveScan3D](https://github.com/MarekKowalski/LiveScan3D) suite of applications. The project aims to add multisource capabilities and receive multiple streamed locations simultaneously. + +This repository includes the mid-year and final report Latex and the associated media. The source repository for the work can be found in the `multisource` branch of [@sarsoo/LiveScan3D](https://github.com/Sarsoo/LiveScan3D). +The mid-year report is available [here](midyear.pdf). + +![Example multiple source display](media/180flip.jpg) +The new layout will look as below with multiple discrete locations streaming to a server which serves a composite view for the user experience. +![Premise of the new structure](media/premise.png) +![Initial testing image](media/pretransform.jpg) + +Additionally the project also aims to include developments for the Hololens and mobile AR experiences. Currently an Android application is under development at [@sarsoo/LiveScan3D-Android](https://github.com/Sarsoo/LiveScan3D-Android). + +The project will be concluded by May 2020. \ No newline at end of file diff --git a/midyear.pdf b/midyear.pdf new file mode 100644 index 0000000..9a4aa83 Binary files /dev/null and b/midyear.pdf differ