Repository for our SOFE 2715 group project
- Project Report Document
- Project Report Slideshow
- Most Current Source Code
- Source Code Directory
- Installation Instructions
Holds the sample images given by the professor as well as some images Alden has used for debugging.
Txt files used during the construction of the project for note taking.
Version of the project written in Python 3. This is the part of the project Alden worked on. Contains most of the projection mapping and hamming distance code for this project.
Folder used for getting query images in python script.
Version of the project written in .NET framework for WinUI 3. This is the prototype John worked on before the project switched to UWP.
Initially John Howe (@johnh-otu) made a UI prototype for UWP
(using WinUI 2). This directory was quickly abandoned for UWP_APP
to separate the prototype from the current version. The UWP_APP
folder was later renamed to /App/UWP
.
The most up-to-date version of the final project. Source Code Directory
- /Publish - Installable files are located here, click the
- /ImageComparisonMSIX_1.0.2.0_x64_Debug_Test - Verification Certificate and MSIX files are here.
-
Make sure to install the certificate first, then install the MSIX package.
- /ImageComparisonMSIX - MSIX Packager, it packages and encrypts the App using a certificate
- /UWP - Source files for the UWP app
- /UWP_APP.sln - Visual Studio Solution file (click this file to open the project)
To install the final project all you need to do is to go to /App/Publish/ and download /ImageComparisonMSIX_1.0.2.0_x64_Debug_Test onto your computer, from thhere go into the downloaded /App/Publish/
folder, then install the public key certificate for the app, /App/Publish/ImageComparisonMSIX_1.0.2.0_x64_Debug_Test/ImageComparisonMSIX_1.0.2.0_x64_Debug.cer
(double click the app) after which install the MSIX package /App/Publish/ImageComparisonMSIX_1.0.2.0_x64_Debug_Test/ImageComparisonMSIX_1.0.2.0_x64_Debug.msix
(double click the msix app).
Step 1:
Step 2:
Step 3:
Step 4:
Step 5:
Step 6:
Step 7:
Step 8:
Step 9:
Step 10:
Step 11 (Final App Launch 🎉, bon-apettite...):
To build the project I highly suggest following this tutorial to install all the tools required. docs.microsoft.com/en-us/windows/apps/windows-app-sdk/set-up-your-development-environment
Open Visual Studio, go to the /App/
folder, then click /UWP_APP.sln
the project should be setup ready for you to go.